Home
last modified time | relevance | path

Searched refs:thp (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_tc.c1924 struct timehands *thp; in inittimehands() local
1933 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()
1934 thp->th_next = &ths[i]; in inittimehands()
1935 thp->th_next = &ths[0]; in inittimehands()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog21 - Add opt.thp to allow enabling / disabling transparent huge pages for all
41 + opt.thp (@interwq)
117 - Remove --disable-thp. (@interwq)
119 + config.thp (@interwq)
199 - Add --disable-thp to support cross compiling. (@jasone)
317 + opt.thp
354 - Add --disable-thp and the opt.thp mallctl to provide opt-out mechanisms for
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dmallctl.c177 TEST_MALLCTL_OPT(const char *, thp, always); in TEST_BEGIN()