Searched defs:list_for_each_entry (Results 1 - 25 of 356) sorted by relevance

1234567891011>>

/linux-master/tools/firewire/
H A Dlist.h59 #define list_for_each_entry(pos, list, member) \ macro
/linux-master/drivers/misc/ocxl/
H A Dpci.c53 list_for_each_entry(afu, afu_list, list) { function
H A Dpasid.c18 list_for_each_entry(cur, head, list) { function
37 list_for_each_entry(cur, head, list) { function
/linux-master/scripts/gdb/linux/
H A Dlists.py41 def list_for_each_entry(head, gdbtype, member): function
H A Dgenpd.py9 from linux.lists import list_for_each_entry namespace
/linux-master/fs/nfs_common/
H A Dgrace.c73 list_for_each_entry(lm, grace_list, list) { function
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c50 list_for_each_entry(entry, list, head) { function
87 list_for_each_entry(entry, list, head) { function
150 list_for_each_entry(entry, list, head) { function
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.h50 list_for_each_entry(ra_list, ra_list_hhead, list) { function
H A D11n.h142 list_for_each_entry(tx_tbl, &priv->tx_ba_stream_tbl_ptr, list) { function
/linux-master/tools/testing/selftests/bpf/progs/
H A Darena_list.c74 list_for_each_entry(n, list_head, node) { function
/linux-master/fs/btrfs/
H A Dlru_cache.c28 list_for_each_entry(entry, head, list) { function
/linux-master/net/atm/
H A Daddr.c84 list_for_each_entry(this, head, entry) { function
119 list_for_each_entry(this, head, entry) { function
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmm.h48 list_for_each_entry(node, &mm->nodes, nl_entry) { function
/linux-master/security/tomoyo/
H A Dmemory.c112 list_for_each_entry(group, list, head.list) { function
166 list_for_each_entry(ptr, head, head.list) { function
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py10 from drgn.helpers.linux import list_for_each_entry, list_empty namespace
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Daldebaran.c163 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { function
171 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { function
189 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { function
199 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { function
346 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { function
/linux-master/net/vmw_vsock/
H A Ddiag.c76 list_for_each_entry(vsk, head, bound_table) { function
106 list_for_each_entry(vsk, head, connected_table) { function
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h35 #define list_for_each_entry(pos, head, member) \ macro
/linux-master/net/ceph/
H A Dstriper.c79 list_for_each_entry(ex, object_extents, oe_item) { function
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dbase.c110 list_for_each_entry(dssdev, list, list) { function
/linux-master/fs/ocfs2/dlm/
H A Ddlmast.c347 list_for_each_entry(lock, head, list) { function
358 list_for_each_entry(lock, head, list) { function
/linux-master/drivers/hid/
H A Dhid-tmff.c141 list_for_each_entry(report, report_list, list) { function
/linux-master/drivers/firmware/
H A Dmemmap.c224 list_for_each_entry(entry, list, list) function
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_mgr.c192 list_for_each_entry(tmp_dev, virtcrypto_devmgr_get_head(), list) { function
210 list_for_each_entry(tmp_dev, function
/linux-master/scripts/mod/
H A Dlist.h195 #define list_for_each_entry(pos, head, member) \ macro

Completed in 653 milliseconds

1234567891011>>