Home
last modified time | relevance | path

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

12

/linux/tools/bpf/bpftool/Documentation/
H 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
171 [8] ARRAY '(anon)' type_id=7 index_type_id=9 nr_elems=16
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
181 [16] VOLATILE '(anon)' type_id=17
[all …]
/linux/tools/testing/selftests/mm/
H 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()
H A Drmap.c311 TEST_F(migrate, anon) in TEST_F() argument
/linux/tools/testing/selftests/bpf/progs/
H 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()
/linux/mm/
H A Dpage_table_check.c68 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 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()
H 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()
/linux/tools/testing/selftests/user_events/
H 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()
/linux/tools/testing/selftests/prctl/
H A D.gitignore5 set-anon-vma-name-test
H A DMakefile8 disable-tsc-test set-anon-vma-name-test set-process-name
/linux/tools/perf/util/
H 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()
/linux/arch/powerpc/boot/dts/
H A Dcharon.dts15 model = "anon,charon";
16 compatible = "anon,charon";
/linux/Documentation/ABI/testing/
H A Dprocfs-smaps_rollup13 the sum of the Pss field of each type (anon, file, shmem).
/linux/Documentation/mm/
H A Dmultigen_lru.rst84 ``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/arch/s390/purgatory/
H A DMakefile24 KBUILD_CFLAGS += $(if $(CONFIG_CC_IS_CLANG),-Wno-microsoft-anon-tag)
/linux/fs/proc/
H A Dtask_mmu.c39 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()
3110 unsigned long anon; member
3149 md->anon += nr_pages; in gather_stats()
3332 if (md->anon) in show_numa_map()
3333 seq_printf(m, " anon=%lu", md->anon); in show_numa_map()
3338 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
/linux/arch/s390/
H A DMakefile38 KBUILD_CFLAGS_DECOMPRESSOR += $(if $(CONFIG_CC_IS_CLANG),-Wno-microsoft-anon-tag)
/linux/arch/arm64/kernel/vdso32/
H A DMakefile74 VDSO_CFLAGS += $(if $(CONFIG_CC_IS_CLANG),-Wno-microsoft-anon-tag)
/linux/tools/mm/
H A Dthpmaps279 anon = 'anon' if anons[index] else 'file'
280 stats[anon][align][order] += nr
/linux/drivers/firmware/efi/libstub/
H A DMakefile19 $(if $(CONFIG_CC_IS_CLANG),-Wno-gnu -Wno-microsoft-anon-tag) \
/linux/scripts/
H A DMakefile.warn34 KBUILD_CFLAGS += -Wno-microsoft-anon-tag
/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst136 Each memcg has its own vector of LRUs (inactive anon, active anon,
/linux/arch/x86/boot/compressed/
H A DMakefile41 KBUILD_CFLAGS += -Wno-microsoft-anon-tag
/linux/Documentation/filesystems/
H A Dproc.rst429 [anon:<name>] a private anonymous mapping that has been
628 mapping identifies the type (anon, file, or shmem) of all pages it contains.
672 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4
674 320621f000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
675 3206220000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
676 3206221000 default anon=1 dirty=1 N3=1 kernelpagesize_kB=4
679 3206b8a000 default file=/lib64/libc-2.12.so anon=2 dirty=2 N3=2 kernelpagesize_kB=4
680 3206b8e000 default file=/lib64/libc-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
681 3206b8f000 default anon=3 dirty=3 active=1 N3=3 kernelpagesize_kB=4
682 7f4dc10a2000 default anon=3 dirty=3 N3=3 kernelpagesize_kB=4
[all …]
/linux/arch/mips/include/asm/
H A Dsgiarcs.h73 net_peripheral, misc_peripheral, anon enumerator

12