Home | History | Annotate | Download | only in oea

Lines Matching defs:pup

2851 struct pup {
2852 SIMPLEQ_ENTRY(pup) pup_link;
2854 SIMPLEQ_HEAD(pup_head, pup);
2857 static struct pup *
2860 struct pup *pup;
2865 pup = SIMPLEQ_FIRST(&pup_head);
2866 if (pup != NULL)
2870 return pup;
2874 pmap_free_unmanaged(struct pup *pup)
2880 SIMPLEQ_INSERT_HEAD(&pup_head, pup, pup_link);