Searched refs:new_slots (Results 1 – 3 of 3) sorted by relevance
147 const void **new_slots = XCNEWVEC (const void *, new_n_slots); in pointer_set_insert() local153 n = insert_aux (value, new_slots, new_n_slots, new_log_slots); in pointer_set_insert()154 new_slots[n] = value; in pointer_set_insert()160 pset->slots = new_slots; in pointer_set_insert()
462 int new_slots, ntx; in generic_netmap_txsync() local484 new_slots = k - j - kring->nr_hwreserved; in generic_netmap_txsync()485 if (new_slots < 0) { in generic_netmap_txsync()486 new_slots += num_slots; in generic_netmap_txsync()559 kring->nr_hwavail -= new_slots; in generic_netmap_txsync()
509 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; in ref_add() local510 int new_chunks = new_slots / MAX_CHUNK_REFS + 1; in ref_add()