Searched refs:spmc_sp_resume_from_preempted (Results 1 – 3 of 3) sorted by relevance
26 int spmc_sp_resume_from_preempted(uint16_t endpoint_id, uint16_t thread_id);47 static inline int spmc_sp_resume_from_preempted(uint16_t endpoint_id __unused, in spmc_sp_set_to_preempted() 50 static inline int spmc_sp_resume_from_preempted(uint16_t endpoint_id __unused, spmc_sp_resume_from_preempted() function
444 int spmc_sp_resume_from_preempted(uint16_t endpoint_id, uint16_t thread_id) in spmc_sp_resume_from_preempted() 443 int spmc_sp_resume_from_preempted(uint16_t endpoint_id, uint16_t thread_id) spmc_sp_resume_from_preempted() function
679 rc = spmc_sp_resume_from_preempted(endpoint, thread_id); in spmc_handle_run()