Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c596 unsigned int n_objs; in bucket_populate() local
612 for (iter = (uint8_t *)vaddr + align, n_objs = 0; in bucket_populate()
613 iter < (uint8_t *)vaddr + len && n_objs < max_objs; in bucket_populate()
628 max_objs - n_objs), in bucket_populate()
634 n_objs += rc; in bucket_populate()
639 return n_objs; in bucket_populate()