Lines Matching refs:h
82 struct ctl_table_header *h = NULL; in proc_sys_lookup() local
100 for (h = sysctl_head_next(NULL); h; h = sysctl_head_next(h)) { in proc_sys_lookup()
101 if (h->attached_to != table) in proc_sys_lookup()
103 p = find_in_table(h->attached_by, name); in proc_sys_lookup()
113 inode = proc_sys_make_inode(dir->i_sb, h ? h : head, p); in proc_sys_lookup()
114 if (h) in proc_sys_lookup()
115 sysctl_head_finish(h); in proc_sys_lookup()
246 struct ctl_table_header *h = NULL; in proc_sys_readdir() local
280 for (h = sysctl_head_next(NULL); h; h = sysctl_head_next(h)) { in proc_sys_readdir()
281 if (h->attached_to != table) in proc_sys_readdir()
283 ret = scan(h, h->attached_by, &pos, filp, dirent, filldir); in proc_sys_readdir()
285 sysctl_head_finish(h); in proc_sys_readdir()