Home
last modified time | relevance | path

Searched refs:last_write (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h74 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 Dsession.h149 time_t last_write;
153 time_t last_write; global() member
H A Dsession.c2035 p->stats.last_write = getmonotime(); in session_process_msg()
/openbsd-src/usr.sbin/bgpctl/
H A Doutput_ometric.c203 get_monotime(p->stats.last_write), ol); in ometric_neighbor_stats()
H A Doutput_json.c144 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 Doutput.c325 printf(" Last write %s\n", fmt_monotime(p->stats.last_write)); in show_neighbor_full()
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp1231 FILETIME last_write = timespec_to_filetime(ts); in __last_write_time() local
1232 if (!SetFileTime(h, nullptr, nullptr, &last_write)) in __last_write_time()