Home
last modified time | relevance | path

Searched refs:interruptable (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tee/optee/
Dsupp.c92 bool interruptable; in optee_supp_thrd_req() local
118 interruptable = !supp->ctx; in optee_supp_thrd_req()
119 if (interruptable) { in optee_supp_thrd_req()
133 interruptable = !req->busy; in optee_supp_thrd_req()
139 if (interruptable) { in optee_supp_thrd_req()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.h148 static inline void sk_wakeup_sleepers(struct sock *sk, bool interruptable) in sk_wakeup_sleepers() argument
155 if (interruptable) in sk_wakeup_sleepers()
/Linux-v4.19/Documentation/scsi/
DChangeLog.lpfc392 semaphore for the interruptable sleep.