Searched refs:batch_size (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | percpu_ida.h | 70 unsigned long max_size, unsigned long batch_size);
|
/linux-4.4.14/lib/ |
D | percpu_ida.c | 287 unsigned long max_size, unsigned long batch_size) in __percpu_ida_init() argument 297 pool->percpu_batch_size = batch_size; in __percpu_ida_init()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | rx.c | 330 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local 348 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_fast_push_rx_descriptors() 350 EFX_BUG_ON_PARANOID(space < batch_size); in efx_fast_push_rx_descriptors() 367 } while ((space -= batch_size) >= batch_size); in efx_fast_push_rx_descriptors()
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 5746 int i, batch_size = 0, hash; in handle_active_stripes() local 5749 while (batch_size < MAX_STRIPE_BATCH && in handle_active_stripes() 5751 batch[batch_size++] = sh; in handle_active_stripes() 5753 if (batch_size == 0) { in handle_active_stripes() 5761 return batch_size; in handle_active_stripes() 5776 for (i = 0; i < batch_size; i++) in handle_active_stripes() 5783 for (i = 0; i < batch_size; i++) { in handle_active_stripes() 5787 return batch_size; in handle_active_stripes() 5805 int batch_size, released; in raid5_do_work() local 5809 batch_size = handle_active_stripes(conf, group_id, worker, in raid5_do_work() [all …]
|
/linux-4.4.14/mm/ |
D | vmscan.c | 278 long batch_size = shrinker->batch ? shrinker->batch in do_shrink_slab() local 345 while (total_scan >= batch_size || in do_shrink_slab() 348 unsigned long nr_to_scan = min(batch_size, total_scan); in do_shrink_slab()
|