Searched refs:xrp (Results 1 – 1 of 1) sorted by relevance
89 struct xresource *xrp; in xres_alloc() local92 xrp = xresv; in xres_alloc()94 if (xrp->xflag == 0) { in xres_alloc()95 xrp->xflag = 1; in xres_alloc()96 return xrp; in xres_alloc()98 xrp++; in xres_alloc()103 static void xres_free(struct xresource *xrp) { in xres_free() argument104 xrp->xflag = 0; in xres_free()
Completed in 5 milliseconds