Searched refs:f_list (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/dma/fsl-dpaa2-qdma/ |
| H A D | dpaa2-qdma.c | 175 dpaa2_qdma_populate_first_framel(struct dpaa2_fl_entry *f_list, in dpaa2_qdma_populate_first_framel() argument 194 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_first_framel() 197 dpaa2_fl_set_addr(f_list, dpaa2_comp->desc_bus_addr); in dpaa2_qdma_populate_first_framel() 198 dpaa2_fl_set_len(f_list, 0x20); in dpaa2_qdma_populate_first_framel() 199 dpaa2_fl_set_format(f_list, QDMA_FL_FMT_SBF | QDMA_FL_SL_LONG); in dpaa2_qdma_populate_first_framel() 203 f_list->bpid = cpu_to_le16(QDMA_FL_BMT_ENABLE); in dpaa2_qdma_populate_first_framel() 208 dpaa2_qdma_populate_frames(struct dpaa2_fl_entry *f_list, in dpaa2_qdma_populate_frames() argument 213 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_frames() 215 dpaa2_fl_set_addr(f_list, src); in dpaa2_qdma_populate_frames() 216 dpaa2_fl_set_len(f_list, len); in dpaa2_qdma_populate_frames() [all …]
|
| /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) 338 print(f"{len(f_list):6d} jobs queued on {max_workers} workers", 341 while f_list: 343 t = futures.wait(f_list, timeout=1, 357 f_list.remove(fut) 367 if len(f_list) < total: 368 elapsed += f" ({total - len(f_list)}/{total} jobs completed). "
|
| /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/net/netfilter/ipvs/ |
| H A D | ip_vs_ctl.c | 367 hlist_add_head_rcu(&svc->f_list, &ip_vs_svc_fwm_table[hash]); in ip_vs_svc_hash() 394 hlist_del_rcu(&svc->f_list); in ip_vs_svc_unhash() 443 hlist_for_each_entry_rcu(svc, &ip_vs_svc_fwm_table[hash], f_list) { in __ip_vs_svc_fwm_find() 1716 f_list) { in ip_vs_flush() 1789 hlist_for_each_entry(svc, &ip_vs_svc_fwm_table[idx], f_list) { in ip_vs_dst_event() 1836 hlist_for_each_entry(svc, &ip_vs_svc_fwm_table[idx], f_list) { in ip_vs_zero_all() 2321 f_list) { in ip_vs_info_array() 2374 e = rcu_dereference(hlist_next_rcu(&svc->f_list)); in ip_vs_info_seq_next() 2376 return hlist_entry(e, struct ip_vs_service, f_list); in ip_vs_info_seq_next() 2382 f_list) in ip_vs_info_seq_next() [all …]
|
| /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
|