Searched refs:cp_rounds (Results 1 – 2 of 2) sorted by relevance
809 ccp->cp_rounds = -1; in skmem_cache_create()1987 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_batch_reload()1988 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_batch_reload()1992 cp->cp_rounds = rounds; in skmem_cpu_batch_reload()2010 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_reload()2011 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_reload()2015 cp->cp_prounds = cp->cp_rounds; in skmem_cpu_reload()2017 cp->cp_rounds = rounds; in skmem_cpu_reload()2058 if (cp->cp_rounds > 0) { in skmem_cache_batch_alloc()2059 int objs = MIN((unsigned int)cp->cp_rounds, need); in skmem_cache_batch_alloc()[all …]
146 int cp_rounds; /* # of objs in filled mag */ member