Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1635 bufctl_history_walk_t *bhw; in bufctl_history_walk_init() local
1649 bhw = mdb_zalloc(sizeof (*bhw), UM_SLEEP); in bufctl_history_walk_init()
1650 bhw->bhw_timestamp = 0; in bufctl_history_walk_init()
1651 bhw->bhw_cache = bc.bc_cache; in bufctl_history_walk_init()
1652 bhw->bhw_slab = bc.bc_slab; in bufctl_history_walk_init()
1665 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1670 wsp->walk_data = bhw; in bufctl_history_walk_init()
1699 b->bc_slab != bhw->bhw_slab || in bufctl_history_walk_step()
1700 (bhw->bhw_timestamp != 0 && b->bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1703 bhw->bhw_next = b->bc_lastlog; in bufctl_history_walk_step()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1704 bufctl_history_walk_t *bhw; in bufctl_history_walk_init() local
1718 bhw = mdb_zalloc(sizeof (*bhw), UM_SLEEP); in bufctl_history_walk_init()
1719 bhw->bhw_timestamp = 0; in bufctl_history_walk_init()
1720 bhw->bhw_cache = bc.bc_cache; in bufctl_history_walk_init()
1721 bhw->bhw_slab = bc.bc_slab; in bufctl_history_walk_init()
1734 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1739 wsp->walk_data = bhw; in bufctl_history_walk_init()
1767 bc.bc_slab != bhw->bhw_slab || in bufctl_history_walk_step()
1768 (bhw->bhw_timestamp != 0 && bc.bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1771 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_step()
[all …]