Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c3840 struct wq_pod_type *pt; in wqattrs_pod_type() local
3850 pt = &wq_pod_types[scope]; in wqattrs_pod_type()
3853 likely(pt->nr_pods)) in wqattrs_pod_type()
3854 return pt; in wqattrs_pod_type()
3860 pt = &wq_pod_types[WQ_AFFN_SYSTEM]; in wqattrs_pod_type()
3861 BUG_ON(!pt->nr_pods); in wqattrs_pod_type()
3862 return pt; in wqattrs_pod_type()
4066 struct wq_pod_type *pt = &wq_pod_types[WQ_AFFN_NUMA]; in get_unbound_pool() local
4082 for (pod = 0; pod < pt->nr_pods; pod++) { in get_unbound_pool()
4083 if (cpumask_subset(attrs->__pod_cpumask, pt->pod_cpus[pod])) { in get_unbound_pool()
[all …]
/kernel/cgroup/
Dcgroup.c3875 poll_table *pt) in cgroup_pressure_poll() argument
3879 return psi_trigger_poll(&ctx->psi.trigger, of->file, pt); in cgroup_pressure_poll()
4102 static __poll_t cgroup_file_poll(struct kernfs_open_file *of, poll_table *pt) in cgroup_file_poll() argument
4107 return cft->poll(of, pt); in cgroup_file_poll()
4109 return kernfs_generic_poll(of, pt); in cgroup_file_poll()
/kernel/bpf/
Dbtf.c3313 const struct btf_type *pt, in btf_find_decl_tag_value() argument
3324 if (pt != btf_type_by_id(btf, t->type) || in btf_find_decl_tag_value()
3335 btf_find_graph_root(const struct btf *btf, const struct btf_type *pt, in btf_find_graph_root() argument
3348 value_type = btf_find_decl_tag_value(btf, pt, comp_idx, "contains:"); in btf_find_graph_root()