/linux/ipc/ |
H A D | namespace.c | 174 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc() 180 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_range_fence.c | 34 llist_for_each_entry_safe(rfence, next, node, link) { in __xe_range_fence_tree_cleanup()
|
H A D | xe_bo.c | 2499 llist_for_each_entry_safe(bo, next, freed, freed) in xe_bo_put_commit()
|
H A D | xe_oa.c | 699 llist_for_each_entry_safe(oa_bo, tmp, stream->oa_config_bos.first, node) in xe_oa_free_configs()
|
/linux/include/linux/ |
H A D | llist.h | 202 #define llist_for_each_entry_safe(pos, n, node, member) \ macro
|
/linux/kernel/ |
H A D | irq_work.c | 251 llist_for_each_entry_safe(work, tmp, llnode, node.llist) in irq_work_run_list()
|
/linux/drivers/dma/idxd/ |
H A D | submit.c | 112 llist_for_each_entry_safe(d, t, head, llnode) { in llist_abort_desc()
|
H A D | irq.c | 114 llist_for_each_entry_safe(d, t, head, llnode) in idxd_abort_invalid_int_handle_descs() 589 llist_for_each_entry_safe(desc, t, head, llnode) { in irq_process_pending_llist()
|
H A D | device.c | 1259 llist_for_each_entry_safe(desc, itr, head, llnode) in idxd_flush_pending_descs()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_requests.c | 250 llist_for_each_entry_safe(rq, rn, first, watchdog.link) { in intel_gt_watchdog_work()
|
/linux/lib/ |
H A D | closure.c | 89 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up()
|
/linux/drivers/tty/ |
H A D | tty_buffer.c | 135 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
|
/linux/fs/ |
H A D | file_table.c | 486 llist_for_each_entry_safe(f, t, node, f_llist) in delayed_fput()
|
/linux/ |
H A D | .clang-format | 549 - 'llist_for_each_entry_safe'
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.c | 411 llist_for_each_entry_safe(obj, on, freed, freed) { in __i915_gem_free_objects()
|
/linux/net/ipv4/ |
H A D | inet_fragment.c | 169 llist_for_each_entry_safe(fqdir, tmp, kill_list, free_list) { in fqdir_free_fn()
|
/linux/drivers/vhost/ |
H A D | scsi.c | 368 llist_for_each_entry_safe(cmd, t, llnode, tvc_completion_list) in vhost_scsi_drop_cmds() 519 llist_for_each_entry_safe(evt, t, llnode, list) { in vhost_scsi_complete_events() 574 llist_for_each_entry_safe(cmd, t, llnode, tvc_completion_list) { in vhost_scsi_complete_cmd_work()
|
/linux/fs/ocfs2/ |
H A D | quota_global.c | 717 llist_for_each_entry_safe(odquot, next_odquot, list, list) { in ocfs2_drop_dquot_refs()
|
/linux/drivers/edac/ |
H A D | igen6_edac.c | 869 llist_for_each_entry_safe(node, tmp, head, llnode) { in ecclog_work_cb()
|
/linux/net/core/ |
H A D | net_namespace.c | 462 llist_for_each_entry_safe(net, next, kill_list, defer_free_list) in net_complete_free()
|
/linux/fs/xfs/ |
H A D | xfs_icache.c | 1981 llist_for_each_entry_safe(ip, n, node, i_gclist) { in xfs_inodegc_worker()
|
/linux/block/ |
H A D | blk-cgroup.c | 1033 llist_for_each_entry_safe(bisc, next_bisc, lnode, lnode) { in __blkcg_rstat_flush()
|
/linux/mm/ |
H A D | memory-failure.c | 1913 llist_for_each_entry_safe(p, next, head, node) { in __folio_free_raw_hwp()
|
/linux/drivers/target/ |
H A D | target_core_transport.c | 1894 llist_for_each_entry_safe(se_cmd, next_cmd, cmd_list, se_cmd_list) { in target_queued_submit_work()
|
/linux/drivers/block/ |
H A D | ublk_drv.c | 1230 llist_for_each_entry_safe(data, tmp, io_cmds, node) in ublk_forward_io_cmds()
|