Searched refs:anon (Results 1 – 14 of 14) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | soft-dirty.c | 134 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 D | run_vmtests.sh | 324 CATEGORY="userfaultfd" run_test ${uffd_stress_bin} anon 20 16
|
| A D | guard-regions.c | 59 FIXTURE_VARIANT_ADD(guard_regions, anon) in FIXTURE_VARIANT_ADD() argument
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_core_reloc_enumval.c | 50 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 D | bpftool-btf.rst | 101 [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 D | bpftool-gen.rst | 413 [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 D | test_kmem.c | 169 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 D | test_memcontrol.c | 175 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 | .gitignore | 5 set-anon-vma-name-test
|
| A D | Makefile | 8 disable-tsc-test set-anon-vma-name-test set-process-name
|
| /tools/testing/selftests/user_events/ |
| A D | ftrace_test.c | 401 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 D | map.c | 136 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 D | thpmaps | 279 anon = 'anon' if anons[index] else 'file' 280 stats[anon][align][order] += nr
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 542 # Samples: 7K of event 'anon group { ref-cycles, cycles }'
|
Completed in 23 milliseconds