Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dmachipc.sh129 pthread_t ptd;
146 if ((err = pthread_create(&ptd, NULL, client, &port)) != 0) {
181 pthread_join(ptd, NULL);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c755 struct thread *ptd; in nfscl_getparent() local
765 ptd = TAILQ_FIRST(&p->p_threads); in nfscl_getparent()
766 return (ptd); in nfscl_getparent()
/freebsd/sys/i386/i386/
H A Dpmap.c6174 pd_entry_t *ptd; member
6188 h->ptd = IdlePTD; in __CONCAT()
6190 h->orig_ptd = *h->ptd; in __CONCAT()
6191 *h->ptd = vtophys(h->pte) | PG_RW | PG_V; in __CONCAT()
6202 *h->ptd = h->orig_ptd; /* remove page table */ in __CONCAT()