Home
last modified time | relevance | path

Searched refs:newp (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dctl.h94 void *newp, size_t newlen);
98 size_t *oldlenp, void *newp, size_t newlen);
104 #define xmallctl(name, oldp, oldlenp, newp, newlen) do { \ argument
105 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
122 #define xmallctlbymib(mib, miblen, oldp, oldlenp, newp, newlen) do { \ argument
123 if (je_mallctlbymib(mib, miblen, oldp, oldlenp, newp, \
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c1504 if (newp != NULL) { in CTL_RO_NL_GEN()
1528 if (newp == NULL) { in background_thread_ctl()
1586 if (newp == NULL) { in max_background_threads_ctl()
1764 if (newp != NULL) { in CTL_TSD_RO_NL_CGEN()
1809 if (newp != NULL) { in thread_prof_name_ctl()
1840 if (newp != NULL) { in thread_prof_active_ctl()
2215 if (newp != NULL) { in arena_i_decay_ms_ctl_impl()
2394 if (newp != NULL) { in arenas_decay_ms_ctl_impl()
2518 if (newp != NULL) { in prof_thread_active_init_ctl()
2545 if (newp != NULL) { in prof_active_ctl()
[all …]
H A Djemalloc.c3054 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, in je_mallctl() argument
3068 ret = ctl_byname(tsd, name, oldp, oldlenp, newp, newlen); in je_mallctl()
3097 void *newp, size_t newlen) { in je_mallctlbymib() argument
3110 ret = ctl_bymib(tsd, mib, miblen, oldp, oldlenp, newp, newlen); in je_mallctlbymib()
/f-stack/freebsd/libkern/
H A Dfnmatch.c59 char *newp; in fnmatch() local
123 switch (rangematch(pattern, *string, flags, &newp)) { in fnmatch()
127 pattern = newp; in fnmatch()
159 rangematch(const char *pattern, char test, int flags, char **newp) in rangematch() argument
213 *newp = (char *)(uintptr_t)pattern; in rangematch()
/f-stack/tools/compat/
H A Dfnmatch.c82 char *newp; in fnmatch() local
146 switch (rangematch(pattern, *string, flags, &newp)) { in fnmatch()
150 pattern = newp; in fnmatch()
182 rangematch(const char *pattern, char test, int flags, char **newp) in rangematch() argument
236 *newp = (char *)(uintptr_t)pattern; in rangematch()
H A Dsysctlbyname.c21 const void *newp, size_t newlen) in sysctlbyname() argument
29 return (sysctl(real_oid, oidlen, oldp, oldlenp, newp, newlen)); in sysctlbyname()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_strings.c170 zed_strings_node_t *newp, *oldp; in zed_strings_add() local
179 newp = _zed_strings_node_create(key, s); in zed_strings_add()
180 if (!newp) in zed_strings_add()
183 oldp = avl_find(&zsp->tree, newp, NULL); in zed_strings_add()
188 avl_add(&zsp->tree, newp); in zed_strings_add()
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2775 assert(!newp || chunk_is_mmapped(mem2chunk(newp)) || in public_rEALLOc()
2777 return newp; in public_rEALLOc()
3571 newp = oldp; in _int_realloc()
3595 newp = oldp; in _int_realloc()
3611 if (newp == next) { in _int_realloc()
3613 newp = oldp; in _int_realloc()
3669 set_head_size(newp, nb ); in _int_realloc()
3679 return chunk2mem(newp); in _int_realloc()
3758 newp = (mchunkptr)brk; in _int_memalign()
3767 return chunk2mem(newp); in _int_memalign()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dlistpack.h49 …ed char *lp, unsigned char *ele, uint32_t size, unsigned char *p, int where, unsigned char **newp);
51 unsigned char *lpDelete(unsigned char *lp, unsigned char *p, unsigned char **newp);
H A Dlistpack.c595 …d char *lp, unsigned char *ele, uint32_t size, unsigned char *p, int where, unsigned char **newp) { in lpInsert() argument
682 if (newp) { in lpInsert()
683 *newp = dst; in lpInsert()
686 if (!ele && dst[0] == LP_EOF) *newp = NULL; in lpInsert()
721 if (newp) { in lpInsert()
722 unsigned long offset = (*newp)-oldlp; in lpInsert()
723 *newp = lp + offset; in lpInsert()
746 unsigned char *lpDelete(unsigned char *lp, unsigned char *p, unsigned char **newp) { in lpDelete() argument
747 return lpInsert(lp,NULL,0,p,LP_REPLACE,newp); in lpDelete()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c480 VCHIQ_THREAD_T newp; in vchiq_thread_create() local
498 newp = NULL; in vchiq_thread_create()
499 if (kproc_create(kthread_wrapper, (void*)slot, &newp, 0, 0, in vchiq_thread_create()
502 newp = NULL; in vchiq_thread_create()
507 return newp; in vchiq_thread_create()
/f-stack/freebsd/netinet/libalias/
H A Dalias_util.c154 DifferentialChecksum(u_short * cksum, void *newp, void *oldp, int n) in DifferentialChecksum() argument
158 u_short *new = newp; in DifferentialChecksum()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
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);
/f-stack/tools/libxo/libxo/
H A Dlibxo.c4875 newp->xoc_col_fg = fg; in xo_colors_update()
4880 newp->xoc_col_bg = bg; in xo_colors_update()
4972 if (!(newp->xoc_effects & bit)) in xo_colors_handle_html()
6015 for (newp = fields, outp = tmp; newp->xfi_ftype; newp++, outp++) { in xo_gettext_rewrite_fields()
6016 switch (newp->xfi_ftype) { in xo_gettext_rewrite_fields()
6021 *outp = *newp; in xo_gettext_rewrite_fields()
6028 *outp = *newp; in xo_gettext_rewrite_fields()
6061 for (newp = new_fields; newp->xfi_ftype; newp++) { in xo_gettext_combine_formats()
6062 switch (newp->xfi_ftype) { in xo_gettext_combine_formats()
6099 newp->xfi_clen, newp->xfi_content, in xo_gettext_combine_formats()
[all …]
/f-stack/lib/
H A Dff_api.h63 const void *newp, size_t newlen);
H A Dff_syscall_wrapper.c1107 const void *newp, size_t newlen) in ff_sysctl() argument
1113 1, __DECONST(void *, newp), newlen, &retval, 0); in ff_sysctl()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c576 struct proc *newp; in bcm2835_audio_create_worker() local
579 if (kproc_create(bcm2835_audio_worker, (void*)sc, &newp, 0, 0, in bcm2835_audio_create_worker()
/f-stack/freebsd/netinet6/
H A Dnd6_rtr.c1356 struct nd_prefix **newp) in nd6_prelist_add() argument
1365 refcount_init(&new->ndpr_refcnt, newp != NULL ? 2 : 1); in nd6_prelist_add()
1408 if (newp != NULL) in nd6_prelist_add()
1409 *newp = new; in nd6_prelist_add()
/f-stack/doc/
H A DF-Stack_API_Reference.md40 const void *newp, size_t newlen);
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c3815 bool newp) in mlx5_tx_able_to_empw() argument
3818 if (newp && in mlx5_tx_able_to_empw()
3823 if (newp && in mlx5_tx_able_to_empw()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c450 void *newp; in safe_realloc() local
451 if ((newp = realloc(data, size)) == NULL) { in safe_realloc()
456 return (newp); in safe_realloc()