Searched defs:list_for_each_entry_safe (Results 176 - 200 of 256) sorted by last modified time

1234567891011

/linux-master/drivers/accel/habanalabs/common/
H A Dirq.c213 list_for_each_entry_safe(free_obj, temp_free_obj, free_list_head, free_objects_node) { function
226 list_for_each_entry_safe(free_obj, temp_free_obj, dynamic_alloc_free_list_head, function
/linux-master/net/netfilter/
H A Dcore.c663 list_for_each_entry_safe(skb, next, head, list) { function
H A Dnfnetlink.c358 list_for_each_entry_safe(nfnl_err, next, err_list, head) { function
/linux-master/drivers/counter/
H A Dcounter-chrdev.c125 list_for_each_entry_safe(p, n, events_list, l) { 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/drivers/scsi/qla2xxx/
H A Dqla_inline.h98 list_for_each_entry_safe(dsd, tdsd, &ctx->dsd_list, list) { function
/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
H A Dsas_ata.c878 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { function
/linux-master/net/ipv4/
H A Dip_input.c578 list_for_each_entry_safe(skb, next, head, list) { function
602 list_for_each_entry_safe(skb, next, head, list) { function
652 list_for_each_entry_safe(skb, next, head, list) { function
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c6423 list_for_each_entry_safe(nt_ddb_idx, nt_ddb_idx_tmp, list_nt, list) { function
6533 list_for_each_entry_safe(nt_ddb_idx, nt_ddb_idx_tmp, list_nt, list) { function
6542 list_for_each_entry_safe(nt_ddb_idx, nt_ddb_idx_tmp, list_nt, list) { function
6567 list_for_each_entry_safe(ddb_idx, ddb_idx_tmp, list_ddb, list) { function
6860 list_for_each_entry_safe(ddb_idx, ddb_idx_tmp, list_ddb, list) { function
6987 list_for_each_entry_safe(ddb_idx, ddb_idx_tmp, list_ddb, list) { function
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c1605 list_for_each_entry_safe(qtd, temp, head, qtd_list) { function
H A Dr8a66597-hcd.c842 list_for_each_entry_safe(td, next, list, queue) { function
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c1520 list_for_each_entry_safe(buffer, tmp, list, head) { function
1534 list_for_each_entry_safe(buffer, tmp, list, head) { function
1941 list_for_each_entry_safe(shadow, tmp, list, head) { function
/linux-master/net/rds/
H A Dtcp.c410 list_for_each_entry_safe(tc, _tc, list, t_tcp_node) { function
/linux-master/net/core/
H A Dflow_offload.c479 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { function
/linux-master/ipc/
H A Dsem.c866 list_for_each_entry_safe(q, tmp, pending_list, list) { function
961 list_for_each_entry_safe(q, tmp, pending_list, list) { function
/linux-master/fs/smb/client/
H A Ddfs_cache.h80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { function
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c570 list_for_each_entry_safe(bssprio_node, tmp_node, head, function
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c2006 list_for_each_entry_safe(rx_rule, next, rx_rules_list, entry) { function
2029 list_for_each_entry_safe(tx_rule, next, tx_rules_list, entry) { function
2270 list_for_each_entry_safe(tx_rule, next_tx, tx_rules_list, entry) { function
2275 list_for_each_entry_safe(rx_rule, next_rx, rx_rules_list, entry) { function
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c851 list_for_each_entry_safe(iter, tmp, lhead, list) { function
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1219 list_for_each_entry_safe(dpaa_fq, tmp, list, list) { function
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front.c66 list_for_each_entry_safe(buf, q, dbuf_list, list) function
80 list_for_each_entry_safe(buf, q, dbuf_list, list) { function
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c252 list_for_each_entry_safe(obj, n, list, list_node) { function
/linux-master/tools/perf/util/
H A Dordered-events.c239 list_for_each_entry_safe(iter, tmp, head, list) { function
/linux-master/security/
H A Ddevice_cgroup.c78 list_for_each_entry_safe(ex, tmp, dest, list) { function
91 list_for_each_entry_safe(ex, tmp, orig, list) { function

Completed in 502 milliseconds

1234567891011