Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2file.c149 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range()
161 list_del(&li->llist); in smb2_unlock_range()
173 list_move(&li->llist, &tmp_llist); in smb2_unlock_range()
186 &cfile->llist->locks); in smb2_unlock_range()
204 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range()
226 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks()
286 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
Dfile.c274 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks()
315 cfile->llist = fdlocks; in cifs_new_fileinfo()
317 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo()
475 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in _cifsFileInfo_put()
476 list_del(&li->llist); in _cifsFileInfo_put()
480 list_del(&cifs_file->llist->llist); in _cifsFileInfo_put()
481 kfree(cifs_file->llist); in _cifsFileInfo_put()
948 list_for_each_entry(li, &fdlocks->locks, llist) { in cifs_find_fid_lock_conflict()
983 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_find_lock_conflict()
1038 list_add_tail(&lock->llist, &cfile->llist->locks); in cifs_lock_add()
[all …]
Dcifsglob.h1184 struct list_head llist; /* pointer to next cifsLockInfo */ member
1241 struct list_head llist; member
1251 struct cifs_fid_locks *llist; /* brlocks held by this fid */ member
1393 struct list_head llist; /* locks helb by this inode */ member
Dcifsproto.h259 extern void cifs_free_llist(struct list_head *llist);
Dcifsfs.c352 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()
/Linux-v5.4/kernel/
Dsmp.c179 if (llist_add(&csd->llist, &per_cpu(call_single_queue, cpu))) in generic_exec_single()
233 llist_for_each_entry(csd, entry, llist) in flush_smp_call_function_queue()
238 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue()
473 if (llist_add(&csd->llist, &per_cpu(call_single_queue, cpu))) in smp_call_function_many()
/Linux-v5.4/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.4/tools/perf/util/
Dmetricgroup.c473 char *llist, *nlist, *p; in metricgroup__add_metric_list() local
479 llist = nlist; in metricgroup__add_metric_list()
484 while ((p = strsep(&llist, ",")) != NULL) { in metricgroup__add_metric_list()
/Linux-v5.4/include/linux/
Dsmp.h19 struct llist_node llist; member
/Linux-v5.4/net/rds/
Dib_rdma.c285 static unsigned int llist_append_to_list(struct llist_head *llist, in llist_append_to_list() argument
293 node = llist_del_all(llist); in llist_append_to_list()
/Linux-v5.4/lib/
DMakefile46 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/Linux-v5.4/kernel/sched/
Dcore.c2296 struct llist_node *llist = llist_del_all(&rq->wake_list); in sched_ttwu_pending() local
2300 if (!llist) in sched_ttwu_pending()
2306 llist_for_each_entry_safe(p, t, llist, wake_entry) in sched_ttwu_pending()