Searched defs:bhw_timestamp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1697 hrtime_t bhw_timestamp; member in struct:bufctl_history_walk
1718 bhw->bhw_timestamp = 0;
1767 (bhw->bhw_timestamp != 0 && bc.bc_timestamp >= bhw->bhw_timestamp))
1771 bhw->bhw_timestamp = bc.bc_timestamp;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1629 hrtime_t bhw_timestamp; member in struct:bufctl_history_walk
1650 bhw->bhw_timestamp = 0;
1700 (bhw->bhw_timestamp != 0 && b->bc_timestamp >= bhw->bhw_timestamp))
1704 bhw->bhw_timestamp = b->bc_timestamp;

Completed in 94 milliseconds