Searched refs:next_alloc (Results 1 – 5 of 5) sorted by relevance
70 u64 next_alloc[BCH_SB_MEMBERS_MAX]; member
600 return cmp_int(stripe->next_alloc[l], stripe->next_alloc[r]); in __dev_stripe_cmp() 635 for (u64 *v = stripe->next_alloc; in bch2_stripe_state_rescale() 636 v < stripe->next_alloc + ARRAY_SIZE(stripe->next_alloc); v++) { in bch2_stripe_state_rescale() 645 for (u64 *v = stripe->next_alloc; in bch2_stripe_state_rescale() 646 v < stripe->next_alloc + ARRAY_SIZE(stripe->next_alloc); v++) in bch2_stripe_state_rescale() 663 u64 *v = stripe->next_alloc + ca->dev_idx; in bch2_dev_stripe_increment_inlined()
123 __be32 next_alloc; member
881 int next_alloc; member
1156 rx_pool->next_alloc = 0; in init_rx_pools() 3495 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool() 3496 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()