Searched defs:list_for_each_entry_safe (Results 126 - 150 of 256) sorted by last modified time

1234567891011

/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/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c2818 list_for_each_entry_safe(plane, tmpp, plane_list, head) function
/linux-master/fs/
H A Dnamespace.c3464 list_for_each_entry_safe(mnt, next, mounts, mnt_expire) { function
/linux-master/net/ceph/
H A Dosd_client.c4136 list_for_each_entry_safe(lreq, nlreq, need_resend_linger, scan_item) { function
/linux-master/drivers/scsi/
H A Dscsi_error.c1315 list_for_each_entry_safe(scmd, next, work_q, eh_entry) { function
1451 list_for_each_entry_safe(scmd, next, cmd_list, eh_entry) function
1535 list_for_each_entry_safe(scmd, next, function
1601 list_for_each_entry_safe(scmd, next, function
1736 list_for_each_entry_safe(scmd, next, work_q, eh_entry) { function
1783 list_for_each_entry_safe(scmd, next, work_q, eh_entry) { function
1807 list_for_each_entry_safe(scmd, next, work_q, eh_entry) { function
2200 list_for_each_entry_safe(scmd, next, done_q, eh_entry) { function
/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.c587 list_for_each_entry_safe(comp_tmp, _comp_tmp, 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/include/net/
H A Dxdp_sock_drv.h129 list_for_each_entry_safe(pos, tmp, xskb_list, xskb_list_node) { function
/linux-master/fs/overlayfs/
H A Dreaddir.c586 list_for_each_entry_safe(p, n, list, l_node) { function
996 list_for_each_entry_safe(p, n, list, l_node) { function
/linux-master/tools/perf/util/
H A Dauxtrace.c850 list_for_each_entry_safe(auxtrace_index, n, head, list) { function
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c1033 list_for_each_entry_safe(pos, tmp, head, list) { function
/linux-master/security/apparmor/
H A Dpolicy_unpack.c1471 list_for_each_entry_safe(ent, tmp, lh, list) { function
/linux-master/fs/ceph/
H A Ddir.c1612 list_for_each_entry_safe(di, tmp, list, lease_list) { function
/linux-master/arch/riscv/kernel/
H A Dmodule.c630 list_for_each_entry_safe(bucket_iter, bucket_iter_tmp, function
/linux-master/mm/
H A Dpercpu.c1991 list_for_each_entry_safe(chunk, next, free_head, list) { function
/linux-master/kernel/cgroup/
H A Dcgroup.c1099 list_for_each_entry_safe(link, tmp_link, links_to_free, cset_link) { function
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_balloon.c264 list_for_each_entry_safe(page, next, pages, lru) { function
/linux-master/drivers/usb/usbip/
H A Dstub_main.c280 list_for_each_entry_safe(priv, tmp, listhead, 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/usb/fotg210/
H A Dfotg210-hcd.c2514 list_for_each_entry_safe(qtd, temp, head, qtd_list) { function
/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/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c471 list_for_each_entry_safe(req, next, q, list) { function
/linux-master/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c236 list_for_each_entry_safe(block, _block, list, head) { 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/net/wireless/ath/ath10k/
H A Ddebug.c208 list_for_each_entry_safe(i, tmp, head, list) { function
218 list_for_each_entry_safe(i, tmp, head, list) { function
228 list_for_each_entry_safe(i, tmp, head, list) { function
238 list_for_each_entry_safe(i, tmp, head, list) { function

Completed in 365 milliseconds

1234567891011