Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c354 uint32_t objs_to_add = objs_per_cpu; in cht_concurrent_add() local
358 objs_to_add += (CHT_OBJ_MAX % conf->ctc_nthreads); in cht_concurrent_add()
361 for (uint32_t i = 0; i < objs_to_add; i++) { in cht_concurrent_add()