Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2file.c148 list_for_each_entry_safe(li, tmp, &cfile->llist->locks, llist) { in smb2_unlock_range()
165 list_del(&li->llist); in smb2_unlock_range()
177 list_move(&li->llist, &tmp_llist); in smb2_unlock_range()
190 &cfile->llist->locks); in smb2_unlock_range()
208 cifs_move_llist(&tmp_llist, &cfile->llist->locks); in smb2_unlock_range()
230 list_for_each_entry(li, &fdlocks->locks, llist) { in smb2_push_mand_fdlocks()
290 list_for_each_entry(fdlocks, &cinode->llist, llist) { in smb2_push_mandatory_locks()
H A Dfile.c273 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_has_mand_locks()
316 cfile->llist = fdlocks; in cifs_new_fileinfo()
342 list_add(&fdlocks->llist, &cinode->llist); in cifs_new_fileinfo()
393 list_for_each_entry_safe(li, tmp, &cifs_file->llist->locks, llist) { in cifsFileInfo_put_final()
394 list_del(&li->llist); in cifsFileInfo_put_final()
398 list_del(&cifs_file->llist->llist); in cifsFileInfo_put_final()
399 kfree(cifs_file->llist); in cifsFileInfo_put_final()
980 list_for_each_entry(li, &fdlocks->locks, llist) { in cifs_find_fid_lock_conflict()
1015 list_for_each_entry(cur, &cinode->llist, llist) { in cifs_find_lock_conflict()
1070 list_add_tail(&lock->llist, &cfile->llist->locks); in cifs_lock_add()
[all …]
H A 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
H A Dcifsproto.h276 extern void cifs_free_llist(struct list_head *llist);
H A Dcifsfs.c361 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()
/OK3568_Linux_fs/kernel/kernel/
H A Dsmp.c305 __smp_call_single_queue(cpu, &csd->llist); in generic_exec_single()
358 llist_for_each_entry(csd, entry, llist) { in flush_smp_call_function_queue()
383 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue()
390 prev->next = &csd_next->llist; in flush_smp_call_function_queue()
392 entry = &csd_next->llist; in flush_smp_call_function_queue()
400 prev = &csd->llist; in flush_smp_call_function_queue()
411 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue()
416 prev->next = &csd_next->llist; in flush_smp_call_function_queue()
418 entry = &csd_next->llist; in flush_smp_call_function_queue()
434 prev = &csd->llist; in flush_smp_call_function_queue()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmp_types.h59 struct llist_node llist; member
H A Dsmp.h27 struct llist_node llist; member
/OK3568_Linux_fs/kernel/drivers/tty/
H A 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()
/OK3568_Linux_fs/kernel/net/rds/
H A 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dlex.py508 llist, lre, lnames = _form_master_re(relist[:m],reflags,ldict,toknames)
510 return llist+rlist, lre+rre, lnames+rnames
/OK3568_Linux_fs/kernel/lib/
H A DMakefile50 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c2772 struct llist_node *llist = arg; in sched_ttwu_pending() local
2777 if (!llist) in sched_ttwu_pending()
2790 llist_for_each_entry_safe(p, t, llist, wake_entry.llist) { in sched_ttwu_pending()
2826 __smp_call_single_queue(cpu, &p->wake_entry.llist); in __ttwu_queue_wakelist()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c241 struct llist_node llist; member
7598 first_add |= llist_add(&node->llist, &ctx->rsrc_put_llist); in io_rsrc_node_ref_zero()
8155 ref_node = llist_entry(node, struct io_rsrc_node, llist); in io_rsrc_put_work()
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log