Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dwinlockio.c358 static caddr_t lockpage = NULL; variable
469 if (lockpage != NULL) { in winlock_detach()
471 lockpage = NULL; in winlock_detach()
904 lp->lockptr = ((int *)lockpage) + ((lp->cookie/PAGESIZE) - 1); in seglock_createlock()
1126 if ((lockpage == NULL) && (style == NEWSTYLE_LOCK)) { in seglock_graballoc()
1127 lockpage = ddi_umem_alloc(PAGESIZE, DDI_UMEM_SLEEP, in seglock_graballoc()