| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | notif-wait.c | 94 if (w->triggered || w->aborted) in iwl_notification_wait() 129 wait_entry->aborted = true; in iwl_abort_notification_waits() 152 wait_entry->aborted = false; in iwl_init_notification_wait() 176 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification() 181 if (wait_entry->aborted) in iwl_wait_notification()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoroutereply_nokia.cpp | 65 connect(this, &QGeoRouteReply::aborted, reply, &QNetworkReply::abort); in Q_DECLARE_METATYPE() 71 connect(this, &QGeoRouteReply::aborted, [this](){ m_parsers = 0; }); in Q_DECLARE_METATYPE() 105 emit aborted(); // aborts all unfinished replies and sets m_parsers to 0 in networkError() 123 emit aborted(); in parserError()
|
| H A D | qgeocodereply_nokia.cpp | 67 connect(this, &QGeoCodeReply::aborted, reply, &QNetworkReply::abort); in Q_DECLARE_METATYPE() 68 connect(this, &QGeoCodeReply::aborted, [this](){ m_parsing = false; }); in Q_DECLARE_METATYPE()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-vmxcopy.c | 46 uint64_t aborted = 0; in test_vmxcopy() local 82 : [res]"=&r"(aborted) in test_vmxcopy() 88 if (aborted && (vecin != vecout)){ in test_vmxcopy()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | scan.c | 414 static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) in __ieee80211_scan_completed() argument 431 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed() 432 aborted = true; in __ieee80211_scan_completed() 440 if (hw_scan && !aborted && in __ieee80211_scan_completed() 457 aborted = true; in __ieee80211_scan_completed() 475 local->scan_info.aborted = aborted; in __ieee80211_scan_completed() 511 trace_api_scan_completed(local, info->aborted); in ieee80211_scan_completed() 514 if (info->aborted) in ieee80211_scan_completed() 1064 bool aborted; in ieee80211_scan_work() local 1069 aborted = true; in ieee80211_scan_work() [all …]
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | rxkad.c | 359 bool aborted; in rxkad_verify_packet_1() local 367 aborted = rxrpc_abort_eproto(call, skb, "rxkad_1_hdr", "V1H", in rxkad_verify_packet_1() 391 aborted = rxrpc_abort_eproto(call, skb, "rxkad_1_len", "XV1", in rxkad_verify_packet_1() 405 aborted = rxrpc_abort_eproto(call, skb, "rxkad_1_check", "V1C", in rxkad_verify_packet_1() 411 aborted = rxrpc_abort_eproto(call, skb, "rxkad_1_datalen", "V1L", in rxkad_verify_packet_1() 420 if (aborted) in rxkad_verify_packet_1() 437 bool aborted; in rxkad_verify_packet_2() local 445 aborted = rxrpc_abort_eproto(call, skb, "rxkad_2_hdr", "V2H", in rxkad_verify_packet_2() 485 aborted = rxrpc_abort_eproto(call, skb, "rxkad_2_len", "XV2", in rxkad_verify_packet_2() 499 aborted = rxrpc_abort_eproto(call, skb, "rxkad_2_check", "V2C", in rxkad_verify_packet_2() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/nfc/pn533/ |
| H A D | i2c.c | 29 bool aborted; member 63 phy->aborted = false; in pn533_i2c_send_frame() 89 phy->aborted = true; in pn533_i2c_abort_cmd() 160 if (!phy->aborted) in pn533_i2c_irq_thread_fn()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | scan.c | 16 bool aborted) in __ieee80211_scan_completed_compat() argument 19 .aborted = aborted, in __ieee80211_scan_completed_compat()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | scan.c | 78 static void iwl_complete_scan(struct iwl_priv *priv, bool aborted) in iwl_complete_scan() argument 81 .aborted = aborted, in iwl_complete_scan() 97 bool aborted; in iwl_process_scan_complete() local 108 aborted = test_and_clear_bit(STATUS_SCAN_ABORTING, &priv->status); in iwl_process_scan_complete() 109 if (aborted) in iwl_process_scan_complete() 117 if (priv->scan_type != IWL_SCAN_NORMAL && !aborted) { in iwl_process_scan_complete() 130 aborted = true; in iwl_process_scan_complete() 138 iwl_complete_scan(priv, aborted); in iwl_process_scan_complete()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | transaction.h | 46 int aborted; member 131 short aborted; member 148 #define TRANS_ABORTED(trans) (unlikely(READ_ONCE((trans)->aborted)))
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_buf_item.c | 524 bool aborted; in xfs_buf_item_put() local 537 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) || in xfs_buf_item_put() 540 if (dirty && !aborted) in xfs_buf_item_put() 549 if (aborted) in xfs_buf_item_put() 586 bool aborted = test_bit(XFS_LI_ABORTED, in xfs_buf_item_release() local 616 ASSERT(!stale || aborted); in xfs_buf_item_release()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfg80211.h | 143 woal_cfg80211_scan_done(struct cfg80211_scan_request *request, bool aborted) in woal_cfg80211_scan_done() argument 147 info.aborted = aborted; in woal_cfg80211_scan_done() 150 cfg80211_scan_done(request, aborted); in woal_cfg80211_scan_done()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 119 connect(geocodeReply_, SIGNAL(aborted()), this, SLOT(requestAborted())); 153 connect(geocodeReply_, SIGNAL(aborted()), this, SLOT(requestAborted())); in geocode() 248 connect(geocodeReply_, SIGNAL(aborted()), this, SLOT(requestAborted())); in reverseGeocode()
|
| H A D | qgeotilefetcher_test.h | 59 void abort() { emit aborted(); } in abort() 62 void aborted();
|
| H A D | qgeomappingmanagerengine_test.h | 61 void abort() { emit aborted(); } in abort() 64 void aborted();
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | strparser.h | 83 u32 aborted : 1; member 123 if (strp->aborted) in save_strp_stats()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_transport.c | 2750 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2755 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2800 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2803 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2817 if (aborted) in transport_generic_free_cmd() 2820 if (aborted) { in transport_generic_free_cmd() 3069 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument 3079 *aborted = true; in __transport_wait_for_tasks() 3095 if (fabric_stop && *aborted) in __transport_wait_for_tasks() 3124 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/target/tcm_fc/ |
| H A D | tfc_cmd.c | 111 if (cmd->aborted) in ft_queue_status() 190 if (cmd->aborted) in ft_write_pending() 243 cmd->aborted = true; in ft_recv_seq() 387 if (cmd->aborted) in ft_queue_tm_resp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_cfg80211.h | 187 bool aborted) in woal_cfg80211_scan_done() argument 192 info.aborted = aborted; in woal_cfg80211_scan_done() 195 cfg80211_scan_done(request, aborted); in woal_cfg80211_scan_done()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | sleep.S | 41 adr lr, aborted 45 aborted: label
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/ |
| H A D | mlme_linux.c | 61 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted) in rtw_os_indicate_scan_done() argument 63 rtw_cfg80211_indicate_scan_done(padapter, aborted); in rtw_os_indicate_scan_done()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | fcloop.c | 276 bool aborted; member 574 bool aborted = false; in fcloop_fcp_recv_work() local 582 aborted = true; in fcloop_fcp_recv_work() 591 if (unlikely(aborted)) in fcloop_fcp_recv_work() 760 int fcp_err = 0, active, aborted; in fcloop_fcp_op() local 766 aborted = tfcp_req->aborted; in fcloop_fcp_op() 774 if (unlikely(aborted)) { in fcloop_fcp_op() 858 tfcp_req->aborted = true; in fcloop_tgt_fcp_abort()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgscan.c | 109 static void _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted); 2257 bool aborted, bool fw_abort) in wl_notify_escan_complete() argument 2311 if (aborted && cfg->p2p && p2p_scan(cfg) && in wl_notify_escan_complete() 2314 cfg->bss_list = wl_escan_get_buf(cfg, !aborted); in wl_notify_escan_complete() 2317 cfg->bss_list = wl_escan_get_buf(cfg, aborted); in wl_notify_escan_complete() 2325 if (!aborted) { in wl_notify_escan_complete() 2343 _wl_notify_scan_done(cfg, aborted); in wl_notify_escan_complete() 2403 _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted) in _wl_notify_scan_done() argument 2415 info.aborted = aborted; in _wl_notify_scan_done() 2418 cfg80211_scan_done(cfg->scan_request, aborted); in _wl_notify_scan_done() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgscan.c | 109 static void _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted); 2248 bool aborted, bool fw_abort) in wl_notify_escan_complete() argument 2302 if (aborted && cfg->p2p && p2p_scan(cfg) && in wl_notify_escan_complete() 2305 cfg->bss_list = wl_escan_get_buf(cfg, !aborted); in wl_notify_escan_complete() 2308 cfg->bss_list = wl_escan_get_buf(cfg, aborted); in wl_notify_escan_complete() 2316 if (!aborted) { in wl_notify_escan_complete() 2334 _wl_notify_scan_done(cfg, aborted); in wl_notify_escan_complete() 2394 _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted) in _wl_notify_scan_done() argument 2406 info.aborted = aborted; in _wl_notify_scan_done() 2409 cfg80211_scan_done(cfg->scan_request, aborted); in _wl_notify_scan_done() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgscan.c | 109 static void _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted); 2257 bool aborted, bool fw_abort) in wl_notify_escan_complete() argument 2311 if (aborted && cfg->p2p && p2p_scan(cfg) && in wl_notify_escan_complete() 2314 cfg->bss_list = wl_escan_get_buf(cfg, !aborted); in wl_notify_escan_complete() 2317 cfg->bss_list = wl_escan_get_buf(cfg, aborted); in wl_notify_escan_complete() 2325 if (!aborted) { in wl_notify_escan_complete() 2343 _wl_notify_scan_done(cfg, aborted); in wl_notify_escan_complete() 2403 _wl_notify_scan_done(struct bcm_cfg80211 *cfg, bool aborted) in _wl_notify_scan_done() argument 2415 info.aborted = aborted; in _wl_notify_scan_done() 2418 cfg80211_scan_done(cfg->scan_request, aborted); in _wl_notify_scan_done() [all …]
|