Searched refs:llist_for_each_entry (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/x86/kernel/cpu/mce/ |
D | genpool.c | 39 llist_for_each_entry(node, &l->llnode, llnode) { in is_duplicate_mce_record()
|
D | core.c | 262 llist_for_each_entry(l, pending, llnode) { in mce_panic() 271 llist_for_each_entry(l, pending, llnode) { in mce_panic()
|
/linux-6.6.21/include/linux/ |
D | llist.h | 153 #define llist_for_each_entry(pos, node, member) \ macro
|
/linux-6.6.21/ |
D | .clang-format | 488 - 'llist_for_each_entry'
|
/linux-6.6.21/net/core/ |
D | net_namespace.c | 580 llist_for_each_entry(net, net_kill_list, cleanup_list) in cleanup_net() 595 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net()
|
/linux-6.6.21/kernel/ |
D | smp.c | 473 llist_for_each_entry(csd, entry, node.llist) { in __flush_smp_call_function_queue()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_counters.c | 288 llist_for_each_entry(counter, addlist, addlist) { in mlx5_fc_stats_work()
|
/linux-6.6.21/drivers/infiniband/sw/siw/ |
D | siw_qp_tx.c | 1285 llist_for_each_entry(qp, active, tx_list) { in siw_run_sq()
|
/linux-6.6.21/mm/ |
D | memory-failure.c | 1860 llist_for_each_entry(p, raw_hwp_head->first, node) { in is_raw_hwpoison_page_in_hugepage()
|
/linux-6.6.21/drivers/iommu/amd/ |
D | iommu.c | 212 llist_for_each_entry(dev_data, node, dev_data_list) { in search_dev_data()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_perf.c | 2318 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in get_oa_vma()
|