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

  /src/sys/external/bsd/drm2/drm/
drm_lease.c 72 bool held; local
78 held = _drm_lease_held(file, id);
81 return held;
  /src/sys/kern/
subr_psref.c 43 * Passive references may be held only on a single CPU and by a
46 * reference is held is allowed, provided that the owner's LWP is
552 bool held = false; local
589 held = true;
597 return held;
  /src/sys/ufs/lfs/
lfs_subr.c 501 panic("lfs seglock not held");
700 bool held; local
707 held = (fs->lfs_prelock && fs->lfs_prelocklwp == curlwp);
712 return held;
729 * No simple_locks are held when we enter and none are held when we return.
  /src/sys/dev/usb/
ohcivar.h 51 struct ohci_soft_td **held; /* where the ref to this std is held */ member in struct:ohci_soft_td
70 struct ohci_soft_itd **held; /* where the ref to this sitd is held */ member in struct:ohci_soft_itd

Completed in 17 milliseconds