Searched refs:thp (Results 1 – 5 of 5) sorted by relevance
33 tcpp_header_encode(struct tcpp_header *thp) in tcpp_header_encode() argument36 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() argument44 thp->th_magic = be32toh(thp->th_magic); in tcpp_header_decode()45 thp->th_len = be64toh(thp->th_len); in tcpp_header_decode()
43 void tcpp_header_encode(struct tcpp_header *thp);44 void tcpp_header_decode(struct tcpp_header *thp);
3928 struct nfsrv_lughash *hp_name, *hp_idnum, *thp; in nfssvc_idname() local4109 thp = NFSUSERHASH(usrp->lug_uid); in nfssvc_idname()4110 mtx_lock(&thp->mtx); in nfssvc_idname()4112 mtx_unlock(&thp->mtx); in nfssvc_idname()4138 thp = NFSGROUPHASH(usrp->lug_gid); in nfssvc_idname()4139 mtx_lock(&thp->mtx); in nfssvc_idname()4141 mtx_unlock(&thp->mtx); in nfssvc_idname()4157 thp = NFSUSERHASH(newusrp->lug_uid); in nfssvc_idname()4158 mtx_assert(&thp->mtx, MA_OWNED); in nfssvc_idname()4159 TAILQ_INSERT_TAIL(&thp->lughead, newusrp, lug_numhash); in nfssvc_idname()[all …]
1976 struct timehands *thp; in inittimehands() local1985 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()
157 - Add opt.thp to allow enabling / disabling transparent huge pages for all177 + opt.thp (@interwq)253 - Remove --disable-thp. (@interwq)255 + config.thp (@interwq)335 - Add --disable-thp to support cross compiling. (@jasone)453 + opt.thp490 - Add --disable-thp and the opt.thp mallctl to provide opt-out mechanisms for