Searched refs:wq_pod_types (Results 1 – 2 of 2) sorted by relevance
104 wq_pod_types = prog['wq_pod_types'] variable151 print_pod_type(wq_pod_types[affn])
454 static struct wq_pod_type wq_pod_types[WQ_AFFN_NR_TYPES]; variable4942 pt = &wq_pod_types[scope]; in wqattrs_pod_type()4952 pt = &wq_pod_types[WQ_AFFN_SYSTEM]; in wqattrs_pod_type()5218 struct wq_pod_type *pt = &wq_pod_types[WQ_AFFN_NUMA]; in get_unbound_pool()8142 struct wq_pod_type *pt = &wq_pod_types[WQ_AFFN_SYSTEM]; in workqueue_init_early()8553 struct wq_pod_type *llc_pods = &wq_pod_types[WQ_AFFN_CACHE]; in precompute_cache_shard_ids()8554 struct wq_pod_type *smt_pods = &wq_pod_types[WQ_AFFN_SMT]; in precompute_cache_shard_ids()8599 init_pod_type(&wq_pod_types[WQ_AFFN_CPU], cpus_dont_share); in workqueue_init_topology()8600 init_pod_type(&wq_pod_types[WQ_AFFN_SMT], cpus_share_smt); in workqueue_init_topology()8601 init_pod_type(&wq_pod_types[WQ_AFFN_CACHE], cpus_share_cache); in workqueue_init_topology()[all …]