Searched refs:kobj_queues (Results 1 – 2 of 2) sorted by relevance
470 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()
812 struct kobject *kobj_queues; member