Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/tools/netrate/tcpp/
Dtcpp_util.c35 tcpp_header_encode(struct tcpp_header *thp) in tcpp_header_encode() argument
38 thp->th_magic = htobe32(thp->th_magic); in tcpp_header_encode()
39 thp->th_len = htobe64(thp->th_len); in tcpp_header_encode()
43 tcpp_header_decode(struct tcpp_header *thp) in tcpp_header_decode() argument
46 thp->th_magic = be32toh(thp->th_magic); in tcpp_header_decode()
47 thp->th_len = be64toh(thp->th_len); in tcpp_header_decode()
Dtcpp.h45 void tcpp_header_encode(struct tcpp_header *thp);
46 void tcpp_header_decode(struct tcpp_header *thp);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_fru.c104 libzfs_fru_gather(topo_hdl_t *thp, tnode_t *tn, void *arg) in libzfs_fru_gather() argument
138 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
143 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
150 if (_topo_fmri_nvl2str(thp, fru, &frustr, &err) != 0) { in libzfs_fru_gather()
152 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
162 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
163 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
171 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
172 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
176 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dthread-db.c250 thread_get_info_callback (const td_thrhandle_t *thp, void *infop) in thread_get_info_callback() argument
257 err = td_thr_get_info_p (thp, &ti); in thread_get_info_callback()
269 attach_thread (thread_ptid, thp, &ti, 1); in thread_get_info_callback()
274 memcpy (&thread_info->private->th, thp, sizeof (*thp)); in thread_get_info_callback()
/freebsd-12-stable/sys/fs/nfs/
Dnfs_commonsubs.c3746 struct nfsrv_lughash *hp_name, *hp_idnum, *thp; in nfssvc_idname() local
3925 thp = NFSUSERHASH(usrp->lug_uid); in nfssvc_idname()
3926 mtx_lock(&thp->mtx); in nfssvc_idname()
3928 mtx_unlock(&thp->mtx); in nfssvc_idname()
3954 thp = NFSGROUPHASH(usrp->lug_gid); in nfssvc_idname()
3955 mtx_lock(&thp->mtx); in nfssvc_idname()
3957 mtx_unlock(&thp->mtx); in nfssvc_idname()
3973 thp = NFSUSERHASH(newusrp->lug_uid); in nfssvc_idname()
3974 mtx_assert(&thp->mtx, MA_OWNED); in nfssvc_idname()
3975 TAILQ_INSERT_TAIL(&thp->lughead, newusrp, lug_numhash); in nfssvc_idname()
[all …]
/freebsd-12-stable/sys/kern/
Dkern_tc.c1917 struct timehands *thp; in inittimehands() local
1926 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()
1927 thp->th_next = &ths[i]; in inittimehands()
1928 thp->th_next = &ths[0]; in inittimehands()
/freebsd-12-stable/contrib/jemalloc/
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