Searched refs:mag_round (Results 1 – 6 of 6) sorted by relevance
214 void *mag_round[1]; /* one or more rounds */ member
1785 void *buf = mp->mag_round[round]; in umem_magazine_destroy()1918 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in _umem_cache_alloc()2037 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in _umem_cache_free()
244 void *mag_round[1]; /* one or more rounds */ member
2087 void *buf = mp->mag_round[round]; in kmem_magazine_destroy()2455 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in kmem_cache_alloc()2709 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in kmem_cache_free()2784 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = in kmem_slab_prefill()4603 if (buf == m->mag_round[i]) { in kmem_hunt_mag()4608 m->mag_round[i] = tbuf; in kmem_hunt_mag()
888 maglist[magcnt++] = mp->mag_round[i]; \932 magbsize = offsetof(umem_magazine_t, mag_round[magsize]); in umem_read_magazines()
972 maglist[magcnt++] = mp->mag_round[i]; \1016 magbsize = offsetof(kmem_magazine_t, mag_round[magsize]); in kmem_read_magazines()