Home
last modified time | relevance | path

Searched refs:updated (Results 201 - 225 of 268) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-unit-tests.c977 res = uffdio_poison.updated; in do_uffdio_poison()
/third_party/node/deps/npm/test/lib/commands/
H A Dprofile.js50 updated: '2020-08-12T16:19:35.326Z',
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
H A Don-sample-project.js387 No shapes updated in the builder::
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c232 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in vxlan_fdb_info()
804 f->updated = f->used = jiffies; in vxlan_fdb_alloc()
1013 f->updated = jiffies; in vxlan_fdb_update_existing()
1018 f->updated = jiffies; in vxlan_fdb_update_existing()
1477 f->updated = jiffies; in vxlan_snoop()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dfw.c463 bool no_update = si->updated; in rtw_fw_send_ra_info()
483 si->updated = true; in rtw_fw_send_ra_info()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c2351 qual[count].updated = sta->last_rx_updated; in prism2_ap_get_sta_qual()
2423 iwe.u.qual.updated = sta->last_rx_updated; in prism2_ap_translate_scan()
H A Dhostap_ioctl.c60 wstats->qual.updated = IW_QUAL_ALL_UPDATED | in hostap_get_wireless_stats()
70 wstats->qual.updated = IW_QUAL_ALL_INVALID; in hostap_get_wireless_stats()
747 /* local->bssid is also updated in LinkStatus handler when in in prism2_ioctl_giwap()
1865 iwe.u.qual.updated = IW_QUAL_LEVEL_UPDATED in __prism2_translate_scan()
H A Dhostap_80211_rx.c767 wstats.updated = IW_QUAL_LEVEL_UPDATED | IW_QUAL_NOISE_UPDATED in hostap_80211_rx()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c2351 qual[count].updated = sta->last_rx_updated; in prism2_ap_get_sta_qual()
2423 iwe.u.qual.updated = sta->last_rx_updated; in prism2_ap_translate_scan()
H A Dhostap_ioctl.c49 wstats->qual.updated = IW_QUAL_ALL_UPDATED | in hostap_get_wireless_stats()
59 wstats->qual.updated = IW_QUAL_ALL_INVALID; in hostap_get_wireless_stats()
749 /* local->bssid is also updated in LinkStatus handler when in in prism2_ioctl_giwap()
1883 iwe.u.qual.updated = IW_QUAL_LEVEL_UPDATED in __prism2_translate_scan()
/kernel/linux/linux-6.6/net/mptcp/
H A Dsubflow.c1094 bool updated = mptcp_update_rcv_data_fin(msk, mpext->data_seq, in get_mapping_status() local
1106 if (updated) in get_mapping_status()
1379 * DSS ACK is updated when skb is moved to the mptcp rx queue.
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js5532 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2813 u8 updated = false; in cfg80211_rtw_del_station() local
2876 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in cfg80211_rtw_del_station()
2889 associated_clients_update(padapter, updated); in cfg80211_rtw_del_station()
/third_party/openGLES/xml/
H A Dreadme.tex27 \date{Last updated 2020-10-27}
927 updated. The defined \tag{group}s therefore do not cover many API
929 defined \tag{group}s have not been updated to add new enumerants from
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc3494 split_conflicting(range, active, [this](LiveRange* updated) { in UpdateDeferredFixedRanges()
3496 std::min(updated->End(), next_active_ranges_change_); in UpdateDeferredFixedRanges()
3506 split_conflicting(range, inactive, [this](LiveRange* updated) { in UpdateDeferredFixedRanges()
3508 std::min(updated->End(), next_inactive_ranges_change_); in UpdateDeferredFixedRanges()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c2874 * w - updated by driver in __ipw2100_tx_process()
2875 * r - updated by firmware in __ipw2100_tx_process()
6777 range->max_qual.updated = 7; /* Updated all three */ in ipw2100_wx_get_range()
6783 range->avg_qual.updated = 7; /* Updated all three */ in ipw2100_wx_get_range()
8127 wstats->qual.updated = 7; in ipw2100_wx_wireless_stats()
8128 wstats->qual.updated |= IW_QUAL_NOISE_INVALID | in ipw2100_wx_wireless_stats()
8210 wstats->qual.updated = 7; in ipw2100_wx_wireless_stats()
8211 wstats->qual.updated |= IW_QUAL_NOISE_INVALID; in ipw2100_wx_wireless_stats()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c1766 u8 updated = false; in OnDeAuth() local
1772 updated = ap_free_sta(padapter, psta, false, reason); in OnDeAuth()
1777 associated_clients_update(padapter, updated); in OnDeAuth()
1841 u8 updated = false; in OnDisassoc() local
1847 updated = ap_free_sta(padapter, psta, false, reason); in OnDisassoc()
1852 associated_clients_update(padapter, updated); in OnDisassoc()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c1488 u8 updated = false; in OnDeAuth() local
1494 updated = ap_free_sta(padapter, psta, false, reason); in OnDeAuth()
1499 associated_clients_update(padapter, updated); in OnDeAuth()
1559 u8 updated = false; in OnDisassoc() local
1565 updated = ap_free_sta(padapter, psta, false, reason); in OnDisassoc()
1570 associated_clients_update(padapter, updated); in OnDisassoc()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c2863 * w - updated by driver in __ipw2100_tx_process()
2864 * r - updated by firmware in __ipw2100_tx_process()
6766 range->max_qual.updated = 7; /* Updated all three */ in ipw2100_wx_get_range()
6772 range->avg_qual.updated = 7; /* Updated all three */ in ipw2100_wx_get_range()
8116 wstats->qual.updated = 7; in ipw2100_wx_wireless_stats()
8117 wstats->qual.updated |= IW_QUAL_NOISE_INVALID | in ipw2100_wx_wireless_stats()
8199 wstats->qual.updated = 7; in ipw2100_wx_wireless_stats()
8200 wstats->qual.updated |= IW_QUAL_NOISE_INVALID; in ipw2100_wx_wireless_stats()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_hist.c664 bool updated; member
3417 track_data->updated = true; in cond_snapshot_update()
3471 if (!track_data->updated) in track_data_snapshot_print()
6286 bool updated = false; in existing_hist_update_only() local
6314 updated = true; in existing_hist_update_only()
6319 return updated; in existing_hist_update_only()
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_wlan_net.c1081 vwrq->qual.updated = 0; in ks_wlan_get_iwstats()
1105 qual[i].updated = 7; in ks_wlan_get_aplist()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_wlan_net.c1080 vwrq->qual.updated = 0; in ks_wlan_get_iwstats()
1104 qual[i].updated = 7; in ks_wlan_get_aplist()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dround.S132 | updated guard,round,sticky in d0{31:29}
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dround.S132 | updated guard,round,sticky in d0{31:29}
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_private.h207 unsigned long updated ____cacheline_aligned_in_smp;

Completed in 120 milliseconds

1234567891011