Home
last modified time | relevance | path

Searched refs:may_sleep (Results 1 – 2 of 2) sorted by relevance

/drivers/crypto/nx/
Dnx.c55 u32 may_sleep) in nx_hcall_sync() argument
64 } while ((rc == -EBUSY && !may_sleep && retries--) || in nx_hcall_sync()
65 (rc == -EBUSY && may_sleep && cond_resched())); in nx_hcall_sync()
Dnx.h154 u32 may_sleep);