Home
last modified time | relevance | path

Searched refs:kernel_queue_ops (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_kernel_queue.h55 struct kernel_queue_ops { struct
68 struct kernel_queue_ops ops; argument
69 struct kernel_queue_ops ops_asic_specific;
98 void kernel_queue_init_cik(struct kernel_queue_ops *ops);
99 void kernel_queue_init_vi(struct kernel_queue_ops *ops);
Dkfd_kernel_queue_cik.c30 void kernel_queue_init_cik(struct kernel_queue_ops *ops) in kernel_queue_init_cik()
Dkfd_kernel_queue_vi.c30 void kernel_queue_init_vi(struct kernel_queue_ops *ops) in kernel_queue_init_vi()