Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2file.c149 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range()
166 list_del(&li->llist); in smb2_unlock_range()
178 list_move(&li->llist, &tmp_llist); in smb2_unlock_range()
191 &cfile->llist->locks); in smb2_unlock_range()
209 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range()
231 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks()
291 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
Dfile.c272 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks()
315 cfile->llist = fdlocks; in cifs_new_fileinfo()
341 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo()
392 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put_final()
393 list_del(&li->llist); in cifsFileInfo_put_final()
397 list_del(&cifs_file->llist->llist); in cifsFileInfo_put_final()
398 kfree(cifs_file->llist); in cifsFileInfo_put_final()
979 list_for_each_entry(li, &fdlocks->locks, llist) { in cifs_find_fid_lock_conflict()
1014 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_find_lock_conflict()
1069 list_add_tail(&lock->llist, &cfile->llist->locks); in cifs_lock_add()
[all …]
Dcifsglob.h1242 struct list_head llist; /* pointer to next cifsLockInfo */ member
1300 struct list_head llist; member
1310 struct cifs_fid_locks *llist; /* brlocks held by this fid */ member
1460 struct list_head llist; /* locks helb by this inode */ member
Dcifsproto.h274 extern void cifs_free_llist(struct list_head *llist);
Dcifsfs.c361 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()
/Linux-v5.10/kernel/
Dsmp.c303 __smp_call_single_queue(cpu, &csd->llist); in generic_exec_single()
356 llist_for_each_entry(csd, entry, llist) { in flush_smp_call_function_queue()
381 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue()
388 prev->next = &csd_next->llist; in flush_smp_call_function_queue()
390 entry = &csd_next->llist; in flush_smp_call_function_queue()
398 prev = &csd->llist; in flush_smp_call_function_queue()
409 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue()
414 prev->next = &csd_next->llist; in flush_smp_call_function_queue()
416 entry = &csd_next->llist; in flush_smp_call_function_queue()
432 prev = &csd->llist; in flush_smp_call_function_queue()
[all …]
/Linux-v5.10/include/linux/
Dsmp_types.h59 struct llist_node llist; member
Dsmp.h27 struct llist_node llist; member
/Linux-v5.10/drivers/tty/
Dtty_buffer.c120 struct llist_node *llist; in tty_buffer_free_all() local
130 llist = llist_del_all(&buf->free); in tty_buffer_free_all()
131 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
/Linux-v5.10/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.10/tools/perf/util/
Dmetricgroup.c1030 char *llist, *nlist, *p; in metricgroup__add_metric_list() local
1036 llist = nlist; in metricgroup__add_metric_list()
1041 while ((p = strsep(&llist, ",")) != NULL) { in metricgroup__add_metric_list()
/Linux-v5.10/lib/
DMakefile50 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/Linux-v5.10/kernel/sched/
Dcore.c2561 struct llist_node *llist = arg; in sched_ttwu_pending() local
2566 if (!llist) in sched_ttwu_pending()
2579 llist_for_each_entry_safe(p, t, llist, wake_entry.llist) { in sched_ttwu_pending()
2615 __smp_call_single_queue(cpu, &p->wake_entry.llist); in __ttwu_queue_wakelist()
/Linux-v5.10/fs/
Dio_uring.c207 struct llist_node llist; member
7343 ref_node = llist_entry(node, struct fixed_file_ref_node, llist); in io_file_put_work()
7371 first_add |= llist_add(&ref_node->llist, &ctx->file_put_llist); in io_file_data_ref_zero()