Searched refs:llist_for_each_entry (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce-genpool.c | 40 llist_for_each_entry(node, &l->llnode, llnode) { in is_duplicate_mce_record()
|
D | mce.c | 321 llist_for_each_entry(l, pending, llnode) { in mce_panic() 330 llist_for_each_entry(l, pending, llnode) { in mce_panic()
|
/Linux-v4.19/include/linux/ |
D | llist.h | 163 #define llist_for_each_entry(pos, node, member) \ macro
|
/Linux-v4.19/ |
D | .clang-format | 287 - 'llist_for_each_entry'
|
/Linux-v4.19/net/core/ |
D | net_namespace.c | 522 llist_for_each_entry(net, net_kill_list, cleanup_list) in cleanup_net() 537 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net()
|
/Linux-v4.19/kernel/ |
D | smp.c | 232 llist_for_each_entry(csd, entry, llist) in flush_smp_call_function_queue()
|
/Linux-v4.19/mm/ |
D | vmalloc.c | 665 llist_for_each_entry(va, valist, purge_list) { in __purge_vmap_area_lazy()
|
/Linux-v4.19/drivers/iommu/ |
D | amd_iommu.c | 228 llist_for_each_entry(dev_data, node, dev_data_list) { in search_dev_data()
|