Home
last modified time | relevance | path

Searched refs:anon (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/mm/
A Dsoft-dirty.c134 static void test_mprotect(int pagemap_fd, int pagesize, bool anon) in test_mprotect() argument
141 if (anon) { in test_mprotect()
163 __func__, type[anon]); in test_mprotect()
167 __func__, type[anon]); in test_mprotect()
171 __func__, type[anon]); in test_mprotect()
175 __func__, type[anon]); in test_mprotect()
179 __func__, type[anon]); in test_mprotect()
183 if (!anon) in test_mprotect()
A Drun_vmtests.sh324 CATEGORY="userfaultfd" run_test ${uffd_stress_bin} anon 20 16
A Dguard-regions.c59 FIXTURE_VARIANT_ADD(guard_regions, anon) in FIXTURE_VARIANT_ADD() argument
/tools/testing/selftests/bpf/progs/
A Dtest_core_reloc_enumval.c50 anon_enum anon = 0; in test_core_enumval() local
56 out->anon_val1_exists = bpf_core_enum_value_exists(anon, ANON_ENUM_VAL1); in test_core_enumval()
64 out->anon_val1 = bpf_core_enum_value(anon, ANON_ENUM_VAL1); in test_core_enumval()
65 out->anon_val2 = bpf_core_enum_value(anon, ANON_ENUM_VAL2); in test_core_enumval()
/tools/bpf/bpftool/Documentation/
A Dbpftool-btf.rst101 [1] PTR '(anon)' type_id=2
106 [4] PTR '(anon)' type_id=5
156 [1] PTR '(anon)' type_id=2
168 [5] CONST '(anon)' type_id=6
173 [10] RESTRICT '(anon)' type_id=11
174 [11] PTR '(anon)' type_id=12
175 [12] CONST '(anon)' type_id=13
180 [15] PTR '(anon)' type_id=16
209 [86] PTR '(anon)' type_id=87
216 [86] PTR '(anon)' type_id=87
[all …]
A Dbpftool-gen.rst413 [2] CONST '(anon)' type_id=1
414 [3] VOLATILE '(anon)' type_id=1
415 [4] ARRAY '(anon)' type_id=1 index_type_id=21 nr_elems=2
416 [5] PTR '(anon)' type_id=8
417 [6] CONST '(anon)' type_id=5
419 [8] CONST '(anon)' type_id=7
427 [1] PTR '(anon)' type_id=2
451 [4] ARRAY '(anon)' type_id=5 index_type_id=8 nr_elems=6
454 [7] PTR '(anon)' type_id=3
/tools/testing/selftests/cgroup/
A Dtest_kmem.c169 long current, anon, file, kernel, sock, sum; in test_kmem_memcg_deletion() local
187 anon = cg_read_key_long(parent, "memory.stat", "anon "); in test_kmem_memcg_deletion()
191 if (current < 0 || anon < 0 || file < 0 || kernel < 0 || sock < 0) in test_kmem_memcg_deletion()
194 sum = anon + file + kernel + sock; in test_kmem_memcg_deletion()
200 printf("anon = %ld\n", anon); in test_kmem_memcg_deletion()
A Dtest_memcontrol.c175 long anon, current; in alloc_anon_50M_check() local
194 anon = cg_read_key_long(cgroup, "memory.stat", "anon "); in alloc_anon_50M_check()
195 if (anon < 0) in alloc_anon_50M_check()
198 if (!values_close(anon, current, 3)) in alloc_anon_50M_check()
/tools/testing/selftests/prctl/
A D.gitignore5 set-anon-vma-name-test
A DMakefile8 disable-tsc-test set-anon-vma-name-test set-process-name
/tools/testing/selftests/user_events/
A Dftrace_test.c401 void *anon; in TEST_F() local
409 anon = mmap(NULL, l, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in TEST_F()
410 ASSERT_NE(MAP_FAILED, anon); in TEST_F()
414 io[1].iov_base = anon; in TEST_F()
429 ASSERT_EQ(0, madvise(anon, l, MADV_DONTNEED)); in TEST_F()
431 ASSERT_EQ(0, munmap(anon, l)); in TEST_F()
/tools/perf/util/
A Dmap.c136 int anon, no_dso, vdso, android; in map__new() local
139 anon = is_anon_memory(filename) || flags & MAP_HUGETLB; in map__new()
144 if ((anon || no_dso) && nsi && (prot & PROT_EXEC)) { in map__new()
177 if (anon || no_dso) { in map__new()
/tools/mm/
A Dthpmaps279 anon = 'anon' if anons[index] else 'file'
280 stats[anon][align][order] += nr
/tools/perf/Documentation/
A Dperf-config.txt542 # Samples: 7K of event 'anon group { ref-cycles, cycles }'

Completed in 23 milliseconds