Searched refs:bhw (Results 1 – 2 of 2) sorted by relevance
1634 bufctl_history_walk_t *bhw; in bufctl_history_walk_init() local1648 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() local1678 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()[all …]
1703 bufctl_history_walk_t *bhw; in bufctl_history_walk_init() local1717 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() local1747 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()[all …]