Home
last modified time | relevance | path

Searched refs:TUNABLE_GET_FULL (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/elf/
Ddl-tunables.h69 TUNABLE_GET_FULL (TOP_NAMESPACE, TUNABLE_NAMESPACE, __id, __type, __cb) in rtld_hidden_proto()
77 TUNABLE_GET_FULL (__top, __ns, __id, __type, __cb) in rtld_hidden_proto()
86 # define TUNABLE_GET_FULL(__top, __ns, __id, __type, __cb) \ in rtld_hidden_proto() macro
/glibc-2.36/manual/
DREADME.tunables108 val = TUNABLE_GET_FULL (glibc, cpu, hwcap_mask, uint64_t, NULL)
126 val = TUNABLE_GET_FULL (glibc, cpu, hwcap_mask, uint64_t, NULL)
134 TUNABLE_GET_FULL, so you will need to provide full namespace information for
/glibc-2.36/nptl/
Dtst-mutex8.c117 if (TUNABLE_GET_FULL (glibc, elision, enable, int32_t, NULL) == 1) in check_type()
/glibc-2.36/malloc/
Darena.c325 if ((TUNABLE_GET_FULL (glibc, mem, tagging, int32_t, NULL) & 1) != 0) in ptmalloc_init()
/glibc-2.36/ChangeLog.old/
DChangeLog.183683 (TUNABLE_GET, TUNABLE_GET_FULL): New macros.