Searched refs:oldlenp (Results 1 - 20 of 20) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dctl.h73 int ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp,
79 size_t *oldlenp, void *newp, size_t newlen);
85 #define xmallctl(name, oldp, oldlenp, newp, newlen) do { \
86 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
103 #define xmallctlbymib(mib, miblen, oldp, oldlenp, newp, newlen) do { \
104 if (je_mallctlbymib(mib, miblen, oldp, oldlenp, newp, \
/external/ltp/testcases/kernel/syscalls/sysctl/
H A Dsysctl04.c62 int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, argument
66 { name, nlen, oldval, oldlenp, newval, newlen };
H A Dsysctl05.c64 int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, argument
68 { name, nlen, oldval, oldlenp, newval, newlen };
H A Dsysctl01.c61 static int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, argument
65 { name, nlen, oldval, oldlenp, newval, newlen };
H A Dsysctl03.c81 int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, argument
85 { name, nlen, oldval, oldlenp, newval, newlen };
/external/jemalloc/src/
H A Dctl.c46 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
915 ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, argument
936 ret = node->ctl(tsd, mib, depth, oldp, oldlenp, newp, newlen);
963 size_t *oldlenp, void *newp, size_t newlen)
1001 ret = node->ctl(tsd, mib, miblen, oldp, oldlenp, newp, newlen);
1055 if (oldp != NULL || oldlenp != NULL) { \
1062 if ((oldp != NULL && oldlenp != NULL) && (newp != NULL || \
1070 if (oldp != NULL && oldlenp != NULL) { \
1071 if (*oldlenp != sizeof(t)) { \
1072 size_t copylen = (sizeof(t) <= *oldlenp) \
962 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1240 epoch_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1309 thread_arena_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1366 thread_tcache_enabled_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1391 thread_tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1410 thread_prof_name_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1440 thread_prof_active_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1470 tcache_create_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1492 tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1516 tcache_destroy_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1583 arena_i_purge_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1598 arena_i_decay_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1613 arena_i_reset_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1647 arena_i_dss_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1703 arena_i_lg_dirty_mult_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1738 arena_i_decay_time_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1773 arena_i_chunk_hooks_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1824 arenas_narenas_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1846 arenas_initialized_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1872 arenas_lg_dirty_mult_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1898 arenas_decay_time_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1964 arenas_extend_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1988 prof_thread_active_init_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2014 prof_active_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2039 prof_dump_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2062 prof_gdump_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2087 prof_reset_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
[all...]
H A Djemalloc.c2703 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, argument
2714 ret = ctl_byname(tsd, name, oldp, oldlenp, newp, newlen);
2736 je_mallctlbymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, argument
2747 ret = ctl_bymib(tsd, mib, miblen, oldp, oldlenp, newp, newlen);
/external/jemalloc/include/jemalloc/
H A Djemalloc_protos.h45 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
49 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
H A Djemalloc_protos_jet.h45 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
49 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
H A Djemalloc_protos.h.in45 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
49 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
H A Djemalloc.h239 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
243 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
/external/strace/
H A Dsysctl.c64 info.oldlenp, info.newval, (unsigned long)info.newlen);
171 } else if (umove(tcp, ptr_to_kulong(info.oldlenp), &oldlen) >= 0
/external/valgrind/include/
H A Dpub_tool_libcproc.h75 extern Int VG_(sysctl) ( Int *name, UInt namelen, void *oldp, SizeT *oldlenp, void *newp, SizeT newlen );
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4267 UWord oldp, UWord oldlenp,
4270 if (oldlenp) {
4271 // writes *oldlenp
4272 PRE_MEM_WRITE("sysctl(oldlenp)", oldlenp, sizeof(size_t));
4274 // also reads *oldlenp, and writes up to oldp[0..(*oldlenp)-1]
4275 PRE_MEM_READ("sysctl(oldlenp)", oldlenp, sizeof(size_t));
4276 PRE_MEM_WRITE("sysctl(oldp)", oldp, *(size_t*)oldlenp);
4262 common_PRE_sysctl( ThreadId tid, SyscallStatus* status, UWord* flags, Bool is_kern_dot_userstack, UWord oldp, UWord oldlenp, UWord newp, UWord newlen ) argument
4330 UWord oldlenp = ARG4; local
4367 UWord oldlenp = ARG4; local
9641 UWord oldlenp = ARG4; local
9674 UWord oldlenp = ARG4; local
[all...]
H A Dsyswrap-linux.c1361 if (args->oldlenp != NULL) {
1362 PRE_MEM_READ("sysctl(oldlenp)", (Addr)args->oldlenp, sizeof(*args->oldlenp));
1363 PRE_MEM_WRITE("sysctl(oldval)", (Addr)args->oldval, *args->oldlenp);
1370 if (args->oldlenp != NULL) {
1371 POST_MEM_WRITE((Addr)args->oldlenp, sizeof(*args->oldlenp));
1372 POST_MEM_WRITE((Addr)args->oldval, 1 + *args->oldlenp);
/external/kernel-headers/original/uapi/linux/
H A Dsysctl.h39 size_t __user *oldlenp; member in struct:__sysctl_args
/external/valgrind/coregrind/
H A Dm_libcproc.c586 Int VG_(sysctl)(Int *name, UInt namelen, void *oldp, SizeT *oldlenp, void *newp, SizeT newlen) argument
591 (UWord)name, namelen, (UWord)oldp, (UWord)oldlenp, (UWord)newp, newlen);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h150 uptr *oldlenp; member in struct:__sanitizer::__sanitizer___sysctl_args
H A Dsanitizer_platform_limits_posix.cc1080 CHECK_SIZE_AND_OFFSET(__sysctl_args, oldlenp);
/external/valgrind/include/vki/
H A Dvki-linux.h1439 vki_size_t __user *oldlenp; member in struct:__vki_sysctl_args

Completed in 610 milliseconds