Searched refs:cp_rounds (Results 1 – 2 of 2) sorted by relevance
802 ccp->cp_rounds = -1; in skmem_cache_create()1250 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_batch_reload()1251 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_batch_reload()1255 cp->cp_rounds = rounds; in skmem_cpu_batch_reload()1273 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_reload()1274 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_reload()1278 cp->cp_prounds = cp->cp_rounds; in skmem_cpu_reload()1280 cp->cp_rounds = rounds; in skmem_cpu_reload()1309 if (cp->cp_rounds > 0) { in skmem_cache_batch_alloc()1310 int objs = MIN((unsigned int)cp->cp_rounds, need); in skmem_cache_batch_alloc()[all …]
149 int cp_rounds; /* # of objs in filled mag */ member