Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c444 static unsigned int wq_cache_shard_size = 8; variable
445 module_param_named(cache_shard_size, wq_cache_shard_size, uint, 0444);
8262 layout.nr_shards = max(1, DIV_ROUND_CLOSEST(nr_cores, wq_cache_shard_size)); in llc_calc_shard_layout()
8354 if (!wq_cache_shard_size) { in precompute_cache_shard_ids()
8356 wq_cache_shard_size = 1; in precompute_cache_shard_ids()
/linux/Documentation/core-api/
H A Dworkqueue.rst408 CPUs are grouped into sub-LLC shards of at most ``wq_cache_shard_size``