Home
last modified time | relevance | path

Searched refs:percpu (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/cgroup/
Dtest_kmem.c356 long current, percpu; in test_percpu_basic() local
381 percpu = cg_read_key_long(parent, "memory.stat", "percpu "); in test_percpu_basic()
383 if (current > 0 && percpu > 0 && labs(current - percpu) < in test_percpu_basic()
388 current, percpu); in test_percpu_basic()
/tools/workqueue/
Dwq_dump.py51 from drgn.helpers.linux.percpu import per_cpu_ptr
/tools/cgroup/
Dmemcg_slabinfo.py13 from drgn.helpers.linux.percpu import per_cpu_ptr
/tools/testing/selftests/bpf/
Dtest_verifier.c667 static int create_cgroup_storage(bool percpu) in create_cgroup_storage() argument
669 enum bpf_map_type type = percpu ? BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE : in create_cgroup_storage()