Searched refs:last_write (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_trace.h | 74 unsigned long *last_read, unsigned long *last_write, 76 TP_ARGS(read_count, write_count, last_read, last_write, func, line), 89 __entry->write_delta = write_count - *last_write; 93 *last_write = write_count;
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | session.h | 149 time_t last_write; 153 time_t last_write; global() member
|
| H A D | session.c | 2035 p->stats.last_write = getmonotime(); in session_process_msg()
|
| /openbsd-src/usr.sbin/bgpctl/ |
| H A D | output_ometric.c | 203 get_monotime(p->stats.last_write), ol); in ometric_neighbor_stats()
|
| H A D | output_json.c | 144 json_do_string("last_write", fmt_monotime(p->stats.last_write)); in json_neighbor_stats() 145 json_do_int("last_write_sec", get_monotime(p->stats.last_write)); in json_neighbor_stats()
|
| H A D | output.c | 325 printf(" Last write %s\n", fmt_monotime(p->stats.last_write)); in show_neighbor_full()
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | operations.cpp | 1231 FILETIME last_write = timespec_to_filetime(ts); in __last_write_time() local 1232 if (!SetFileTime(h, nullptr, nullptr, &last_write)) in __last_write_time()
|