Searched refs:f_list (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 319 f_list = [] 324 f_list.append(exe.submit(self.check_file, refs, found)) 329 total = len(f_list) 341 while f_list: 343 t = futures.wait(f_list, timeout=1, 357 f_list.remove(fut) 367 if len(f_list) < total:
|
| /linux/fs/lockd/ |
| H A D | svcsubs.c | 121 hlist_for_each_entry(file, &nlm_files[hash], f_list) in nlm_lookup_file() 137 INIT_HLIST_NODE(&file->f_list); in nlm_lookup_file() 144 hlist_add_head(&file->f_list, &nlm_files[hash]); in nlm_lookup_file() 167 if (!hlist_unhashed(&file->f_list)) { in nlm_delete_file() 168 hlist_del(&file->f_list); in nlm_delete_file() 308 hlist_for_each_entry_safe(file, next, &nlm_files[i], f_list) { in nlm_traverse_files() 324 hlist_del(&file->f_list); in nlm_traverse_files()
|
| /linux/include/linux/lockd/ |
| H A D | lockd.h | 157 struct hlist_node f_list; /* linked list */ member
|
| /linux/include/net/ |
| H A D | ip_vs.h | 677 struct hlist_node f_list; /* for fwmark-based service table */ member
|