Searched refs:ssw_index (Results 1 – 1 of 1) sorted by relevance
1521 uint_t ssw_index; /* array entry we're using */ member1557 sst->ssw_index = 0; in soft_state_walk_init()1573 if (sst->ssw_pointers[sst->ssw_index] != NULL) { in soft_state_walk_step()1575 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_walk_step()1579 sst->ssw_index += 1; in soft_state_walk_step()1581 if (sst->ssw_index == sst->ssw_ss.n_items) in soft_state_walk_step()1595 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_all_walk_step()1598 sst->ssw_index += 1; in soft_state_all_walk_step()1600 if (sst->ssw_index == sst->ssw_ss.n_items) in soft_state_all_walk_step()