HomeSort by: relevance | last modified time | path
    Searched defs:upm_wanted (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
locks_up.c 52 int upm_wanted; member in struct:upmtx
96 KASSERT(upm->upm_wanted == 0);
113 upm->upm_wanted++;
117 upm->upm_wanted--;
119 KASSERT(upm->upm_wanted >= 0);
146 if (upm->upm_wanted) {
locks_up.c 52 int upm_wanted; member in struct:upmtx
96 KASSERT(upm->upm_wanted == 0);
113 upm->upm_wanted++;
117 upm->upm_wanted--;
119 KASSERT(upm->upm_wanted >= 0);
146 if (upm->upm_wanted) {

Completed in 205 milliseconds