Searched defs:list_for_each_entry_safe (Results 101 - 125 of 256) sorted by last modified time

1234567891011

/linux-master/net/ipv6/
H A Dip6_input.c86 list_for_each_entry_safe(skb, next, head, list) { function
117 list_for_each_entry_safe(skb, next, head, list) { function
333 list_for_each_entry_safe(skb, next, head, list) { function
/linux-master/net/can/
H A Dbcm.c812 list_for_each_entry_safe(op, n, ops, list) { function
863 list_for_each_entry_safe(op, n, ops, list) { 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/kernel/
H A Dexit.c605 list_for_each_entry_safe(p, n, dead, ptrace_entry) { function
/linux-master/kernel/events/
H A Dcore.c10640 list_for_each_entry_safe(filter, iter, filters, entry) { function
12971 list_for_each_entry_safe(event, tmp, events, migrate_entry) { function
12983 list_for_each_entry_safe(event, tmp, events, migrate_entry) { function
[all...]
/linux-master/kernel/bpf/
H A Ddevmap.c414 list_for_each_entry_safe(bq, tmp, flush_list, flush_node) { function
H A Dcgroup.c313 list_for_each_entry_safe(storage, stmp, storages, list_cg) { 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/fs/btrfs/
H A Dfree-space-cache.c1257 list_for_each_entry_safe(entry, next, bitmap_list, list) { function
H A Ddefrag.c1125 list_for_each_entry_safe(entry, tmp, target_list, list) { function
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c1217 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { function
1760 list_for_each_entry_safe(qtd, qtd_next, qtd_list, qtd_list) { function
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c2187 list_for_each_entry_safe(info, tmp, pkt_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/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c388 list_for_each_entry_safe(node, tmp, timer_list, 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/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2621 list_for_each_entry_safe(priv, tmp, dev_list, list) { function
/linux-master/drivers/firmware/arm_scmi/
H A Dbus.c177 list_for_each_entry_safe(victim, tmp, phead, node) { function
/linux-master/block/
H A Dblk-flush.c260 list_for_each_entry_safe(rq, n, running, queuelist) { function
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c478 list_for_each_entry_safe(op, tmp, oplist, list) { function
534 list_for_each_entry_safe(op, tmp, oplist, list) { function
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c2899 list_for_each_entry_safe(sentry, stmp, head, mon.crdtgrp_list) { function
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c1208 list_for_each_entry_safe(pos, tmp, head, miscj) { 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/fs/efivarfs/
H A Dvars.c299 list_for_each_entry_safe(entry, n, head, list) { function
718 list_for_each_entry_safe(entry, n, head, list) { function
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c312 list_for_each_entry_safe(block, on, objects, link) { 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

Completed in 423 milliseconds

1234567891011