Lines Matching refs:phead
76 static int sysctl_follow_link(struct ctl_table_header **phead,
104 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() argument
128 *phead = head; in find_entry()
362 static struct ctl_table *lookup_entry(struct ctl_table_header **phead, in lookup_entry() argument
372 *phead = head; in lookup_entry()
392 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
405 *phead = head; in first_entry()
409 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
411 struct ctl_table_header *head = *phead; in next_entry()
425 *phead = head; in next_entry()
1041 static int sysctl_follow_link(struct ctl_table_header **phead, in sysctl_follow_link() argument
1055 dir = xlate_dir(set, (*phead)->parent); in sysctl_follow_link()
1064 unuse_table(*phead); in sysctl_follow_link()
1065 *phead = head; in sysctl_follow_link()