Home
last modified time | relevance | path

Searched refs:NR_STD_WORKER_POOLS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c93 NR_STD_WORKER_POOLS = 2, /* # standard pools per cpu */ enumerator
335 static DEFINE_PER_CPU_SHARED_ALIGNED(struct worker_pool [NR_STD_WORKER_POOLS], cpu_worker_pools);
343 static struct workqueue_attrs *unbound_std_wq_attrs[NR_STD_WORKER_POOLS];
346 static struct workqueue_attrs *ordered_wq_attrs[NR_STD_WORKER_POOLS];
386 (pool) < &per_cpu(cpu_worker_pools, cpu)[NR_STD_WORKER_POOLS]; \
5982 int std_nice[NR_STD_WORKER_POOLS] = { 0, HIGHPRI_NICE_LEVEL }; in workqueue_init_early()
6013 for (i = 0; i < NR_STD_WORKER_POOLS; i++) { in workqueue_init_early()