Searched refs:empty_slots (Results 1 – 4 of 4) sorted by relevance
86 info->empty_slots += new_blocks; in grow()112 if (info->empty_slots >= slots) in assure_empty()127 if (info->empty_slots == 0) { in get_slot()135 info->empty_slots--; in get_slot()148 info->empty_slots++; in release_slot()270 info->empty_slots = 0; in rh_create()315 info->empty_slots = max_blocks; in rh_init()714 info, info->empty_slots, info->max_blocks); in rh_dump()
29 int empty_slots; member
282 u32 num_of_slots, slot_spd, empty_slots; in sparx5_dsm_calendar_calc() local383 empty_slots = num_of_slots - sum; in sparx5_dsm_calendar_calc()385 for (idx = 0; idx < empty_slots; idx++) in sparx5_dsm_calendar_calc()
2202 u32 empty_slots; in nv_start_xmit() local2220 empty_slots = nv_get_empty_tx_slots(np); in nv_start_xmit()2221 if (unlikely(empty_slots <= entries)) { in nv_start_xmit()2376 u32 empty_slots; in nv_start_xmit_optimized() local2395 empty_slots = nv_get_empty_tx_slots(np); in nv_start_xmit_optimized()2396 if (unlikely(empty_slots <= entries)) { in nv_start_xmit_optimized()