Lines Matching defs:count
2376 unsigned int count;
2387 unsigned int count)
2401 state->count = count;
2402 state->pos = rand % count;
2411 if (state->pos >= state->count)
2429 unsigned int objfreelist = 0, i, rand, count = cachep->num;
2433 if (count < 2)
2436 precomputed = freelist_state_initialize(&state, cachep, count);
2441 objfreelist = count - 1;
2446 count--;
2454 for (i = 0; i < count; i++)
2458 for (i = count - 1; i > 0; i--) {
2464 for (i = 0; i < count; i++)
4081 * @count: data length
4087 size_t count, loff_t *ppos)
4093 if (count > MAX_SLABINFO_WRITE)
4095 if (copy_from_user(&kbuf, buffer, count))
4125 res = count;