Searched refs:aborted (Results 1 - 25 of 130) sorted by relevance

123456

/linux-master/drivers/staging/rtl8723bs/include/
H A Dmlme_osdep.h14 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c8 * See if the altivec state is leaked out of an aborted transaction due to
46 uint64_t aborted = 0; local
83 : [res]"=&r"(aborted)
89 if (aborted && (vecin != vecout)){
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c36 * aborted then don't evaluate it again to avoid races,
40 if (w->triggered || w->aborted)
75 wait_entry->aborted = true;
98 wait_entry->aborted = false;
122 wait_entry->triggered || wait_entry->aborted,
127 if (wait_entry->aborted)
H A Dnotif-wait.h32 * @aborted: wait was aborted
55 bool triggered, aborted; member in struct:iwl_notification_wait
/linux-master/arch/arm/mm/
H A Dabort-ev4.S8 * : r4 = aborted context pc
9 * : r5 = aborted context psr
13 * Purpose : obtain information about current aborted instruction.
22 ldr r3, [r4] @ read aborted ARM instruction
H A Dabort-ev4t.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-macro.S16 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
H A Dabort-ev5tj.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
27 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5t.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev6.S9 * : r4 = aborted context pc
10 * : r5 = aborted context psr
14 * Purpose : obtain information about current aborted instruction.
36 ldr r3, [r4] @ read aborted ARM instruction
/linux-master/fs/afs/
H A Dmisc.c119 e->aborted = false;
166 e->aborted = false;
171 e->aborted = true;
175 e->aborted = false;
H A Dfs_operation.c210 } else if (op->cumul_error.aborted) {
211 if (op->ops->aborted)
212 op->ops->aborted(op);
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.h15 atomic_t aborted; member in struct:dp_ctrl
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-build.sh51 echo Run aborted.
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.h33 void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted);
/linux-master/drivers/nfc/pn533/
H A Di2c.c29 bool aborted; member in struct:pn533_i2c_phy
60 phy->aborted = false;
86 phy->aborted = true;
153 if (!phy->aborted)
/linux-master/net/mac80211/
H A Dscan.c423 static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) argument
440 if (WARN_ON(!local->scanning && !aborted))
441 aborted = true;
449 if (hw_scan && !aborted &&
462 /* HW scan failed and is going to be reported as aborted,
466 aborted = true;
484 local->scan_info.aborted = aborted;
520 trace_api_scan_completed(local, info->aborted);
523 if (info->aborted)
1071 bool aborted; local
[all...]
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dmlme_linux.c57 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted) argument
59 rtw_cfg80211_indicate_scan_done(padapter, aborted);
/linux-master/include/net/
H A Dstrparser.h94 u32 aborted : 1; member in struct:strparser
134 if (strp->aborted)
/linux-master/drivers/accel/ivpu/
H A Divpu_ipc.h61 bool aborted; member in struct:ivpu_ipc_consumer
64 spinlock_t rx_lock; /* Protects rx_msg_list and aborted */
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dscan.c15 static void wfx_ieee80211_scan_completed_compat(struct ieee80211_hw *hw, bool aborted) argument
18 .aborted = aborted,
/linux-master/fs/btrfs/
H A Dtransaction.h67 int aborted; member in struct:btrfs_transaction
154 short aborted; member in struct:btrfs_trans_handle
171 #define TRANS_ABORTED(trans) (unlikely(READ_ONCE((trans)->aborted)))
239 "BTRFS: Transaction aborted (error %d)\n", \
244 "Transaction aborted (error %d)", \
/linux-master/fs/xfs/
H A Dxfs_buf_item.c648 bool aborted; local
656 * We dropped the last ref and must free the item if clean or aborted.
657 * If the bli is dirty and non-aborted, the buffer was clean in the
661 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) ||
664 if (dirty && !aborted)
668 * The bli is aborted or clean. An aborted item may be in the AIL
669 * regardless of dirty state. For example, consider an aborted
673 if (aborted)
710 bool aborted local
[all...]
H A Dxfs_trans_priv.h24 xfs_lsn_t commit_lsn, bool aborted);
/linux-master/drivers/scsi/
H A Dfdomain.h11 aborted = 0x20, enumerator in enum:__anon433

Completed in 302 milliseconds

123456