Home
last modified time | relevance | path

Searched refs:phead (Results 1 – 1 of 1) sorted by relevance

/fs/proc/
Dproc_sysctl.c86 static int sysctl_follow_link(struct ctl_table_header **phead,
114 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() argument
138 *phead = head; in find_entry()
339 static struct ctl_table *lookup_entry(struct ctl_table_header **phead, in lookup_entry() argument
349 *phead = head; in lookup_entry()
369 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
382 *phead = head; in first_entry()
386 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
388 struct ctl_table_header *head = *phead; in next_entry()
402 *phead = head; in next_entry()
[all …]