Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1634 bufctl_history_walk_t *bhw; in bufctl_history_walk_init() local
1648 bhw = mdb_zalloc(sizeof (*bhw), UM_SLEEP); in bufctl_history_walk_init()
1649 bhw->bhw_timestamp = 0; in bufctl_history_walk_init()
1650 bhw->bhw_cache = bc.bc_cache; in bufctl_history_walk_init()
1651 bhw->bhw_slab = bc.bc_slab; in bufctl_history_walk_init()
1664 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1666 bhw->bhw_next = (void *)wsp->walk_addr; in bufctl_history_walk_init()
1669 wsp->walk_data = bhw; in bufctl_history_walk_init()
1677 bufctl_history_walk_t *bhw = wsp->walk_data; in bufctl_history_walk_step() local
1678 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1703 bufctl_history_walk_t *bhw; in bufctl_history_walk_init() local
1717 bhw = mdb_zalloc(sizeof (*bhw), UM_SLEEP); in bufctl_history_walk_init()
1718 bhw->bhw_timestamp = 0; in bufctl_history_walk_init()
1719 bhw->bhw_cache = bc.bc_cache; in bufctl_history_walk_init()
1720 bhw->bhw_slab = bc.bc_slab; in bufctl_history_walk_init()
1733 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1735 bhw->bhw_next = (void *)wsp->walk_addr; in bufctl_history_walk_init()
1738 wsp->walk_data = bhw; in bufctl_history_walk_init()
1746 bufctl_history_walk_t *bhw = wsp->walk_data; in bufctl_history_walk_step() local
1747 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()
[all …]