Searched defs:list_for_each_entry_safe (Results 151 - 175 of 256) sorted by relevance

1234567891011

/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c403 list_for_each_entry_safe(va_block, tmp, va_list, node) { function
2473 list_for_each_entry_safe(userptr, tmp, userptr_list, job_node) { function
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c374 list_for_each_entry_safe(req, n, queue, list) { function
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c2030 list_for_each_entry_safe(mac_node, tmp, list, node) { function
/linux-master/drivers/target/
H A Dtarget_core_pr.c2792 list_for_each_entry_safe(pr_reg, pr_reg_tmp, preempt_and_abort_list, function
[all...]
/linux-master/drivers/pci/
H A Dsetup-bus.c46 list_for_each_entry_safe(dev_res, tmp, head, list) { function
87 list_for_each_entry_safe(dev_res, tmp, head, list) { function
222 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { function
390 list_for_each_entry_safe(dev_res, tmp_res, head, list) { function
447 list_for_each_entry_safe(dev_res, tmp_res, head, list) function
/linux-master/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c62 list_for_each_entry_safe(req, req_copy, queue_data, queue) { function
96 list_for_each_entry_safe(req, tmp_req, queue, queue) { function
131 list_for_each_entry_safe(req, tmp_req, queue_data, queue) { function
566 list_for_each_entry_safe(req, tmp_req, list, queue) { function
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c471 list_for_each_entry_safe(req, next, q, list) { function
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c1779 list_for_each_entry_safe(ct_entry2, ct_tmp, ct_list, function
[all...]
/linux-master/mm/
H A Dmemory-failure.c487 list_for_each_entry_safe(tk, next, to_kill, nd) { function
515 list_for_each_entry_safe(tk, next, to_kill, nd) { function
H A Dmigrate.c152 list_for_each_entry_safe(folio, folio2, l, lru) { function
1540 list_for_each_entry_safe(folio, folio2, from, lru) { function
1648 list_for_each_entry_safe(folio, folio2, from, lru) { function
1932 list_for_each_entry_safe(folio, folio2, from, lru) { function
H A Dkhugepaged.c524 list_for_each_entry_safe(folio, tmp, compound_pagelist, lru) { function
729 list_for_each_entry_safe(src, tmp, compound_pagelist, lru) { function
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c2443 list_for_each_entry_safe(tx, tx_next, tx_list, list) { function
2476 list_for_each_entry_safe(tx, tx_next, tx_list, list) { function
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1129 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) { function
1140 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) { function
/linux-master/kernel/bpf/
H A Dcgroup.c313 list_for_each_entry_safe(storage, stmp, storages, list_cg) { function
/linux-master/kernel/rcu/
H A Dtasks.h978 list_for_each_entry_safe(t, t1, &rtpcp->rtp_exit_list, rcu_tasks_exit_list) { function
1043 list_for_each_entry_safe(t, t1, hop, rcu_tasks_holdout_list) { function
1850 list_for_each_entry_safe(t, g, hop, trc_holdout_list) { function
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2621 list_for_each_entry_safe(priv, tmp, dev_list, list) { function
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c873 list_for_each_entry_safe(skb, tmp, free_list, list) { function
/linux-master/net/smc/
H A Dsmc_core.c1362 list_for_each_entry_safe(buf_desc, bf_desc, buf_list, function
2158 list_for_each_entry_safe(buf_desc, bf, lst, list) { function
[all...]
/linux-master/drivers/md/
H A Ddm-mpath.c189 list_for_each_entry_safe(pgpath, tmp, pgpaths, list) { function
/linux-master/fs/
H A Duserfaultfd.c723 list_for_each_entry_safe(fctx, n, fcs, list) { function
851 list_for_each_entry_safe(ctx, n, uf, list) { function
/linux-master/fs/nilfs2/
H A Dsegment.c800 list_for_each_entry_safe(ii, n, head, i_dirty) { function
1004 list_for_each_entry_safe(bh, n, listp, b_assoc_buffers) { function
2417 list_for_each_entry_safe(ii, n, head, i_dirty) { function
/linux-master/fs/xfs/
H A Dxfs_log_recover.c2483 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { function
2529 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { function
/linux-master/tools/perf/util/
H A Dmetricgroup.c1364 list_for_each_entry_safe (m, tmp, metric_list, nd) { function
H A Dpmu.c1587 list_for_each_entry_safe(fmt, tmp, formats, list) { function
/linux-master/drivers/mtd/spi-nor/
H A Dcore.c1613 list_for_each_entry_safe(cmd, next, erase_list, list) { function

Completed in 442 milliseconds

1234567891011