HomeSort by: relevance | last modified time | path
    Searched refs:last_update (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/include/
lutil_meter.h 56 double last_update; member in struct:__anon7673
  /src/external/bsd/openldap/dist/libraries/liblutil/
meter.c 121 meter->last_update = meter->start_time;
152 if ( !force && now - meter->last_update < display_rate ) return 0;
171 cycle_length = now - meter->last_update;
183 meter->last_update = now;
  /src/crypto/external/bsd/openssh/dist/
progressmeter.c 65 static double last_update; /* last progress update */ variable
160 elapsed = now - last_update;
181 last_update = now;
259 start = last_update = monotime_double();
  /src/external/gpl3/gdb.old/dist/gdb/
cli-out.h 102 std::chrono::steady_clock::time_point last_update; member in struct:cli_ui_out::cli_progress_info
cli-out.c 352 (steady_clock::now () - info.last_update);
373 info.last_update = steady_clock::now ();
  /src/external/gpl3/gdb/dist/gdb/
cli-out.h 102 std::chrono::steady_clock::time_point last_update; member in struct:cli_ui_out::cli_progress_info
cli-out.c 352 (steady_clock::now () - info.last_update);
373 info.last_update = steady_clock::now ();
  /src/usr.sbin/timed/timed/
timed.c 707 static unsigned long last_update; local
718 last_update = -NG_DELAY;
729 if (new_update < last_update + NG_DELAY
732 last_update = new_update;
  /src/external/bsd/wpa/dist/wpa_supplicant/
bss.c 312 calculate_update_time(fetch_time, src->age, &dst->last_update);
691 "Previous last_update: %u.%06u (freq %d%s)",
692 (unsigned int) bss->last_update.sec,
693 (unsigned int) bss->last_update.usec,
696 wpa_printf(MSG_DEBUG, "New last_update: %u.%06u (freq %d%s)",
703 !os_reltime_before(&bss->last_update, &update_time))) {
1040 if (os_reltime_before(&bss->last_update, &t)) {
1136 os_reltime_before(&found->last_update, &bss->last_update))
1165 os_reltime_before(&found->last_update, &bss->last_update)
    [all...]
bss.h 116 struct os_reltime last_update; member in struct:wpa_bss
wnm_sta.c 784 os_reltime_expired(&now, &target->last_update,
1214 os_reltime_age(&bss->last_update, &age);
p2p_supplicant.c 5324 &bss->last_update);
5327 bss->last_update.sec, bss->last_update.usec,
7109 !os_reltime_expired(&now, &bss->last_update, 5) &&
events.c 1536 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) {
1539 os_reltime_sub(&wpa_s->scan_min_time, &bss->last_update, &diff);
  /src/sys/arch/macppc/dev/
smu.c 74 time_t last_update; member in struct:smu_fan
665 fan->last_update = time_uptime;
674 fan->last_update = time_uptime;
694 if (time_uptime - fan->last_update > 1) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.c 1333 r = vm->update_funcs->commit(&params, &vm->last_update);
1787 struct dma_fence *exclusive, **last_update; local
1820 last_update = &vm->last_update;
1822 last_update = &bo_va->last_pt_update;
1835 last_update);
2870 vm->last_update = NULL;
3047 dma_fence_put(vm->last_update);
3048 vm->last_update = NULL;
3173 dma_fence_put(vm->last_update);
    [all...]
amdgpu_vm.h 277 struct dma_fence *last_update; member in struct:amdgpu_vm
amdgpu_amdkfd_gpuvm.c 366 return amdgpu_sync_fence(sync, vm->last_update, false);
amdgpu_cs.c 854 r = amdgpu_sync_vm_fence(&p->job->sync, vm->last_update);
  /src/external/mpl/bind/dist/lib/dns/
adb.c 1283 isc_stdtime_t last_update; local
1295 last_update = adb->names_last_update;
1297 if (last_update + ADB_STALE_MARGIN >= now || overmem) {
1298 last_update = now;
1305 adb->names_last_update = last_update;
1341 if (adbname->last_used + dns_adb_cachemin <= last_update) {
1374 isc_stdtime_t last_update; local
1382 last_update = adb->entries_last_update;
1384 if (now - last_update > ADB_STALE_MARGIN || overmem) {
1385 last_update = now
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c 2195 static steady_clock::time_point last_update;
2238 if (time_now - last_update > milliseconds (500))
2240 last_update = time_now;
2194 static steady_clock::time_point last_update; local
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c 2153 static steady_clock::time_point last_update;
2196 if (time_now - last_update > milliseconds (500))
2198 last_update = time_now;
2152 static steady_clock::time_point last_update; local
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 344 ctf_snapshot_id_t last_update = local
348 return (ctf_rollback (fp, last_update));
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 344 ctf_snapshot_id_t last_update = local
348 return (ctf_rollback (fp, last_update));
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 345 ctf_snapshot_id_t last_update = local
349 return (ctf_rollback (fp, last_update));
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 344 ctf_snapshot_id_t last_update = local
348 return (ctf_rollback (fp, last_update));

Completed in 44 milliseconds

1 2