Home
last modified time | relevance | path

Searched refs:new_slots (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDpointer-set.c147 const void **new_slots = XCNEWVEC (const void *, new_n_slots); in pointer_set_insert() local
153 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()
/dragonfly/sys/net/netmap/
HDnetmap_generic.c462 int new_slots, ntx; in generic_netmap_txsync() local
484 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()
/dragonfly/contrib/gdb-7/gdb/
HDstabsread.c509 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; in ref_add() local
510 int new_chunks = new_slots / MAX_CHUNK_REFS + 1; in ref_add()