Searched defs:list_for_each_entry_safe (Results 76 - 100 of 256) sorted by relevance

1234567891011

/linux-master/drivers/scsi/libsas/
H A Dsas_scsi_host.c234 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { function
246 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { function
259 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { function
534 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { function
551 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { function
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_inline.h98 list_for_each_entry_safe(dsd, tdsd, &ctx->dsd_list, list) { function
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c552 list_for_each_entry_safe(entry, next, list, cotable_head) { function
/linux-master/net/netfilter/
H A Dcore.c663 list_for_each_entry_safe(skb, next, head, list) { function
/linux-master/drivers/usb/usbip/
H A Dvhci_hcd.c966 list_for_each_entry_safe(unlink, tmp, unlink_list, list) { function
/linux-master/crypto/
H A Dalgapi.c168 list_for_each_entry_safe(spawn, n, spawns, list) { function
446 list_for_each_entry_safe(alg, n, list, cra_list) { function
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.c813 list_for_each_entry_safe(i, tmp, head, list) { function
823 list_for_each_entry_safe(i, tmp, head, list) { function
833 list_for_each_entry_safe(i, tmp, head, list) { function
/linux-master/net/sched/
H A Dsch_hhf.c190 list_for_each_entry_safe(flow, next, head, flowchain) { function
490 list_for_each_entry_safe(flow, next, head, flowchain) { function
H A Dact_gate.c227 list_for_each_entry_safe(entry, e, entries, list) { function
/linux-master/fs/ext4/
H A Dfsmap.c379 list_for_each_entry_safe(p, tmp, meta_list, fmr_list) { function
401 list_for_each_entry_safe(p, tmp, meta_list, fmr_list) { function
/linux-master/drivers/md/
H A Ddm-log-userspace-base.c498 list_for_each_entry_safe(fe, tmp_fe, flush_list, list) { function
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c147 list_for_each_entry_safe(conn, conn_tmp, list, entry) { function
/linux-master/fs/ocfs2/
H A Dquota_local.c241 list_for_each_entry_safe(pos, next, head, qc_chunk) { function
321 list_for_each_entry_safe(rchunk, next, head, rc_list) { function
/linux-master/fs/nilfs2/
H A Drecovery.c449 list_for_each_entry_safe(ent, n, head, list) { function
505 list_for_each_entry_safe(rb, n, head, list) { function
/linux-master/mm/
H A Dswap.c158 list_for_each_entry_safe(folio, next, pages, lru) { function
/linux-master/include/linux/
H A Dlist.h864 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/linux-master/kernel/
H A Dkexec_core.c312 list_for_each_entry_safe(page, next, list, lru) { function
/linux-master/drivers/platform/chrome/
H A Dcros_ec_typec.c174 list_for_each_entry_safe(node, tmp, head, list) { function
/linux-master/kernel/bpf/
H A Dcpumap.c147 list_for_each_entry_safe(skb, tmp, listp, list) { function
764 list_for_each_entry_safe(bq, tmp, flush_list, flush_node) { function
/linux-master/fs/ecryptfs/
H A Dkeystore.c1196 list_for_each_entry_safe(auth_tok_list_item, auth_tok_list_item_tmp, function
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h371 list_for_each_entry_safe(buf, tmp, &vp->active_buf_q, list) { function
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.c45 list_for_each_entry_safe(event, tmp, list, link) { function
/linux-master/ipc/
H A Dmsg.c219 list_for_each_entry_safe(mss, t, h, list) { function
/linux-master/fs/ocfs2/dlm/
H A Ddlmrecovery.c2068 list_for_each_entry_safe(lock, next, queue, list) { function
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c162 list_for_each_entry_safe(ste_info, tmp_ste_info, function
328 list_for_each_entry_safe(cur_ste, tmp_ste, cur_miss_list, miss_list_node) { function

Completed in 295 milliseconds

1234567891011