Lines Matching defs:phead
90 static int sysctl_follow_link(struct ctl_table_header **phead,
113 static struct ctl_table *find_entry(struct ctl_table_header **phead,
137 *phead = head;
346 static struct ctl_table *lookup_entry(struct ctl_table_header **phead,
356 *phead = head;
376 struct ctl_table_header **phead, struct ctl_table **pentry)
389 *phead = head;
393 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry)
395 struct ctl_table_header *head = *phead;
409 *phead = head;
1059 static int sysctl_follow_link(struct ctl_table_header **phead,
1072 dir = xlate_dir(set, (*phead)->parent);
1081 unuse_table(*phead);
1082 *phead = head;