Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/drm/ | |
drm_lease.c | 72 bool held; local in function:drm_lease_held 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 in function:_psref_held 589 held = true; 597 return held; |
/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 |