Home
last modified time | relevance | path

Searched refs:file_list (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/tools/testing/selftests/efivarfs/
Defivarfs.sh139 local file_list="abc dump-type0-11-1-1362436005 1234 -"
140 for f in $file_list; do
165 local file_list="
179 for f in $file_list; do
/linux-4.1.27/scripts/kconfig/
Dutil.c19 for (file = file_list; file; file = file->next) { in file_lookup()
29 file->next = file_list; in file_lookup()
30 file_list = file; in file_lookup()
48 for (file = file_list; file; file = file->next) { in file_write_dep()
Dexpr.h192 extern struct file *file_list;
Dmenu.c18 struct file *file_list; variable
/linux-4.1.27/drivers/infiniband/core/
Ducm.c88 struct list_head file_list; /* member in file ctx list */ member
93 struct list_head file_list; /* member in file event list */ member
158 list_del(&ctx->file_list); in ib_ucm_cleanup_events()
163 list_del(&uevent->file_list); in ib_ucm_cleanup_events()
196 list_add_tail(&ctx->file_list, &file->ctxs); in ib_ucm_ctx_alloc()
372 list_add_tail(&uevent->file_list, &ctx->file->events); in ib_ucm_event_handler()
414 uevent = list_entry(file->events.next, struct ib_ucm_event, file_list); in ib_ucm_event()
458 list_del(&uevent->file_list); in ib_ucm_event()
1182 struct ib_ucm_context, file_list); in ib_ucm_close()
Duser_mad.c93 struct list_head file_list; member
949 list_add_tail(&file->port_list, &port->file_list); in ib_umad_open()
1176 INIT_LIST_HEAD(&port->file_list); in ib_umad_init_port()
1254 list_for_each_entry(file, &port->file_list, port_list) { in ib_umad_kill_port()
/linux-4.1.27/drivers/misc/mei/
Dinterrupt.c365 list_for_each_entry(cl, &dev->file_list, link) { in mei_irq_read_handler()
373 if (&cl->link == &dev->file_list) { in mei_irq_read_handler()
548 list_for_each_entry(cl, &dev->file_list, link) { in mei_timer()
Dclient.c611 list_add_tail(&cl->link, &dev->file_list); in mei_cl_link()
814 list_for_each_entry(ocl, &dev->file_list, link) { in mei_cl_is_other_connecting()
1320 list_for_each_entry(cl, &dev->file_list, link) { in mei_cl_all_disconnect()
1337 list_for_each_entry(cl, &dev->file_list, link) { in mei_cl_all_wakeup()
Ddebugfs.c115 list_for_each_entry(cl, &dev->file_list, link) { in mei_dbgfs_read_active()
Dinit.c388 INIT_LIST_HEAD(&dev->file_list); in mei_device_init()
Dmei_dev.h514 struct list_head file_list; member
Dhbm.c209 list_for_each_entry(cl, &dev->file_list, link) in mei_hbm_cl_find_by_cmd()
/linux-4.1.27/drivers/misc/genwqe/
Dcard_dev.c46 rc = list_empty(&cd->file_list); in genwqe_open_files()
57 list_add(&cfile->list, &cd->file_list); in genwqe_add_file()
269 list_for_each_entry(cfile, &cd->file_list, list) { in genwqe_kill_fasync()
285 list_for_each_entry(cfile, &cd->file_list, list) { in genwqe_force_sig()
Dcard_base.h323 struct list_head file_list; /* list of open files */ member
Dcard_base.c151 INIT_LIST_HEAD(&cd->file_list); in genwqe_dev_alloc()