Lines Matching defs:phead
84 static int sysctl_follow_link(struct ctl_table_header **phead,
112 static struct ctl_table *find_entry(struct ctl_table_header **phead,
136 *phead = head;
337 static struct ctl_table *lookup_entry(struct ctl_table_header **phead,
347 *phead = head;
367 struct ctl_table_header **phead, struct ctl_table **pentry)
380 *phead = head;
384 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry)
386 struct ctl_table_header *head = *phead;
400 *phead = head;
1047 static int sysctl_follow_link(struct ctl_table_header **phead,
1061 dir = xlate_dir(set, (*phead)->parent);
1070 unuse_table(*phead);
1071 *phead = head;