HomeSort by: relevance | last modified time | path
    Searched defs:last_update (Results 1 - 16 of 16) sorted by relevancy

  /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
  /src/external/gpl3/gdb.old/dist/gdb/
cli-out.h 101 std::chrono::steady_clock::time_point last_update; member in struct:cli_ui_out::cli_progress_info
  /src/external/bsd/openldap/dist/include/
lutil_meter.h 56 double last_update; member in struct:__anon7673
  /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/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.h 116 struct os_reltime last_update; member in struct:wpa_bss
  /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.h 277 struct dma_fence *last_update; member in struct:amdgpu_vm
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...]
  /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/dist/libctf/
ctf-create.c 345 ctf_snapshot_id_t last_update = local
349 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/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.old/dist/gdb/mi/
mi-main.c 2201 static steady_clock::time_point last_update;
2244 if (time_now - last_update > milliseconds (500))
2246 last_update = time_now;
2200 static steady_clock::time_point last_update; local
  /src/external/mpl/bind/dist/lib/dns/
adb.c 1267 isc_stdtime_t last_update; local
1279 last_update = adb->names_last_update;
1281 if (last_update + ADB_STALE_MARGIN >= now || overmem) {
1282 last_update = now;
1289 adb->names_last_update = last_update;
1325 if (adbname->last_used + ADB_CACHE_MINIMUM <= last_update) {
1358 isc_stdtime_t last_update; local
1366 last_update = adb->entries_last_update;
1368 if (now - last_update > ADB_STALE_MARGIN || overmem) {
1369 last_update = now
    [all...]

Completed in 46 milliseconds