/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | genpool.c | 66 llist_for_each_entry_safe(node, t, head, llnode) { in mce_gen_pool_prepare_records() function 85 llist_for_each_entry_safe(node, tmp, head, llnode) { in mce_gen_pool_process() function
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | genpool.c | 66 llist_for_each_entry_safe(node, t, head, llnode) { in mce_gen_pool_prepare_records() function 85 llist_for_each_entry_safe(node, tmp, head, llnode) { in mce_gen_pool_process() function
|
/kernel/linux/linux-6.6/ipc/ |
H A D | namespace.c | 172 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc() 178 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | llist.h | 157 * llist_for_each_entry_safe - iterate over some deleted entries of lock-less list of given type 173 #define llist_for_each_entry_safe(pos, n, node, member) \ macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | irq_work.c | 169 llist_for_each_entry_safe(work, tmp, llnode, llnode) in irq_work_run_list()
|
H A D | smp.c | 382 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue() function 410 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | llist.h | 159 * llist_for_each_entry_safe - iterate over some deleted entries of lock-less list of given type 175 #define llist_for_each_entry_safe(pos, n, node, member) \ macro
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | closure.c | 72 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up() function
|
/kernel/linux/linux-5.10/ipc/ |
H A D | namespace.c | 140 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc()
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | submit.c | 110 llist_for_each_entry_safe(d, t, head, llnode) { in llist_abort_desc() function
|
H A D | irq.c | 114 llist_for_each_entry_safe(d, t, head, llnode) in idxd_abort_invalid_int_handle_descs() 568 llist_for_each_entry_safe(desc, t, head, llnode) { in irq_process_pending_llist() function
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | closure.c | 72 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up() function
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | irq.c | 187 llist_for_each_entry_safe(desc, t, head, llnode) { in irq_process_pending_llist() function
|
H A D | init.c | 407 llist_for_each_entry_safe(desc, itr, head, llnode) { in idxd_flush_pending_llist() function
|
/kernel/linux/linux-6.6/kernel/ |
H A D | irq_work.c | 251 llist_for_each_entry_safe(work, tmp, llnode, node.llist) in irq_work_run_list()
|
H A D | smp.c | 498 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue() function 526 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue() function
|
/kernel/linux/linux-6.6/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() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_counters.c | 248 llist_for_each_entry_safe(counter, tmp, dellist, dellist) { in mlx5_fc_stats_work() 410 llist_for_each_entry_safe(counter, tmp, tmplist, addlist) in mlx5_cleanup_fc_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_counters.c | 293 llist_for_each_entry_safe(counter, tmp, dellist, dellist) { in mlx5_fc_stats_work() function 469 llist_for_each_entry_safe(counter, tmp, tmplist, addlist) in mlx5_cleanup_fc_stats()
|
/kernel/linux/linux-5.10/fs/ |
H A D | file_table.c | 308 llist_for_each_entry_safe(f, t, node, f_u.fu_llist) in delayed_fput()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.c | 202 llist_for_each_entry_safe(obj, on, freed, freed) { in __i915_gem_free_objects() function
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_buffer.c | 131 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
|
/kernel/linux/linux-6.6/fs/ |
H A D | file_table.c | 406 llist_for_each_entry_safe(f, t, node, f_llist) in delayed_fput()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_buffer.c | 135 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.c | 405 llist_for_each_entry_safe(obj, on, freed, freed) { in __i915_gem_free_objects() function
|