Lines Matching defs:phead
91 static int sysctl_follow_link(struct ctl_table_header **phead,
113 static const struct ctl_table *find_entry(struct ctl_table_header **phead,
139 *phead = head;
353 static const struct ctl_table *lookup_entry(struct ctl_table_header **phead,
363 *phead = head;
383 struct ctl_table_header **phead, const struct ctl_table **pentry)
396 *phead = head;
400 static void next_entry(struct ctl_table_header **phead, const struct ctl_table **pentry)
402 struct ctl_table_header *head = *phead;
416 *phead = head;
1057 static int sysctl_follow_link(struct ctl_table_header **phead,
1070 dir = xlate_dir(set, (*phead)->parent);
1079 unuse_table(*phead);
1080 *phead = head;