Searched refs:canceled (Results 1 – 8 of 8) sorted by relevance
/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 229 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 233 *canceled = false; in wait_for_tpm_stat_cond() 237 *canceled = true; in wait_for_tpm_stat_cond() 258 bool canceled = false; in wait_for_stat() local 288 check_cancel, &canceled); in wait_for_stat() 290 if (canceled) in wait_for_stat()
|
/drivers/char/tpm/ |
D | tpm-interface.c | 889 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 893 *canceled = false; in wait_for_tpm_stat_cond() 897 *canceled = true; in wait_for_tpm_stat_cond() 909 bool canceled = false; in wait_for_tpm_stat() local 925 &canceled), in wait_for_tpm_stat() 928 if (canceled) in wait_for_tpm_stat()
|
/drivers/thunderbolt/ |
D | nhi.h | 50 typedef void (*ring_cb)(struct tb_ring*, struct ring_frame*, bool canceled);
|
D | nhi.c | 169 bool canceled = false; in ring_work() local 177 canceled = true; in ring_work() 224 frame->callback(ring, frame, canceled); in ring_work()
|
D | ctl.c | 323 bool canceled) in tb_ctl_tx_callback() argument 398 bool canceled) in tb_ctl_rx_callback() argument 402 if (canceled) in tb_ctl_rx_callback()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 225 int canceled, unused = ns->ns_nr_unused; in lru_size_store() local 228 canceled = ldlm_cancel_lru(ns, unused, 0, in lru_size_store() 230 if (canceled < unused) { in lru_size_store() 234 canceled); in lru_size_store()
|
D | ldlm_request.c | 1999 int canceled; in ldlm_cancel_unused_locks_for_replay() local 2009 canceled = ldlm_cancel_lru_local(ns, &cancels, ns->ns_nr_unused, 0, in ldlm_cancel_unused_locks_for_replay() 2013 canceled, ldlm_ns_name(ns)); in ldlm_cancel_unused_locks_for_replay()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 123 * Check one last time to see if this SCB was canceled
|