/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2file.c | 148 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range() 165 list_del(&li->llist); in smb2_unlock_range() 177 list_move(&li->llist, &tmp_llist); in smb2_unlock_range() 190 &cfile->llist->locks); in smb2_unlock_range() 208 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range() 230 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks() 290 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
|
H A D | file.c | 273 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks() 316 cfile->llist = fdlocks; in cifs_new_fileinfo() 342 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo() 393 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put_final() 394 list_del(&li->llist); in cifsFileInfo_put_final() 398 list_del(&cifs_file->llist->llist); in cifsFileInfo_put_final() 1262 struct list_head llist; global() member 1510 cifs_free_llist(struct list_head *llist) cifs_free_llist() argument [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | rethook.c | 28 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task() 210 __llist_add(&node->llist, ¤t->rethooks); in rethook_hook() 227 rh = container_of(node, struct rethook_node, llist); in __rethook_find_ret_addr() 270 rhn = container_of(*cur, struct rethook_node, llist); in rethook_find_ret_addr() 317 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler() 339 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | smp.c | 362 csd = container_of(node, call_single_data_t, node.llist); in __smp_call_single_queue() 373 * llist ops. in __smp_call_single_queue() 415 __smp_call_single_queue(cpu, &csd->node.llist); in generic_exec_single() 473 llist_for_each_entry(csd, entry, node.llist) { in __flush_smp_call_function_queue() 498 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue() 505 prev->next = &csd_next->node.llist; in __flush_smp_call_function_queue() 507 entry = &csd_next->node.llist; in __flush_smp_call_function_queue() 515 prev = &csd->node.llist; in __flush_smp_call_function_queue() 526 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue() 531 prev->next = &csd_next->node.llist; in __flush_smp_call_function_queue() [all...] |
H A D | irq_work.c | 107 if (!llist_add(&work->node.llist, list)) in __irq_work_queue_local() 165 if (!llist_add(&work->node.llist, &per_cpu(lazy_list, cpu))) in irq_work_queue_on() 173 __smp_call_single_queue(cpu, &work->node.llist); in irq_work_queue_on() 251 llist_for_each_entry_safe(work, tmp, llnode, node.llist) in irq_work_run_list()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2file.c | 221 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range() 238 list_del(&li->llist); in smb2_unlock_range() 250 list_move(&li->llist, &tmp_llist); in smb2_unlock_range() 263 &cfile->llist->locks); in smb2_unlock_range() 281 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range() 303 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks() 363 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
|
H A D | file.c | 430 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks() 482 cfile->llist = fdlocks; in cifs_new_fileinfo() 510 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo() 561 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put_final() 562 list_del(&li->llist); in cifsFileInfo_put_final() 566 list_del(&cifs_file->llist->llist); in cifsFileInfo_put_final() 1534 struct list_head llist; global() member 1790 cifs_free_llist(struct list_head *llist) cifs_free_llist() argument [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | smp.c | 304 __smp_call_single_queue(cpu, &csd->llist); in generic_exec_single() 357 llist_for_each_entry(csd, entry, llist) { in flush_smp_call_function_queue() 382 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue() 389 prev->next = &csd_next->llist; in flush_smp_call_function_queue() 391 entry = &csd_next->llist; in flush_smp_call_function_queue() 399 prev = &csd->llist; in flush_smp_call_function_queue() 410 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue() 415 prev->next = &csd_next->llist; in flush_smp_call_function_queue() 417 entry = &csd_next->llist; in flush_smp_call_function_queue() 433 prev = &csd->llist; in flush_smp_call_function_queue() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | smp_types.h | 5 #include <linux/llist.h> 59 struct llist_node llist; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | smp_types.h | 5 #include <linux/llist.h> 59 struct llist_node llist; member
|
H A D | rethook.h | 11 #include <linux/llist.h> 47 * @llist: The llist, linked to a struct task_struct::rethooks. 60 struct llist_node llist; member
|
H A D | tty_buffer.h | 6 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_active_types.h | 12 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.h | 9 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | stacktrace.h | 6 #include <linux/llist.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_active_types.h | 12 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/include/drm/ttm/ |
H A D | ttm_pool.h | 30 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/lib/ |
H A D | llist.c | 15 #include <linux/llist.h> 69 * llist_reverse_order - reverse order of a llist chain 72 * Reverse the order of a chain of llist entries and return the
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context_types.h | 12 #include <linux/llist.h>
|
/kernel/linux/linux-5.10/lib/ |
H A D | llist.c | 15 #include <linux/llist.h> 73 * llist_reverse_order - reverse order of a llist chain 76 * Reverse the order of a chain of llist entries and return the
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | genpool.c | 11 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | stacktrace.h | 11 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | unwind.h | 8 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | genpool.c | 11 #include <linux/llist.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context_types.h | 12 #include <linux/llist.h>
|