Searched refs:pfile (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/dtc/ |
| H A D | fstree.c | 38 FILE *pfile; in read_fstree() local 40 pfile = fopen(tmpname, "rb"); in read_fstree() 41 if (! pfile) { in read_fstree() 47 data_copy_file(pfile, in read_fstree() 51 fclose(pfile); in read_fstree()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1699 void panthor_vm_pool_destroy(struct panthor_file *pfile) in panthor_vm_pool_destroy() argument 1704 if (!pfile->vms) in panthor_vm_pool_destroy() 1707 xa_for_each(&pfile->vms->xa, i, vm) in panthor_vm_pool_destroy() 1710 if (pfile->vms->dummy) in panthor_vm_pool_destroy() 1711 drm_gem_object_put(&pfile->vms->dummy->base); in panthor_vm_pool_destroy() 1712 xa_destroy(&pfile->vms->xa); in panthor_vm_pool_destroy() 1713 kfree(pfile->vms); in panthor_vm_pool_destroy() 1722 int panthor_vm_pool_create(struct panthor_file *pfile) in panthor_vm_pool_create() argument 1727 pfile->vms = kzalloc_obj(*pfile->vms); in panthor_vm_pool_create() 1728 if (!pfile->vms) in panthor_vm_pool_create() [all …]
|
| H A D | panthor_sched.c | 3037 void panthor_fdinfo_gather_group_samples(struct panthor_file *pfile) in panthor_fdinfo_gather_group_samples() argument 3039 struct panthor_group_pool *gpool = pfile->groups; in panthor_fdinfo_gather_group_samples() 3049 pfile->stats.cycles += group->fdinfo.data.cycles; in panthor_fdinfo_gather_group_samples() 3050 pfile->stats.time += group->fdinfo.data.time; in panthor_fdinfo_gather_group_samples() 3648 int panthor_group_create(struct panthor_file *pfile, in panthor_group_create() argument 3653 struct panthor_device *ptdev = pfile->ptdev; in panthor_group_create() 3654 struct panthor_group_pool *gpool = pfile->groups; in panthor_group_create() 3702 group->vm = panthor_vm_pool_get_vm(pfile->vms, group_args->vm_id); in panthor_group_create() 3789 int panthor_group_destroy(struct panthor_file *pfile, u32 group_handle) in panthor_group_destroy() argument 3791 struct panthor_group_pool *gpool = pfile->groups; in panthor_group_destroy() [all …]
|
| /linux/drivers/target/ |
| H A D | target_core_file.c | 590 struct file *pfile = fd_dev->fd_prot_file; in fd_execute_rw_buffered() local 599 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered() 652 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered()
|
| /linux/drivers/net/netdevsim/ |
| H A D | netdevsim.h | 54 struct dentry *pfile; member
|
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 544 int (*notify)(const unsigned int xid, struct file *pfile, 1797 struct file *pfile; member
|