Lines Matching refs:proc_attributes
229 u8 *proc_attributes = NULL;
313 proc_attributes = kzalloc(proc_count, GFP_KERNEL);
315 if (proc_attributes == NULL)
463 proc_attributes[i] =
485 ((proc_attributes[i] == 1) ||
486 ((proc_attributes[i] & 0xc0) == 0x40))) {
492 ((proc_attributes[0] != 1) &&
493 ((proc_attributes[0] & 0xc0) != 0x40)))) {
639 ((proc_attributes[i] == 1) ||
640 ((proc_attributes[i] & 0xc0) == 0x40)))
2110 kfree(proc_attributes);