Home
last modified time | relevance | path

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

/freebsd/tools/tools/netrate/tcpp/
H A Dtcpp_util.c33 tcpp_header_encode(struct tcpp_header *thp) in tcpp_header_encode() argument
36 thp->th_magic = htobe32(thp->th_magic); in tcpp_header_encode()
37 thp->th_len = htobe64(thp->th_len); in tcpp_header_encode()
41 tcpp_header_decode(struct tcpp_header *thp) in tcpp_header_decode() argument
44 thp->th_magic = be32toh(thp->th_magic); in tcpp_header_decode()
45 thp->th_len = be64toh(thp->th_len); in tcpp_header_decode()
H A Dtcpp.h43 void tcpp_header_encode(struct tcpp_header *thp);
44 void tcpp_header_decode(struct tcpp_header *thp);
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c4087 thp = NFSUSERHASH(usrp->lug_uid); in nfssvc_idname()
4088 mtx_lock(&thp->mtx); in nfssvc_idname()
4090 mtx_unlock(&thp->mtx); in nfssvc_idname()
4116 thp = NFSGROUPHASH(usrp->lug_gid); in nfssvc_idname()
4117 mtx_lock(&thp->mtx); in nfssvc_idname()
4119 mtx_unlock(&thp->mtx); in nfssvc_idname()
4135 thp = NFSUSERHASH(newusrp->lug_uid); in nfssvc_idname()
4136 mtx_assert(&thp->mtx, MA_OWNED); in nfssvc_idname()
4139 mtx_assert(&thp->mtx, MA_OWNED); in nfssvc_idname()
4145 mtx_assert(&thp->mtx, MA_OWNED); in nfssvc_idname()
[all …]
/freebsd/sys/kern/
H A Dkern_tc.c1976 struct timehands *thp; in inittimehands() local
1985 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()
1986 thp->th_next = &ths[i]; in inittimehands()
1987 thp->th_next = &ths[0]; in inittimehands()
/freebsd/contrib/jemalloc/
H A DChangeLog157 - Add opt.thp to allow enabling / disabling transparent huge pages for all
177 + opt.thp (@interwq)
253 - Remove --disable-thp. (@interwq)
255 + config.thp (@interwq)
335 - Add --disable-thp to support cross compiling. (@jasone)
453 + opt.thp
490 - Add --disable-thp and the opt.thp mallctl to provide opt-out mechanisms for