Searched refs:cp_rounds (Results 1 – 2 of 2) sorted by relevance
803 ccp->cp_rounds = -1; in skmem_cache_create()1251 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_batch_reload()1252 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_batch_reload()1256 cp->cp_rounds = rounds; in skmem_cpu_batch_reload()1274 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_reload()1275 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_reload()1279 cp->cp_prounds = cp->cp_rounds; in skmem_cpu_reload()1281 cp->cp_rounds = rounds; in skmem_cpu_reload()1310 if (cp->cp_rounds > 0) { in skmem_cache_batch_alloc()1311 int objs = MIN((unsigned int)cp->cp_rounds, need); in skmem_cache_batch_alloc()[all …]
157 int cp_rounds; /* # of objs in filled mag */ member