Searched refs:check_preemption_failed (Results 1 – 7 of 7) sorted by relevance
247 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function429 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v12()
251 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function497 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_vi()
241 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function505 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v10()
347 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function1080 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()
278 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function550 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v11()
324 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() function690 mqd->check_preemption_failed = check_preemption_failed; in mqd_manager_init_v12_1()
131 bool (*check_preemption_failed)(struct mqd_manager *mm, void *mqd); member