| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 104 [1] PTR '(anon)' type_id=2 109 [4] PTR '(anon)' type_id=5 159 [1] PTR '(anon)' type_id=2 171 [5] CONST '(anon)' type_id=6 174 [8] ARRAY '(anon)' type_id=7 index_type_id=9 nr_elems=16 176 [10] RESTRICT '(anon)' type_id=11 177 [11] PTR '(anon)' type_id=12 178 [12] CONST '(anon)' type_id=13 183 [15] PTR '(anon)' type_id=16 184 [16] VOLATILE '(anon)' type_i [all...] |
| /linux/tools/testing/selftests/mm/ |
| H A D | soft-dirty.c | 136 static void test_mprotect(int pagemap_fd, int pagesize, bool anon) in test_mprotect() 138 const char *type[] = {"file", "anon"}; in test_mprotect() 143 if (anon) { in test_mprotect() 147 ksft_exit_fail_msg("anon mmap failed\n"); in test_mprotect() 165 __func__, type[anon]); in test_mprotect() 169 __func__, type[anon]); in test_mprotect() 173 __func__, type[anon]); in test_mprotect() 177 __func__, type[anon]); in test_mprotect() 181 __func__, type[anon]); in test_mprotect() 185 if (!anon) in test_mprotect() 134 test_mprotect(int pagemap_fd,int pagesize,bool anon) test_mprotect() argument [all...] |
| H A D | rmap.c | 311 TEST_F(migrate, anon) in TEST_F() argument
|
| H A D | memory-failure.c | 220 TEST_F(memory_failure, anon) 221 TEST_F(memory_failure,anon) TEST_F() argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H 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()
|
| /linux/mm/ |
| H A D | page_table_check.c | 68 bool anon; in page_table_check_clear() local 75 anon = PageAnon(page); in page_table_check_clear() 81 if (anon) { in page_table_check_clear() 103 bool anon; in page_table_check_set() local 110 anon = PageAnon(page); in page_table_check_set() 116 if (anon) { in page_table_check_set()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_kmem.c | 166 * anon + file + kernel + sock. 170 long current, anon, file, kernel, sock, sum; in test_kmem_memcg_deletion() 188 anon = cg_read_key_long(parent, "memory.stat", "anon "); in test_kmem_memcg_deletion() 192 if (current < 0 || anon < 0 || file < 0 || kernel < 0 || sock < 0) in test_kmem_memcg_deletion() 195 sum = anon + file + kernel + sock; in test_kmem_memcg_deletion() 200 printf("anon + file + kernel + sock = %ld\n", sum); in test_kmem_memcg_deletion() 201 printf("anon = %ld\n", anon); in test_kmem_memcg_deletion() 169 long current, anon, file, kernel, sock, sum; test_kmem_memcg_deletion() local
|
| H A D | test_memcontrol.c | 178 long anon, current; in alloc_anon_50M_check() 197 anon = cg_read_key_long(cgroup, "memory.stat", "anon "); in alloc_anon_50M_check() 198 if (anon < 0) in alloc_anon_50M_check() 201 if (!values_close(anon, current, 3)) in alloc_anon_50M_check() 594 "memory.low prevents from allocating anon memory\n"); in test_memcg_protection() 918 * amount of memory (from both anon and file, if possible). in test_memcg_reclaim() 946 * If swap is enabled, try to reclaim from both anon and file, else try in test_memcg_reclaim() 974 * Reclaim until current reaches 30M, this makes sure we hit both anon in test_memcg_reclaim() 175 long anon, current; alloc_anon_50M_check() local
|
| /linux/tools/testing/selftests/user_events/ |
| H 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()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_mman.c | 996 struct file *anon; in i915_gem_object_mmap() local 1006 anon = mmap_singleton(to_i915(dev)); in i915_gem_object_mmap() 1007 if (IS_ERR(anon)) { in i915_gem_object_mmap() 1009 return PTR_ERR(anon); in i915_gem_object_mmap() 1022 vma_set_file(vma, anon); in i915_gem_object_mmap() 1024 fput(anon); in i915_gem_object_mmap()
|
| /linux/tools/testing/selftests/prctl/ |
| H A D | .gitignore | 5 set-anon-vma-name-test
|
| H A D | Makefile | 8 disable-tsc-test set-anon-vma-name-test set-process-name
|
| /linux/tools/perf/util/ |
| H 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()
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | charon.dts | 15 model = "anon,charon"; 16 compatible = "anon,charon";
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 84 ``lrugen->max_seq`` for both anon and file types as they are aged on 86 ``lrugen->min_seq[]`` separately for anon and file types as clean file 105 from anon and file types and decides which tiers from which types to 107 between anon and file types proportional to the swappiness level. 214 (PID) controller monitors refaults over anon and file types and
|
| /linux/Documentation/ABI/testing/ |
| H A D | procfs-smaps_rollup | 13 the sum of the Pss field of each type (anon, file, shmem).
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Makefile | 60 -Wno-microsoft-anon-tag \
|
| /linux/fs/proc/ |
| H A D | task_mmu.c | 39 unsigned long text, lib, swap, anon, file, shmem; in task_mem() local 42 anon = get_mm_counter_sum(mm, MM_ANONPAGES); in task_mem() 56 hiwater_rss = total_rss = anon + file + shmem; in task_mem() 72 SEQ_PUT_DEC(" kB\nRssAnon:\t", anon); in task_mem() 398 * If user named this anon shared memory via in get_vma_name() 436 *name_fmt = "[anon:%s]"; in get_vma_name() 2200 * Bit 61 page is file-page or shared-anon 3122 unsigned long anon; member 3161 md->anon += nr_pages; in gather_stats() 3344 if (md->anon) in show_numa_map() [all...] |
| /linux/arch/s390/ |
| H A D | Makefile | |
| /linux/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | |
| /linux/scripts/ |
| H A D | Makefile.warn | |
| /linux/tools/mm/ |
| H A D | thpmaps | 279 anon = 'anon' if anons[index] else 'file' 280 stats[anon][align][order] += nr
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 136 Each memcg has its own vector of LRUs (inactive anon, active anon,
|
| /linux/arch/x86/boot/compressed/ |
| H A D | Makefile | |
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 96 -Wno-microsoft-anon-tag \
|