Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst100 [1] PTR '(anon)' type_id=2
105 [4] PTR '(anon)' type_id=5
155 [1] PTR '(anon)' type_id=2
167 [5] CONST '(anon)' type_id=6
172 [10] RESTRICT '(anon)' type_id=11
173 [11] PTR '(anon)' type_id=12
174 [12] CONST '(anon)' type_id=13
179 [15] PTR '(anon)' type_id=16
208 [86] PTR '(anon)' type_id=87
215 [86] PTR '(anon)' type_id=87
[all …]
H A Dbpftool-gen.rst389 [2] CONST '(anon)' type_id=1
390 [3] VOLATILE '(anon)' type_id=1
391 [4] ARRAY '(anon)' type_id=1 index_type_id=21 nr_elems=2
392 [5] PTR '(anon)' type_id=8
393 [6] CONST '(anon)' type_id=5
395 [8] CONST '(anon)' type_id=7
403 [1] PTR '(anon)' type_id=2
427 [4] ARRAY '(anon)' type_id=5 index_type_id=8 nr_elems=6
430 [7] PTR '(anon)' type_id=3
/openbmc/linux/tools/testing/selftests/mm/
H A Dsoft-dirty.c127 static void test_mprotect(int pagemap_fd, int pagesize, bool anon) in test_mprotect() argument
134 if (anon) { in test_mprotect()
156 __func__, type[anon]); in test_mprotect()
160 __func__, type[anon]); in test_mprotect()
164 __func__, type[anon]); in test_mprotect()
168 __func__, type[anon]); in test_mprotect()
172 __func__, type[anon]); in test_mprotect()
176 if (!anon) in test_mprotect()
/openbmc/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()
/openbmc/linux/mm/
H A Dpage_table_check.c68 bool anon; in page_table_check_clear() local
80 anon = PageAnon(page); in page_table_check_clear()
85 if (anon) { in page_table_check_clear()
108 bool anon; in page_table_check_set() local
120 anon = PageAnon(page); in page_table_check_set()
125 if (anon) { in page_table_check_set()
/openbmc/qemu/tests/qapi-schema/
H A Dargs-boxed-anon.err1 args-boxed-anon.json: In command 'foo':
2 args-boxed-anon.json:2: 'data' should be a type name
/openbmc/qemu/tests/qemu-iotests/
H A D186.out9 /machine/peripheral-anon/device[1]: [not inserted]
10 Attached to: /machine/peripheral-anon/device[N]
25 /machine/peripheral-anon/device[1]: [not inserted]
26 Attached to: /machine/peripheral-anon/device[N]
41 /machine/peripheral-anon/device[1]: [not inserted]
42 Attached to: /machine/peripheral-anon/device[N]
61 Attached to: /machine/peripheral-anon/device[N]
77 Attached to: /machine/peripheral-anon/device[N]
109 Attached to: /machine/peripheral-anon/device[N]
127 Attached to: /machine/peripheral-anon/device[N]
[all …]
H A D172.out418 Attached to: /machine/peripheral-anon/device[N]
457 Attached to: /machine/peripheral-anon/device[N]
510 Attached to: /machine/peripheral-anon/device[N]
515 Attached to: /machine/peripheral-anon/device[N]
582 Attached to: /machine/peripheral-anon/device[N]
640 Attached to: /machine/peripheral-anon/device[N]
698 Attached to: /machine/peripheral-anon/device[N]
756 Attached to: /machine/peripheral-anon/device[N]
823 Attached to: /machine/peripheral-anon/device[N]
881 Attached to: /machine/peripheral-anon/device[N]
[all …]
/openbmc/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.c97 long anon, current; in alloc_anon_50M_check() local
116 anon = cg_read_key_long(cgroup, "memory.stat", "anon "); in alloc_anon_50M_check()
117 if (anon < 0) in alloc_anon_50M_check()
120 if (!values_close(anon, current, 3)) in alloc_anon_50M_check()
/openbmc/qemu/docs/interop/
H A Dvirtio-balloon-stats.rst67 which generates ``/machine/peripheral-anon/device[1]`` as the QOM path for
73 "arguments": { "path": "/machine/peripheral-anon/device[1]",
81 "arguments": { "path": "/machine/peripheral-anon/device[1]",
89 "arguments": { "path": "/machine/peripheral-anon/device[1]",
108 "arguments": { "path": "/machine/peripheral-anon/device[1]",
/openbmc/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c393 void *anon; in TEST_F() local
401 anon = mmap(NULL, l, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in TEST_F()
402 ASSERT_NE(MAP_FAILED, anon); in TEST_F()
406 io[1].iov_base = anon; in TEST_F()
421 ASSERT_EQ(0, madvise(anon, l, MADV_DONTNEED)); in TEST_F()
423 ASSERT_EQ(0, munmap(anon, l)); in TEST_F()
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst58 "qom-path": "/machine/peripheral-anon/device[0]",
73 "qom-path": "/machine/peripheral-anon/device[1]",
88 "qom-path": "/machine/peripheral-anon/device[2]",
/openbmc/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
/openbmc/openbmc/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
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c988 struct file *anon; in i915_gem_object_mmap() local
998 anon = mmap_singleton(to_i915(dev)); in i915_gem_object_mmap()
999 if (IS_ERR(anon)) { in i915_gem_object_mmap()
1001 return PTR_ERR(anon); in i915_gem_object_mmap()
1014 vma_set_file(vma, anon); in i915_gem_object_mmap()
1016 fput(anon); in i915_gem_object_mmap()
/openbmc/linux/tools/perf/util/
H A Dmap.c132 int anon, no_dso, vdso, android; in map__new() local
135 anon = is_anon_memory(filename) || flags & MAP_HUGETLB; in map__new()
142 if ((anon || no_dso) && nsi && (prot & PROT_EXEC)) { in map__new()
174 if (anon || no_dso) { in map__new()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dcharon.dts15 model = "anon,charon";
16 compatible = "anon,charon";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Do-not-use-Werror-with-clang.patch24 …-compat-pedantic -Wno-c++11-long-long -Wno-padded -Wno-gnu-anonymous-struct -Wno-nested-anon-types)
/openbmc/linux/Documentation/ABI/testing/
H A Dprocfs-smaps_rollup13 the sum of the Pss field of each type (anon, file, shmem).
/openbmc/linux/fs/proc/
H A Dtask_mmu.c33 unsigned long text, lib, swap, anon, file, shmem; in task_mem() local
36 anon = get_mm_counter(mm, MM_ANONPAGES); in task_mem()
50 hiwater_rss = total_rss = anon + file + shmem; in task_mem()
66 SEQ_PUT_DEC(" kB\nRssAnon:\t", anon); in task_mem()
1780 unsigned long anon; member
1813 md->anon += nr_pages; in gather_stats()
1990 if (md->anon) in show_numa_map()
1991 seq_printf(m, " anon=%lu", md->anon); in show_numa_map()
1996 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
/openbmc/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
/openbmc/qemu/crypto/
H A Dtrace-events8 qcrypto_tls_creds_anon_load(void *creds, const char *dir) "TLS creds anon load creds=%p dir=%s"

12