Lines Matching defs:scnt
284 unsigned int scnt;
295 scnt = cnt & ~0x1f;
296 if (cnt > scnt) scnt += 0x20;
299 if (scnt > sp->buffer_slot_count) {
302 nb = kmalloc_array(scnt, sizeof(*nb), GFP_KERNEL);
310 sp->buffer_slot_count = scnt;
335 if (scnt < sp->buffer_slot_count) {
337 if (scnt) {
338 nb = kmemdup(sp->buffers, scnt * sizeof(*nb),
344 sp->buffer_slot_count = scnt;