Searched refs:llist_for_each_entry (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | llist.h | 180 #define llist_for_each_entry(pos, node, member) \ macro
|
/linux/ |
H A D | .clang-format | 548 - 'llist_for_each_entry'
|
/linux/net/core/ |
H A D | net_namespace.c | 610 llist_for_each_entry(net, net_kill_list, cleanup_list) in cleanup_net() 625 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net()
|
/linux/mm/ |
H A D | memory-failure.c | 1894 llist_for_each_entry(p, raw_hwp_head->first, node) { in is_raw_hwpoison_page_in_hugepage() 1939 llist_for_each_entry(p, head->first, node) { in folio_set_hugetlb_hwpoison()
|
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 1274 llist_for_each_entry(qp, active, tx_list) { in siw_run_sq()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_oa.c | 923 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in xe_oa_alloc_config_buffer()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 2285 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in get_oa_vma()
|
/linux/drivers/iommu/amd/ |
H A D | iommu.c | 360 llist_for_each_entry(dev_data, node, dev_data_list) { in search_dev_data()
|