/third_party/ltp/testcases/kernel/mem/mtest06/ |
D | mmap1.c | 216 int start, last_update; in run() local 218 start = last_update = tst_remaining_runtime(); in run() 234 if (last_update - tst_remaining_runtime() >= PROGRESS_SEC) { in run() 235 last_update = tst_remaining_runtime(); in run() 238 start - last_update, in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | bss.c | 300 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 667 (unsigned int) bss->last_update.sec, in wpa_bss_update() 668 (unsigned int) bss->last_update.usec, in wpa_bss_update() 678 !os_reltime_before(&bss->last_update, &update_time))) { in wpa_bss_update() 1015 if (os_reltime_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age() 1111 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest() 1140 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_p2p_dev_addr()
|
D | bss.h | 119 struct os_reltime last_update; member
|
D | wnm_sta.c | 762 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
|
D | p2p_supplicant.c | 5804 &bss->last_update); 5807 bss->last_update.sec, bss->last_update.usec, 7617 !os_reltime_expired(&now, &bss->last_update, 5) &&
|
D | events.c | 1560 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) { in wpa_scan_res_ok() 1563 os_reltime_sub(&wpa_s->scan_min_time, &bss->last_update, &diff); in wpa_scan_res_ok()
|
D | ctrl_iface.c | 5298 (int) (now.sec - bss->last_update.sec));
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | bss.c | 309 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 626 (unsigned int) bss->last_update.sec, in wpa_bss_update() 627 (unsigned int) bss->last_update.usec, in wpa_bss_update() 637 !os_reltime_before(&bss->last_update, &update_time))) { in wpa_bss_update() 936 if (os_reltime_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age() 1032 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest()
|
D | bss.h | 100 struct os_reltime last_update; member
|
D | wnm_sta.c | 745 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
|
D | events.c | 1325 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) in wpa_scan_res_match() 1330 &bss->last_update, &diff); in wpa_scan_res_match()
|
D | p2p_supplicant.c | 4867 &bss->last_update); in wpas_p2p_peer_go() 4870 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_peer_go() 6507 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
|
D | ctrl_iface.c | 4763 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | mod.rs | 1854 pub fn last_update(&self) -> &Asn1TimeRef { in last_update() method
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4812 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 5415 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 28711 u64 last_update; member 74579 u64 last_update; member
|