Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2file.c136 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range()
153 list_del(&li->llist); in smb2_unlock_range()
165 list_move(&li->llist, &tmp_llist); in smb2_unlock_range()
178 &cfile->llist->locks); in smb2_unlock_range()
196 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range()
218 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks()
278 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
Dfile.c262 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks()
305 cfile->llist = fdlocks; in cifs_new_fileinfo()
333 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo()
386 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put_final()
387 list_del(&li->llist); in cifsFileInfo_put_final()
391 list_del(&cifs_file->llist->llist); in cifsFileInfo_put_final()
392 kfree(cifs_file->llist); in cifsFileInfo_put_final()
1051 list_for_each_entry(li, &fdlocks->locks, llist) { in cifs_find_fid_lock_conflict()
1086 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_find_lock_conflict()
1141 list_add_tail(&lock->llist, &cfile->llist->locks); in cifs_lock_add()
[all …]
Dcifsglob.h1166 struct list_head llist; /* pointer to next cifsLockInfo */ member
1224 struct list_head llist; member
1234 struct cifs_fid_locks *llist; /* brlocks held by this fid */ member
1382 struct list_head llist; /* locks helb by this inode */ member
Dcifsproto.h288 extern void cifs_free_llist(struct list_head *llist);
Dcifsfs.c384 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()
/Linux-v5.15/kernel/
Dirq_work.c57 if (llist_add(&work->node.llist, this_cpu_ptr(&lazy_list)) && in __irq_work_queue_local()
61 if (llist_add(&work->node.llist, this_cpu_ptr(&raised_list))) in __irq_work_queue_local()
107 __smp_call_single_queue(cpu, &work->node.llist); in irq_work_queue_on()
176 llist_for_each_entry_safe(work, tmp, llnode, node.llist) in irq_work_run_list()
Dsmp.c476 node.llist)); in __smp_call_single_queue()
529 __smp_call_single_queue(cpu, &csd->node.llist); in generic_exec_single()
590 llist_for_each_entry(csd, entry, node.llist) { in flush_smp_call_function_queue()
615 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in flush_smp_call_function_queue()
622 prev->next = &csd_next->node.llist; in flush_smp_call_function_queue()
624 entry = &csd_next->node.llist; in flush_smp_call_function_queue()
632 prev = &csd->node.llist; in flush_smp_call_function_queue()
647 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in flush_smp_call_function_queue()
652 prev->next = &csd_next->node.llist; in flush_smp_call_function_queue()
654 entry = &csd_next->node.llist; in flush_smp_call_function_queue()
[all …]
Dkprobes.c1271 ri = container_of(node, struct kretprobe_instance, llist); in kprobe_flush_task()
1872 ri = container_of(node, struct kretprobe_instance, llist); in __kretprobe_trampoline_handler()
1898 ri = container_of(first, struct kretprobe_instance, llist); in __kretprobe_trampoline_handler()
1943 __llist_add(&ri->llist, &current->kretprobe_instances); in NOKPROBE_SYMBOL()
/Linux-v5.15/include/linux/
Dsmp_types.h59 struct llist_node llist; member
Dkprobes.h162 struct llist_node llist; member
/Linux-v5.15/drivers/tty/
Dtty_buffer.c121 struct llist_node *llist; in tty_buffer_free_all() local
131 llist = llist_del_all(&buf->free); in tty_buffer_free_all()
132 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
/Linux-v5.15/fs/ksmbd/
Dvfs_cache.h35 struct list_head llist; member
Dsmb2pdu.c6684 INIT_LIST_HEAD(&lock->llist); in smb2_lock_init()
6685 list_add_tail(&lock->llist, lock_list); in smb2_lock_init()
6788 list_for_each_entry(cmp_lock, &lock_list, llist) { in smb2_lock()
6807 list_for_each_entry_safe(smb_lock, tmp, &lock_list, llist) { in smb2_lock()
6915 list_del(&smb_lock->llist); in smb2_lock()
6938 list_add(&smb_lock->llist, &rollback_list); in smb2_lock()
6963 list_del(&smb_lock->llist); in smb2_lock()
6989 list_del(&smb_lock->llist); in smb2_lock()
7005 list_add(&smb_lock->llist, &rollback_list); in smb2_lock()
7025 list_for_each_entry_safe(smb_lock, tmp, &lock_list, llist) { in smb2_lock()
[all …]
/Linux-v5.15/net/rds/
Dib_rdma.c295 static unsigned int llist_append_to_list(struct llist_head *llist, in llist_append_to_list() argument
303 node = llist_del_all(llist); in llist_append_to_list()
/Linux-v5.15/tools/perf/util/
Dmetricgroup.c1169 char *llist, *nlist, *p; in metricgroup__add_metric_list() local
1175 llist = nlist; in metricgroup__add_metric_list()
1180 while ((p = strsep(&llist, ",")) != NULL) { in metricgroup__add_metric_list()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_request.c169 work.node.llist) in __notify_execute_cb()
482 if (llist_add(&cb->work.node.llist, &signal->execute_cb)) { in __await_execution()
/Linux-v5.15/lib/
DMakefile48 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/Linux-v5.15/kernel/sched/
Dcore.c3627 struct llist_node *llist = arg; in sched_ttwu_pending() local
3632 if (!llist) in sched_ttwu_pending()
3645 llist_for_each_entry_safe(p, t, llist, wake_entry.llist) { in sched_ttwu_pending()
3681 __smp_call_single_queue(cpu, &p->wake_entry.llist); in __ttwu_queue_wakelist()
/Linux-v5.15/fs/
Dio_uring.c241 struct llist_node llist; member
7670 first_add |= llist_add(&node->llist, &ctx->rsrc_put_llist); in io_rsrc_node_ref_zero()
8206 ref_node = llist_entry(node, struct io_rsrc_node, llist); in io_rsrc_put_work()