Searched refs:kfd_process (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 56 struct kfd_process *p; 59 static struct kfd_process *find_process(const struct task_struct *thread); 60 static struct kfd_process *create_process(const struct task_struct *thread); 77 struct kfd_process *kfd_create_process(const struct task_struct *thread) in kfd_create_process() 79 struct kfd_process *process; in kfd_create_process() 115 struct kfd_process *kfd_get_process(const struct task_struct *thread) in kfd_get_process() 117 struct kfd_process *process; in kfd_get_process() 131 static struct kfd_process *find_process_by_mm(const struct mm_struct *mm) in find_process_by_mm() 133 struct kfd_process *process; in find_process_by_mm() 143 static struct kfd_process *find_process(const struct task_struct *thread) in find_process() [all …]
|
D | kfd_priv.h | 348 struct kfd_process *process; 375 struct kfd_process *process; 436 struct kfd_process { struct 489 typedef int amdkfd_ioctl_t(struct file *filep, struct kfd_process *p, argument 502 struct kfd_process *kfd_create_process(const struct task_struct *); 503 struct kfd_process *kfd_get_process(const struct task_struct *); 506 struct kfd_process *p); 509 struct kfd_process *p); 511 struct kfd_process *p); 514 struct kfd_process_device *kfd_get_first_process_device_data(struct kfd_process *p); [all …]
|
D | kfd_chardev.c | 103 struct kfd_process *process; in kfd_open() 129 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version() 248 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue() 316 static int kfd_ioctl_destroy_queue(struct file *filp, struct kfd_process *p, in kfd_ioctl_destroy_queue() 334 static int kfd_ioctl_update_queue(struct file *filp, struct kfd_process *p, in kfd_ioctl_update_queue() 382 struct kfd_process *p, void *data) in kfd_ioctl_set_memory_policy() 434 struct kfd_process *p, void *data) in kfd_ioctl_get_clock_counters() 463 struct kfd_process *p, void *data) in kfd_ioctl_get_process_apertures() 548 struct kfd_process *process; in kfd_ioctl() 636 struct kfd_process *process; in kfd_mmap()
|
D | kfd_doorbell.c | 120 int kfd_doorbell_mmap(struct kfd_process *process, struct vm_area_struct *vma) in kfd_doorbell_mmap() 221 struct kfd_process *process, in kfd_queue_id_to_doorbell() 245 struct kfd_process *process) in kfd_get_process_doorbells()
|
D | Makefile | 9 kfd_process.o kfd_queue.o kfd_mqd_manager.o \
|
D | kfd_flat_memory.c | 296 int kfd_init_apertures(struct kfd_process *process) in kfd_init_apertures()
|
D | kfd_process_queue_manager.c | 73 int pqm_init(struct process_queue_manager *pqm, struct kfd_process *p) in pqm_init()
|