Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst82 [1] PTR '(anon)' type_id=2
87 [4] PTR '(anon)' type_id=5
137 [1] PTR '(anon)' type_id=2
149 [5] CONST '(anon)' type_id=6
152 [8] ARRAY '(anon)' type_id=7 index_type_id=9 nr_elems=16
154 [10] RESTRICT '(anon)' type_id=11
155 [11] PTR '(anon)' type_id=12
156 [12] CONST '(anon)' type_id=13
161 [15] PTR '(anon)' type_id=16
162 [16] VOLATILE '(anon)' type_id=17
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_kmem.c165 long current, slab, anon, file, kernel_stack, sum; in test_kmem_memcg_deletion() local
184 anon = cg_read_key_long(parent, "memory.stat", "anon "); in test_kmem_memcg_deletion()
187 if (current < 0 || slab < 0 || anon < 0 || file < 0 || in test_kmem_memcg_deletion()
191 sum = slab + anon + file + kernel_stack; in test_kmem_memcg_deletion()
198 printf("anon = %ld\n", anon); in test_kmem_memcg_deletion()
H A Dtest_memcontrol.c93 long anon, current; in alloc_anon_50M_check() local
107 anon = cg_read_key_long(cgroup, "memory.stat", "anon "); in alloc_anon_50M_check()
108 if (anon < 0) in alloc_anon_50M_check()
111 if (!values_close(anon, current, 3)) in alloc_anon_50M_check()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/strace/strace/
H A D0001-landlock-update-expected-string.patch19 Make the name of the anon inode fd "[landlock-ruleset]" instead of
20 "landlock-ruleset". This is minor but most anon inode fds already
33 For the sake of consistency lets do the same for the landlock-ruleset anon
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_quota2.c174 q2_new_counter(const struct xt_quota_mtinfo2 *q, bool anon) in q2_new_counter() argument
180 size = anon ? offsetof(typeof(*e), list) : sizeof(*e); in q2_new_counter()
187 if (!anon) { in q2_new_counter()
/OK3568_Linux_fs/buildroot/package/odb/
H A D0011-Adjust-to-changes-in-GCC-10.patch56 ts << "start anon/stub " << gcc_tree_code_name(tc) << " at "
65 ts << "start anon/stub " << gcc_tree_code_name(tc) << " at "
H A D0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch217 ts << "start anon/stub " << gcc_tree_code_name(tc) << " at "
226 ts << "start anon/stub " << gcc_tree_code_name(tc) << " at "
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c847 struct file *anon; in i915_gem_mmap() local
879 anon = mmap_singleton(to_i915(dev)); in i915_gem_mmap()
880 if (IS_ERR(anon)) { in i915_gem_mmap()
882 return PTR_ERR(anon); in i915_gem_mmap()
897 vma->vm_file = anon; in i915_gem_mmap()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dcharon.dts15 model = "anon,charon";
16 compatible = "anon,charon";
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c32 unsigned long text, lib, swap, anon, file, shmem; in task_mem() local
35 anon = get_mm_counter(mm, MM_ANONPAGES); in task_mem()
49 hiwater_rss = total_rss = anon + file + shmem; in task_mem()
65 SEQ_PUT_DEC(" kB\nRssAnon:\t", anon); in task_mem()
1787 unsigned long anon; member
1820 md->anon += nr_pages; in gather_stats()
1996 if (md->anon) in show_numa_map()
1997 seq_printf(m, " anon=%lu", md->anon); in show_numa_map()
2002 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-core/images/
H A Dinitramfs-kexecboot-image.bb5 # an assignment to IMAGE_FSTYPES so we need anon python
H A Dinitramfs-debug-image.bb15 # an assignment to IMAGE_FSTYPES so we need anon python
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmap.c142 int anon, no_dso, vdso, android; in map__new() local
145 anon = is_anon_memory(filename) || flags & MAP_HUGETLB; in map__new()
152 if ((anon || no_dso) && nsi && (prot & PROT_EXEC)) { in map__new()
184 if (anon || no_dso) { in map__new()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dprocfs-smaps_rollup13 the sum of the Pss field of each type (anon, file, shmem).
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/
H A D0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch96 + * int *y = &s->b[5]; // encoded as "0:1:0:5" (anon struct is field #1,
97 + * // b is field #0 inside anon struct, accessing elem #5)
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Drun_vmtests151 ./userfaultfd anon 128 32
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst189 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted.
548 anon page(RSS) or cache page(Page Cache) to the cgroup.
553 writeback # of bytes of file/anon cache that are queued for syncing to
647 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable"
655 anon=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ...
656 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ...
659 The "total" count is sum of file + anon + unevictable.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst432 [anon:<name>] an anonymous mapping that has been
589 mapping identifies the type (anon, file, or shmem) of all pages it contains.
633 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4
635 320621f000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
636 3206220000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
637 3206221000 default anon=1 dirty=1 N3=1 kernelpagesize_kB=4
640 3206b8a000 default file=/lib64/libc-2.12.so anon=2 dirty=2 N3=2 kernelpagesize_kB=4
641 3206b8e000 default file=/lib64/libc-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
642 3206b8f000 default anon=3 dirty=3 active=1 N3=3 kernelpagesize_kB=4
643 7f4dc10a2000 default anon=3 dirty=3 N3=3 kernelpagesize_kB=4
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsgiarcs.h73 net_peripheral, misc_peripheral, anon enumerator
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dpagemap.rst25 * Bit 61 page is file-page or shared-anon (since 3.5)
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2682 unsigned long vm_flags, struct anon_vma *anon, struct file *file,
2688 unsigned long vm_flags, struct anon_vma *anon, struct file *file, in vma_merge() argument
2692 return __vma_merge(mm, prev, addr, end, vm_flags, anon, file, off, in vma_merge()
/OK3568_Linux_fs/kernel/mm/
H A Dvmscan.c2838 unsigned long free, anon; in shrink_node() local
2858 anon = node_page_state(pgdat, NR_INACTIVE_ANON); in shrink_node()
2863 anon >> sc->priority; in shrink_node()
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c3275 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns, bool anon) in alloc_mnt_ns() argument
3290 if (!anon) { in alloc_mnt_ns()
3299 if (!anon) in alloc_mnt_ns()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-config.txt511 # Samples: 7K of event 'anon group { ref-cycles, cycles }'

12