Home
last modified time | relevance | path

Searched refs:bhw_timestamp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1629 hrtime_t bhw_timestamp; member
1650 bhw->bhw_timestamp = 0; in bufctl_history_walk_init()
1700 (bhw->bhw_timestamp != 0 && b->bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1704 bhw->bhw_timestamp = b->bc_timestamp; in bufctl_history_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1698 hrtime_t bhw_timestamp; member
1719 bhw->bhw_timestamp = 0; in bufctl_history_walk_init()
1768 (bhw->bhw_timestamp != 0 && bc.bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1772 bhw->bhw_timestamp = bc.bc_timestamp; in bufctl_history_walk_step()