Home
last modified time | relevance | path

Searched refs:aborted (Results 1 – 25 of 125) sorted by relevance

12345

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c40 if (w->triggered || w->aborted) in iwl_notification_wait()
75 wait_entry->aborted = true; in iwl_abort_notification_waits()
98 wait_entry->aborted = false; in iwl_init_notification_wait()
122 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification()
127 if (wait_entry->aborted) in iwl_wait_notification()
H A Dnotif-wait.h55 bool triggered, aborted; member
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c46 uint64_t aborted = 0; in test_vmxcopy() local
83 : [res]"=&r"(aborted) in test_vmxcopy()
89 if (aborted && (vecin != vecout)){ in test_vmxcopy()
/linux/fs/afs/
H A Dmisc.c147 e->aborted = false; in afs_prioritise_error()
194 e->aborted = false; in afs_prioritise_error()
199 e->aborted = true; in afs_prioritise_error()
203 e->aborted = false; in afs_prioritise_error()
H A Dfs_operation.c309 } else if (op->cumul_error.aborted) { in afs_wait_for_operation()
310 if (op->ops->aborted) in afs_wait_for_operation()
311 op->ops->aborted(op); in afs_wait_for_operation()
/linux/drivers/nfc/pn533/
H A Di2c.c29 bool aborted; member
60 phy->aborted = false; in pn533_i2c_send_frame()
86 phy->aborted = true; in pn533_i2c_abort_cmd()
153 if (!phy->aborted) in pn533_i2c_irq_thread_fn()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c74 static void iwl_complete_scan(struct iwl_priv *priv, bool aborted) in iwl_complete_scan() argument
77 .aborted = aborted, in iwl_complete_scan()
93 bool aborted; in iwl_process_scan_complete() local
104 aborted = test_and_clear_bit(STATUS_SCAN_ABORTING, &priv->status); in iwl_process_scan_complete()
105 if (aborted) in iwl_process_scan_complete()
113 if (priv->scan_type != IWL_SCAN_NORMAL && !aborted) { in iwl_process_scan_complete()
126 aborted = true; in iwl_process_scan_complete()
134 iwl_complete_scan(priv, aborted); in iwl_process_scan_complete()
/linux/drivers/net/wireless/silabs/wfx/
H A Dscan.c15 static void wfx_ieee80211_scan_completed_compat(struct ieee80211_hw *hw, bool aborted) in wfx_ieee80211_scan_completed_compat() argument
18 .aborted = aborted, in wfx_ieee80211_scan_completed_compat()
/linux/include/net/
H A Dstrparser.h96 u32 aborted : 1; member
134 if (strp->aborted) in save_strp_stats()
/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c110 if (cmd->aborted) in ft_queue_status()
189 if (cmd->aborted) in ft_write_pending()
237 cmd->aborted = true; in ft_recv_seq()
381 if (cmd->aborted) in ft_queue_tm_resp()
H A Dtcm_fc.h116 u32 aborted:1; /* Set if aborted by reset or timeout */ member
/linux/drivers/target/
H A Dtarget_core_transport.c2922 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument
2927 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd()
2972 bool aborted = false, tas = false; in transport_generic_free_cmd() local
2975 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd()
2989 if (aborted) in transport_generic_free_cmd()
2992 if (aborted) { in transport_generic_free_cmd()
3254 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument
3264 *aborted = true; in __transport_wait_for_tasks()
3280 if (fabric_stop && *aborted) in __transport_wait_for_tasks()
3309 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local
[all …]
/linux/arch/arm/mm/
H A Dabort-ev4.S22 ldr r3, [r4] @ read aborted ARM instruction
H A Dabort-ev4t.S24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5t.S24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-macro.S16 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
H A Dabort-ev5tj.S27 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev6.S36 ldr r3, [r4] @ read aborted ARM instruction
/linux/drivers/nvme/target/
H A Dfcloop.c280 bool aborted; member
660 bool aborted = false; in fcloop_fcp_recv_work() local
669 aborted = true; in fcloop_fcp_recv_work()
678 if (unlikely(aborted)) { in fcloop_fcp_recv_work()
852 int fcp_err = 0, active, aborted; in fcloop_fcp_op() local
859 aborted = tfcp_req->aborted; in fcloop_fcp_op()
867 if (unlikely(aborted)) { in fcloop_fcp_op()
952 tfcp_req->aborted = true; in fcloop_tgt_fcp_abort()
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-build.sh51 echo Run aborted.
/linux/net/rxrpc/
H A Dconn_event.c20 * Set the completion state on an aborted connection.
26 bool aborted = false; in rxrpc_set_conn_aborted() local
38 aborted = true; in rxrpc_set_conn_aborted()
43 return aborted; in rxrpc_set_conn_aborted()
47 * Mark a socket buffer to indicate that the connection it's on should be aborted.
72 * Mark a connection as being remotely aborted. in rxrpc_input_conn_abort()
/linux/drivers/android/binder/
H A Dnode.rs893 aborted: bool, field
965 aborted: false, in new()
982 inner.aborted = true; in set_cleared()
1078 if inner.aborted { in do_work()
1091 if inner.aborted { in do_work()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.h33 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted);
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst58 transaction, the transaction will be aborted by the CPU. Register and memory
164 written below the stack required for the rollback. The transaction is aborted
178 kernel aborted a transaction:
224 transaction to be aborted and rolled back. Kernel exceptions will also
225 cause the transaction to be aborted and rolled back and the exception
/linux/drivers/scsi/
H A Dfdomain.h11 aborted = 0x20, enumerator

12345