| /linux/kernel/trace/ |
| H A D | rethook.c | 27 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task() 200 __llist_add(&node->llist, ¤t->rethooks); in rethook_hook() 217 rh = container_of(node, struct rethook_node, llist); in __rethook_find_ret_addr() 260 rhn = container_of(*cur, struct rethook_node, llist); in rethook_find_ret_addr() 307 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler() 329 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
|
| H A D | trace_events_trigger.c | 44 llist_for_each_entry_safe(data, tmp, llnodes, llist) in trigger_kthread_fn() 76 llist_add(&data->llist, &trigger_data_free_list); in trigger_data_free()
|
| H A D | trace.h | 1805 struct llist_node llist; member
|
| /linux/fs/smb/client/ |
| H A D | smb2file.c | 288 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range() 305 list_del(&li->llist); in smb2_unlock_range() 317 list_move(&li->llist, &tmp_llist); in smb2_unlock_range() 330 &cfile->llist->locks); in smb2_unlock_range() 348 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range() 370 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks() 430 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
|
| H A D | file.c | 645 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks() 698 cfile->llist = fdlocks; in cifs_new_fileinfo() 727 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo() 778 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put_final() 779 list_del(&li->llist); in cifsFileInfo_put_final() 783 list_del(&cifs_file->llist->llist); in cifsFileInfo_put_final() 784 kfree(cifs_file->llist); in cifsFileInfo_put_final() 1623 list_for_each_entry(li, &fdlocks->locks, llist) { in cifs_find_fid_lock_conflict() 1658 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_find_lock_conflict() 1713 list_add_tail(&lock->llist, &cfile->llist->locks); in cifs_lock_add() [all …]
|
| H A D | cifsglob.h | 1380 struct list_head llist; /* pointer to next cifsLockInfo */ member 1442 struct list_head llist; member 1452 struct cifs_fid_locks *llist; /* brlocks held by this fid */ member 1556 struct list_head llist; /* locks helb by this inode */ member
|
| H A D | cifsproto.h | 324 extern void cifs_free_llist(struct list_head *llist);
|
| H A D | cifsfs.c | 483 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()
|
| /linux/kernel/ |
| H A D | smp.c | 393 csd = container_of(node, call_single_data_t, node.llist); in __smp_call_single_queue() 404 * llist ops. in __smp_call_single_queue() 450 __smp_call_single_queue(cpu, &csd->node.llist); in generic_exec_single() 508 llist_for_each_entry(csd, entry, node.llist) { in __flush_smp_call_function_queue() 533 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue() 540 prev->next = &csd_next->node.llist; in __flush_smp_call_function_queue() 542 entry = &csd_next->node.llist; in __flush_smp_call_function_queue() 550 prev = &csd->node.llist; in __flush_smp_call_function_queue() 561 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue() 566 prev->next = &csd_next->node.llist; in __flush_smp_call_function_queue() [all...] |
| H A D | kprobes.c | 1914 ri = container_of(node, struct kretprobe_instance, llist); in kprobe_flush_task() 1947 ri = container_of(node, struct kretprobe_instance, llist); in __kretprobe_find_ret_addr() 1986 ri = container_of(*cur, struct kretprobe_instance, llist); in kretprobe_find_ret_addr() 2027 ri = container_of(first, struct kretprobe_instance, llist); in __kretprobe_trampoline_handler() 2056 ri = container_of(first, struct kretprobe_instance, llist); in __kretprobe_trampoline_handler() 2089 __llist_add(&ri->llist, ¤t->kretprobe_instances); in NOKPROBE_SYMBOL()
|
| /linux/include/linux/ |
| H A D | smp_types.h | 59 struct llist_node llist; member
|
| H A D | rethook.h | 54 struct llist_node llist; member
|
| H A D | kprobes.h | 167 struct llist_node llist;
|
| /linux/drivers/tty/ |
| H A D | tty_buffer.c | 124 struct llist_node *llist; in tty_buffer_free_all() local 134 llist = llist_del_all(&buf->free); in tty_buffer_free_all() 135 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
|
| /linux/fs/smb/server/ |
| H A D | vfs_cache.h | 36 struct list_head llist; member
|
| H A D | smb2pdu.c | 7331 INIT_LIST_HEAD(&lock->llist); in smb2_lock_init() 7332 list_add_tail(&lock->llist, lock_list); in smb2_lock_init() 7436 list_for_each_entry(cmp_lock, &lock_list, llist) { in smb2_lock() 7457 list_for_each_entry_safe(smb_lock, tmp, &lock_list, llist) { in smb2_lock() 7560 list_del(&smb_lock->llist); in smb2_lock() 7584 list_add(&smb_lock->llist, &rollback_list); in smb2_lock() 7614 list_del(&smb_lock->llist); in smb2_lock() 7633 list_del(&smb_lock->llist); in smb2_lock() 7637 list_add(&smb_lock->llist, &rollback_list); in smb2_lock() 7666 list_for_each_entry_safe(smb_lock, tmp, &lock_list, llist) { in smb2_lock() [all …]
|
| /linux/lib/ |
| H A D | Makefile | 56 bsearch.o find_bit.o llist.o lwq.o memweight.o kfifo.o \
|
| /linux/kernel/sched/ |
| H A D | core.c | 3712 struct llist_node *llist = arg; in sched_ttwu_pending() local 3717 if (!llist) in sched_ttwu_pending() 3723 llist_for_each_entry_safe(p, t, llist, wake_entry.llist) { in sched_ttwu_pending() 3777 __smp_call_single_queue(cpu, &p->wake_entry.llist); in __ttwu_queue_wakelist()
|