Searched refs:cp_rounds (Results 1 – 2 of 2) sorted by relevance
808 ccp->cp_rounds = -1; in skmem_cache_create()1896 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_batch_reload()1897 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_batch_reload()1901 cp->cp_rounds = rounds; in skmem_cpu_batch_reload()1919 ASSERT((cp->cp_loaded == NULL && cp->cp_rounds == -1) || in skmem_cpu_reload()1920 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_reload()1924 cp->cp_prounds = cp->cp_rounds; in skmem_cpu_reload()1926 cp->cp_rounds = rounds; in skmem_cpu_reload()1967 if (cp->cp_rounds > 0) { in skmem_cache_batch_alloc()1968 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