/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ ! |
D | elision-conf.c | 72 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/ ! |
D | elision-conf.c | 71 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/ ! |
D | elision-conf.c | 67 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/ ! |
D | pthread_mutex_conf.c | 37 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/ ! |
D | arena.c | 246 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 …]
|
D | malloc-check.c | 381 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/ ! |
D | cpu-features.c | 27 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()
|
D | cpu-tunables.c | 91 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/ ! |
D | README.tunables | 83 val = TUNABLE_GET (check, int32_t, TUNABLE_CALLBACK (check_callback)) 92 TUNABLE_CALLBACK (check_callback) (int32_t *valp)
|
/glibc-2.36/elf/ ! |
D | dl-tunables.h | 112 # define TUNABLE_CALLBACK(__name) _dl_tunable_ ## __name macro
|
/glibc-2.36/ChangeLog.old/ ! |
D | ChangeLog.19 | 15790 (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)):
|
D | ChangeLog.23 | 298 (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.
|
D | ChangeLog.21 | 1086 (TUNABLE_CALLBACK): Modified function. 6765 [CET_ENABLED](TUNABLE_CALLBACK): Modified function. 6766 [CET_ENABLED](TUNABLE_CALLBACK): Modified function.
|
D | ChangeLog.24 | 5669 (TUNABLE_CALLBACK): Modified function. 7466 (TUNABLE_CALLBACK): Modified function.
|
D | ChangeLog.18 | 2022 * 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.
|