Home
last modified time | relevance | path

Searched refs:llist_for_each_entry (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dllist.h180 #define llist_for_each_entry(pos, node, member) \ macro
/linux/
H A D.clang-format548 - 'llist_for_each_entry'
/linux/net/core/
H A Dnet_namespace.c610 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 Dmemory-failure.c1894 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 Dsiw_qp_tx.c1274 llist_for_each_entry(qp, active, tx_list) { in siw_run_sq()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c923 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 Di915_perf.c2285 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in get_oa_vma()
/linux/drivers/iommu/amd/
H A Diommu.c360 llist_for_each_entry(dev_data, node, dev_data_list) { in search_dev_data()