| /linux/virt/kvm/ |
| H A D | vfio.c | 33 struct list_head file_list; member 126 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_update_coherency() 159 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_file_add() 169 list_add_tail(&kvf->node, &kv->file_list); in kvm_vfio_file_add() 199 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_file_del() 227 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_file_set_spapr_tce() 308 list_for_each_entry_safe(kvf, tmp, &kv->file_list, node) in kvm_vfio_has_attr() 343 INIT_LIST_HEAD(&kv->file_list); in kvm_vfio_release()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 67 def parse_files(self, file_list, file_not_found_cb): 69 Define an iterator to parse all source files from file_list, 73 if not file_list: 76 for fname in file_list: 303 def parse(self, file_list, export_file=None): 310 for fname in glob.parse_files(file_list, self.file_not_found_cb): 65 parse_files(self, file_list, file_not_found_cb) global() argument 214 parse(self, file_list, export_file=None) global() argument
|
| /linux/fs/smb/client/ |
| H A D | misc.c | 501 struct file_list *tmp_list, *tmp_next_list; in cifs_close_deferred_file() 515 tmp_list = kmalloc_obj(struct file_list, in cifs_close_deferred_file() 542 struct file_list *tmp_list, *tmp_next_list; in cifs_close_all_deferred_files() 553 tmp_list = kmalloc_obj(struct file_list, in cifs_close_all_deferred_files() 616 struct file_list *tmp_list, *tmp_next_list; in cifs_close_deferred_file_under_dentry() 629 tmp_list = kmalloc_obj(struct file_list, GFP_ATOMIC); in cifs_close_deferred_file_under_dentry()
|
| H A D | cifsglob.h | 1810 struct file_list { struct
|
| /linux/drivers/misc/mei/ |
| H A D | debugfs.c | 75 list_for_each_entry(cl, &dev->file_list, link) { in mei_dbgfs_active_show()
|
| H A D | interrupt.c | 454 list_for_each_entry(cl, &dev->file_list, link) { in mei_irq_read_handler() 669 list_for_each_entry(cl, &dev->file_list, link) { in mei_timer()
|
| H A D | init.c | 378 INIT_LIST_HEAD(&dev->file_list); in mei_device_init()
|
| H A D | client.c | 655 list_add_tail(&cl->link, &dev->file_list); in mei_cl_link() 2162 list_for_each_entry(cl, &dev->file_list, link) in mei_cl_all_disconnect() 2171 list_for_each_entry(cl, &dev->file_list, link) in mei_cl_dma_map_find()
|
| H A D | bus.c | 1340 list_for_each_entry(cl, &bus->file_list, link) in mei_cl_bus_dev_release()
|
| H A D | hbm.c | 213 list_for_each_entry(cl, &dev->file_list, link) in mei_hbm_cl_find_by_cmd()
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_dev.c | 38 rc = list_empty(&cd->file_list); in genwqe_open_files() 49 list_add(&cfile->list, &cd->file_list); in genwqe_add_file() 265 list_for_each_entry(cfile, &cd->file_list, list) { in genwqe_kill_fasync() 281 list_for_each_entry(cfile, &cd->file_list, list) { in genwqe_terminate()
|
| H A D | card_base.h | 316 struct list_head file_list; /* list of open files */ member
|
| /linux/drivers/infiniband/core/ |
| H A D | user_mad.c | 101 struct list_head file_list; member 1036 list_add_tail(&file->port_list, &port->file_list); in ib_umad_open() 1314 INIT_LIST_HEAD(&port->file_list); in ib_umad_init_port() 1368 list_for_each_entry(file, &port->file_list, port_list) { in ib_umad_kill_port()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | debugfs.c | 2064 INIT_LIST_HEAD(&dev_entry->file_list); in hl_debugfs_device_init() 2125 list_add(&hpriv->debugfs_list, &dev_entry->file_list); in hl_debugfs_add_file()
|