Home
last modified time | relevance | path

Searched refs:llist (Results 1 – 13 of 13) sorted by relevance

/linux/kernel/trace/
H A Drethook.c27 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task()
200 __llist_add(&node->llist, &current->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()
/linux/kernel/
H A Dirq_work.c107 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()
/linux/fs/smb/client/
H A Dfile.c631 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks()
684 cfile->llist = fdlocks; in cifs_new_fileinfo()
713 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo()
764 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put_final()
765 list_del(&li->llist); in cifsFileInfo_put_final()
769 list_del(&cifs_file->llist->llist); in cifsFileInfo_put_final()
770 kfree(cifs_file->llist); in cifsFileInfo_put_final()
1532 list_for_each_entry(li, &fdlocks->locks, llist) { in cifs_find_fid_lock_conflict()
1567 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_find_lock_conflict()
1622 list_add_tail(&lock->llist, &cfile->llist->locks); in cifs_lock_add()
[all …]
H A Dcifsglob.h1399 struct list_head llist; /* pointer to next cifsLockInfo */ member
1459 struct list_head llist; member
1469 struct cifs_fid_locks *llist; /* brlocks held by this fid */ member
1568 struct list_head llist; /* locks helb by this inode */ member
H A Dcifsproto.h314 extern void cifs_free_llist(struct list_head *llist);
H A Dcifsfs.c427 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()
/linux/include/linux/
H A Dsmp_types.h59 struct llist_node llist; member
H A Drethook.h54 struct llist_node llist; member
H A Dkprobes.h167 struct llist_node llist;
/linux/drivers/tty/
H A Dtty_buffer.c124 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 Dvfs_cache.h36 struct list_head llist; member
H A Dsmb2pdu.c7233 INIT_LIST_HEAD(&lock->llist); in smb2_lock_init()
7234 list_add_tail(&lock->llist, lock_list); in smb2_lock_init()
7338 list_for_each_entry(cmp_lock, &lock_list, llist) { in smb2_lock()
7359 list_for_each_entry_safe(smb_lock, tmp, &lock_list, llist) { in smb2_lock()
7462 list_del(&smb_lock->llist); in smb2_lock()
7486 list_add(&smb_lock->llist, &rollback_list); in smb2_lock()
7516 list_del(&smb_lock->llist); in smb2_lock()
7535 list_del(&smb_lock->llist); in smb2_lock()
7539 list_add(&smb_lock->llist, &rollback_list); in smb2_lock()
7568 list_for_each_entry_safe(smb_lock, tmp, &lock_list, llist) { in smb2_lock()
[all …]
/linux/kernel/sched/
H A Dcore.c3813 struct llist_node *llist = arg; in sched_ttwu_pending() local
3818 if (!llist) in sched_ttwu_pending()
3824 llist_for_each_entry_safe(p, t, llist, wake_entry.llist) { in sched_ttwu_pending()
3877 __smp_call_single_queue(cpu, &p->wake_entry.llist); in __ttwu_queue_wakelist()