Home
last modified time | relevance | path

Searched refs:check_cancel (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
48 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
57 bool check_cancel) in wait_for_tpm_stat() argument
77 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
H A Dtpm_tis_core.c36 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
43 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
66 bool check_cancel) in wait_for_tpm_stat() argument
95 wait_for_tpm_stat_cond(chip, sts_mask, check_cancel, in wait_for_tpm_stat()
/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.c188 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
195 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
206 wait_queue_head_t *queue, bool check_cancel) in wait_for_stat() argument
241 check_cancel, &canceled); in wait_for_stat()
/linux/drivers/block/
H A Dublk_drv.c2055 bool check_cancel) in ublk_prep_req() argument
2075 if (check_cancel && unlikely(ubq->canceling)) in ublk_prep_req()