Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dioport.c101 struct xresource *xrp; in xres_alloc() local
104 xrp = xresv; in xres_alloc()
106 if (xrp->xflag == 0) { in xres_alloc()
107 xrp->xflag = 1; in xres_alloc()
108 return xrp; in xres_alloc()
110 xrp++; in xres_alloc()
115 static void xres_free(struct xresource *xrp) { in xres_free() argument
116 xrp->xflag = 0; in xres_free()