Lines Matching refs:count
37 rt_size_t count; member
57 head.count = 0; in slab_alloc_test()
82 if (head.count == 0) in slab_alloc_test()
86 size = head.count / 2; in slab_alloc_test()
87 while (size != head.count) in slab_alloc_test()
100 head.count --; in slab_alloc_test()
117 head.count += 1; in slab_alloc_test()
134 head.count --; in slab_alloc_test()
151 head.count --; in slab_alloc_test()
153 uassert_int_equal(head.count, 0); in slab_alloc_test()
173 rt_size_t count; member
192 head.count = size; in slab_realloc_test()
202 size = head.count * sizeof(struct slab_realloc_context *); in slab_realloc_test()
216 idx = rand() % head.count; in slab_realloc_test()
229 for (idx = 0; idx < head.count; idx++) in slab_realloc_test()
283 for (idx = 0; idx < head.count; idx++) in slab_realloc_test()