Lines Matching +defs:wait +defs:head

116 	struct ctl_table_header *head;  in find_entry()  local
146 static int insert_entry(struct ctl_table_header *head, const struct ctl_table *entry) in insert_entry()
185 static void erase_entry(struct ctl_table_header *head, const struct ctl_table *entry) in erase_entry()
192 static void init_header(struct ctl_table_header *head, in init_header()
220 static void erase_header(struct ctl_table_header *head) in erase_header()
287 static void proc_sys_invalidate_dcache(struct ctl_table_header *head) in proc_sys_invalidate_dcache()
302 struct completion wait; in start_unregistering() local
325 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
335 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
357 struct ctl_table_header *head; in lookup_entry() local
385 struct ctl_table_header *head = NULL; in first_entry() local
402 struct ctl_table_header *head = *phead; in next_entry() local
436 static int sysctl_perm(struct ctl_table_header *head, const struct ctl_table *table, int op) in sysctl_perm()
450 struct ctl_table_header *head, const struct ctl_table *table) in proc_sys_make_inode()
498 void proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head) in proc_sys_evict_inode()
509 struct ctl_table_header *head = PROC_I(inode)->sysctl; in grab_header() local
518 struct ctl_table_header *head = grab_header(dir); in proc_sys_lookup() local
557 struct ctl_table_header *head = grab_header(inode); in proc_sys_call_handler() local
631 struct ctl_table_header *head = grab_header(inode); in proc_sys_open() local
646 static __poll_t proc_sys_poll(struct file *filp, poll_table *wait) in proc_sys_poll()
649 struct ctl_table_header *head = grab_header(inode); in proc_sys_poll() local
680 struct ctl_table_header *head, in proc_sys_fill_cache()
724 struct ctl_table_header *head, in proc_sys_link_fill_cache()
743 static int scan(struct ctl_table_header *head, const struct ctl_table *table, in scan()
765 struct ctl_table_header *head = grab_header(file_inode(file)); in proc_sys_readdir() local
799 struct ctl_table_header *head; in proc_sys_permission() local
843 struct ctl_table_header *head = grab_header(inode); in proc_sys_getattr() local
917 struct ctl_table_header *head; in proc_sys_compare() local
947 struct ctl_table_header *head; in find_subdir() local
1061 struct ctl_table_header *head; in sysctl_follow_link() local
1180 static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table_header *head) in new_links()
1257 static int insert_links(struct ctl_table_header *head) in insert_links()