Home
last modified time | relevance | path

Searched refs:TUNABLE_CALLBACK (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ !
Delision-conf.c72 TUNABLE_CALLBACK (set_elision_enable) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
86 TUNABLE_CALLBACK (set_elision_ ## __name) (tunable_val_t *valp) \
109 TUNABLE_CALLBACK (set_elision_enable)); in __lll_elision_init()
111 TUNABLE_CALLBACK (set_elision_skip_lock_busy)); in __lll_elision_init()
113 TUNABLE_CALLBACK (set_elision_skip_lock_internal_abort)); in __lll_elision_init()
115 TUNABLE_CALLBACK (set_elision_skip_lock_out_of_tbegin_retries)); in __lll_elision_init()
117 TUNABLE_CALLBACK (set_elision_try_tbegin)); in __lll_elision_init()
119 TUNABLE_CALLBACK (set_elision_skip_trylock_internal_abort)); in __lll_elision_init()
/glibc-2.36/sysdeps/unix/sysv/linux/s390/ !
Delision-conf.c71 TUNABLE_CALLBACK (set_elision_enable) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
85 TUNABLE_CALLBACK (set_elision_ ## __name) (tunable_val_t *valp) \
108 TUNABLE_CALLBACK (set_elision_enable)); in __lll_elision_init()
110 TUNABLE_CALLBACK (set_elision_skip_lock_busy)); in __lll_elision_init()
112 TUNABLE_CALLBACK (set_elision_skip_lock_internal_abort)); in __lll_elision_init()
114 TUNABLE_CALLBACK (set_elision_skip_lock_out_of_tbegin_retries)); in __lll_elision_init()
116 TUNABLE_CALLBACK (set_elision_try_tbegin)); in __lll_elision_init()
118 TUNABLE_CALLBACK (set_elision_skip_trylock_internal_abort)); in __lll_elision_init()
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ !
Delision-conf.c67 TUNABLE_CALLBACK (set_elision_enable) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
80 TUNABLE_CALLBACK (set_elision_ ## __name) (tunable_val_t *valp) \
102 TUNABLE_CALLBACK (set_elision_enable)); in __lll_elision_init()
104 TUNABLE_CALLBACK (set_elision_skip_lock_busy)); in __lll_elision_init()
106 TUNABLE_CALLBACK (set_elision_skip_lock_internal_abort)); in __lll_elision_init()
108 TUNABLE_CALLBACK (set_elision_retry_try_xbegin)); in __lll_elision_init()
110 TUNABLE_CALLBACK (set_elision_skip_trylock_internal_abort)); in __lll_elision_init()
/glibc-2.36/nptl/ !
Dpthread_mutex_conf.c37 TUNABLE_CALLBACK (set_mutex_spin_count) (tunable_val_t *valp) in libc_hidden_data_def()
43 TUNABLE_CALLBACK (set_stack_cache_size) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
52 TUNABLE_CALLBACK (set_mutex_spin_count)); in __pthread_tunables_init()
54 TUNABLE_CALLBACK (set_stack_cache_size)); in __pthread_tunables_init()
/glibc-2.36/malloc/ !
Darena.c246 TUNABLE_CALLBACK (__name) (tunable_val_t *valp) \
352 TUNABLE_GET (top_pad, size_t, TUNABLE_CALLBACK (set_top_pad)); in ptmalloc_init()
353 TUNABLE_GET (perturb, int32_t, TUNABLE_CALLBACK (set_perturb_byte)); in ptmalloc_init()
354 TUNABLE_GET (mmap_threshold, size_t, TUNABLE_CALLBACK (set_mmap_threshold)); in ptmalloc_init()
355 TUNABLE_GET (trim_threshold, size_t, TUNABLE_CALLBACK (set_trim_threshold)); in ptmalloc_init()
356 TUNABLE_GET (mmap_max, int32_t, TUNABLE_CALLBACK (set_mmaps_max)); in ptmalloc_init()
357 TUNABLE_GET (arena_max, size_t, TUNABLE_CALLBACK (set_arena_max)); in ptmalloc_init()
358 TUNABLE_GET (arena_test, size_t, TUNABLE_CALLBACK (set_arena_test)); in ptmalloc_init()
360 TUNABLE_GET (tcache_max, size_t, TUNABLE_CALLBACK (set_tcache_max)); in ptmalloc_init()
361 TUNABLE_GET (tcache_count, size_t, TUNABLE_CALLBACK (set_tcache_count)); in ptmalloc_init()
[all …]
Dmalloc-check.c381 TUNABLE_CALLBACK (set_mallopt_check) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
396 TUNABLE_GET (check, int32_t, TUNABLE_CALLBACK (set_mallopt_check)); in initialize_malloc_check()
/glibc-2.36/sysdeps/x86/ !
Dcpu-features.c27 extern void TUNABLE_CALLBACK (set_hwcaps) (tunable_val_t *)
31 extern void TUNABLE_CALLBACK (set_x86_ibt) (tunable_val_t *)
33 extern void TUNABLE_CALLBACK (set_x86_shstk) (tunable_val_t *)
706 TUNABLE_GET (hwcaps, tunable_val_t *, TUNABLE_CALLBACK (set_hwcaps)); in init_cpu_features()
818 TUNABLE_CALLBACK (set_x86_ibt)); in init_cpu_features()
820 TUNABLE_CALLBACK (set_x86_shstk)); in init_cpu_features()
Dcpu-tunables.c91 TUNABLE_CALLBACK (set_hwcaps) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
293 TUNABLE_CALLBACK (set_x86_ibt) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
306 TUNABLE_CALLBACK (set_x86_shstk) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
/glibc-2.36/manual/ !
DREADME.tunables83 val = TUNABLE_GET (check, int32_t, TUNABLE_CALLBACK (check_callback))
92 TUNABLE_CALLBACK (check_callback) (int32_t *valp)
/glibc-2.36/elf/ !
Ddl-tunables.h112 # define TUNABLE_CALLBACK(__name) _dl_tunable_ ## __name macro
/glibc-2.36/ChangeLog.old/ !
DChangeLog.1915790 (TUNABLE_CALLBACK (set_x86_ibt)): New prototype.
15791 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
15794 TUNABLE_CALLBACK (set_x86_ibt) and TUNABLE_CALLBACK
15797 (TUNABLE_CALLBACK (set_x86_ibt)): New function.
15798 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
17802 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
30939 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
34666 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
36141 * malloc/arena.c (TUNABLE_CALLBACK set_mallopt_check): Do not set
37768 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
DChangeLog.23298 (TUNABLE_CALLBACK): Remove function.
299 [HAVE_TUNABLES](TUNABLE_CALLBACK): New.
715 [HAVE_TUNABLES](TUNABLE_CALLBACK): Remove function.
746 (TUNABLE_CALLBACK): New function.
5833 (TUNABLE_CALLBACK): New function.
16197 [HAVE_TUNABLES](TUNABLE_CALLBACK): Modified function.
26973 (TUNABLE_CALLBACK): Modified function.
27118 (TUNABLE_CALLBACK): Modified function.
DChangeLog.211086 (TUNABLE_CALLBACK): Modified function.
6765 [CET_ENABLED](TUNABLE_CALLBACK): Modified function.
6766 [CET_ENABLED](TUNABLE_CALLBACK): Modified function.
DChangeLog.245669 (TUNABLE_CALLBACK): Modified function.
7466 (TUNABLE_CALLBACK): Modified function.
DChangeLog.182022 * sysdeps/x86/cpu-features.c (TUNABLE_CALLBACK (set_ifunc)):
2024 (TUNABLE_CALLBACK (set_hwcaps)): This.
2030 (TUNABLE_CALLBACK (set_ifunc)): Renamed to ...
2031 (TUNABLE_CALLBACK (set_hwcaps)): This. Update comments. Don't
2251 [HAVE_TUNABLES] (TUNABLE_CALLBACK (set_ifunc)): Likewise.