Searched refs:kobj_queues (Results 1 – 2 of 2) sorted by relevance
505 if (!proc->kobj_queues) in kfd_procfs_add_queue()508 proc->kobj_queues, "%u", q->properties.queue_id); in kfd_procfs_add_queue()854 process->kobj_queues = kobject_create_and_add("queues", in kfd_create_process()856 if (!process->kobj_queues) in kfd_create_process()1073 kobject_del(p->kobj_queues); in kfd_process_remove_sysfs()1074 kobject_put(p->kobj_queues); in kfd_process_remove_sysfs()1075 p->kobj_queues = NULL; in kfd_process_remove_sysfs()
891 struct kobject *kobj_queues; member
Completed in 10 milliseconds