Lines Matching refs:phead
83 static int sysctl_follow_link(struct ctl_table_header **phead,
111 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() argument
135 *phead = head; in find_entry()
336 static struct ctl_table *lookup_entry(struct ctl_table_header **phead, in lookup_entry() argument
346 *phead = head; in lookup_entry()
366 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
379 *phead = head; in first_entry()
383 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
385 struct ctl_table_header *head = *phead; in next_entry()
399 *phead = head; in next_entry()
1048 static int sysctl_follow_link(struct ctl_table_header **phead, in sysctl_follow_link() argument
1062 dir = xlate_dir(set, (*phead)->parent); in sysctl_follow_link()
1071 unuse_table(*phead); in sysctl_follow_link()
1072 *phead = head; in sysctl_follow_link()