Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/trace/
Dftrace.rst2739 1) | cpu_cgroup_can_attach() {
2744 1) 2.335 us | } /* cpu_cgroup_can_attach = -22 */
2748 The above example shows that the function cpu_cgroup_can_attach
2765 1) | cpu_cgroup_can_attach() {
2770 1) 2.335 us | } /* cpu_cgroup_can_attach = 0xffffffea */
/linux-6.6.21/kernel/sched/
Dcore.c10606 static int cpu_cgroup_can_attach(struct cgroup_taskset *tset) in cpu_cgroup_can_attach() function
11503 .can_attach = cpu_cgroup_can_attach,