Home
last modified time | relevance | path

Searched refs:check_preemption_failed (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v12.c247 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function
429 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v12()
H A Dkfd_mqd_manager_vi.c251 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function
497 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_vi()
H A Dkfd_mqd_manager_v10.c241 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function
505 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v10()
H A Dkfd_mqd_manager_v9.c347 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function
1080 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v9()
1087 mqd->check_preemption_failed = check_preemption_failed_v9_4_3; in mqd_manager_init_v9()
1092 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v9()
H A Dkfd_mqd_manager_v11.c278 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function
550 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v11()
H A Dkfd_mqd_manager_v12_1.c324 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function
690 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v12_1()
H A Dkfd_mqd_manager.h131 bool (*check_preemption_failed)(struct mqd_manager *mm, void *mqd); member