Searched refs:may_sleep (Results 1 – 2 of 2) sorted by relevance
55 u32 may_sleep) in nx_hcall_sync() argument64 } while ((rc == -EBUSY && !may_sleep && retries--) || in nx_hcall_sync()65 (rc == -EBUSY && may_sleep && cond_resched())); in nx_hcall_sync()
154 u32 may_sleep);