Home
last modified time | relevance | path

Searched refs:kobj_queues (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c470 if (!proc->kobj_queues) in kfd_procfs_add_queue()
473 proc->kobj_queues, "%u", q->properties.queue_id); in kfd_procfs_add_queue()
804 process->kobj_queues = kobject_create_and_add("queues", in kfd_create_process()
806 if (!process->kobj_queues) in kfd_create_process()
965 kobject_del(p->kobj_queues); in kfd_process_wq_release()
966 kobject_put(p->kobj_queues); in kfd_process_wq_release()
967 p->kobj_queues = NULL; in kfd_process_wq_release()
Dkfd_priv.h812 struct kobject *kobj_queues; member