Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2file.c139 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range()
151 list_del(&li->llist); in smb2_unlock_range()
163 list_move(&li->llist, &tmp_llist); in smb2_unlock_range()
176 &cfile->llist->locks); in smb2_unlock_range()
194 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range()
216 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks()
274 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
Dfile.c267 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks()
301 cfile->llist = fdlocks; in cifs_new_fileinfo()
303 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo()
436 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put()
437 list_del(&li->llist); in cifsFileInfo_put()
441 list_del(&cifs_file->llist->llist); in cifsFileInfo_put()
442 kfree(cifs_file->llist); in cifsFileInfo_put()
906 list_for_each_entry(li, &fdlocks->locks, llist) { in cifs_find_fid_lock_conflict()
937 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_find_lock_conflict()
990 list_add_tail(&lock->llist, &cfile->llist->locks); in cifs_lock_add()
[all …]
Dcifsglob.h1069 struct list_head llist; /* pointer to next cifsLockInfo */ member
1121 struct list_head llist; member
1131 struct cifs_fid_locks *llist; /* brlocks held by this fid */ member
1267 struct list_head llist; /* locks helb by this inode */ member
Dcifsproto.h246 extern void cifs_free_llist(struct list_head *llist);
Dcifsfs.c303 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()
/Linux-v4.19/kernel/
Dsmp.c178 if (llist_add(&csd->llist, &per_cpu(call_single_queue, cpu))) in generic_exec_single()
232 llist_for_each_entry(csd, entry, llist) in flush_smp_call_function_queue()
237 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue()
456 if (llist_add(&csd->llist, &per_cpu(call_single_queue, cpu))) in smp_call_function_many()
/Linux-v4.19/drivers/tty/
Dtty_buffer.c120 struct llist_node *llist; in tty_buffer_free_all() local
127 llist = llist_del_all(&buf->free); in tty_buffer_free_all()
128 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
/Linux-v4.19/tools/perf/util/
Dmetricgroup.c428 char *llist, *nlist, *p; in metricgroup__add_metric_list() local
434 llist = nlist; in metricgroup__add_metric_list()
439 while ((p = strsep(&llist, ",")) != NULL) { in metricgroup__add_metric_list()
/Linux-v4.19/include/linux/
Dsmp.h19 struct llist_node llist; member
/Linux-v4.19/net/rds/
Dib_rdma.c303 static unsigned int llist_append_to_list(struct llist_head *llist, in llist_append_to_list() argument
311 node = llist_del_all(llist); in llist_append_to_list()
/Linux-v4.19/lib/
DMakefile39 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/Linux-v4.19/kernel/sched/
Dcore.c1729 struct llist_node *llist = llist_del_all(&rq->wake_list); in sched_ttwu_pending() local
1733 if (!llist) in sched_ttwu_pending()
1739 llist_for_each_entry_safe(p, t, llist, wake_entry) in sched_ttwu_pending()