Searched refs:wq_pod_types (Results 1 – 2 of 2) sorted by relevance
81 wq_pod_types = prog['wq_pod_types'] variable121 print_pod_type(wq_pod_types[affn])
341 static struct wq_pod_type wq_pod_types[WQ_AFFN_NR_TYPES]; variable3853 pt = &wq_pod_types[scope]; in wqattrs_pod_type()3863 pt = &wq_pod_types[WQ_AFFN_SYSTEM]; in wqattrs_pod_type()4069 struct wq_pod_type *pt = &wq_pod_types[WQ_AFFN_NUMA]; in get_unbound_pool()6568 struct wq_pod_type *pt = &wq_pod_types[WQ_AFFN_SYSTEM]; in workqueue_init_early()6821 init_pod_type(&wq_pod_types[WQ_AFFN_CPU], cpus_dont_share); in workqueue_init_topology()6822 init_pod_type(&wq_pod_types[WQ_AFFN_SMT], cpus_share_smt); in workqueue_init_topology()6823 init_pod_type(&wq_pod_types[WQ_AFFN_CACHE], cpus_share_cache); in workqueue_init_topology()6824 init_pod_type(&wq_pod_types[WQ_AFFN_NUMA], cpus_share_numa); in workqueue_init_topology()