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

  /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/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
ohci.c 510 std->held = NULL;
564 cur->held = &ox->ox_stds[j];
567 DPRINTFN(10, "xfer=%#jx new std=%#jx held at %#jx", (uintptr_t)ox,
568 (uintptr_t)cur, (uintptr_t)cur->held, 0);
1521 if (std->held == NULL) {
1522 DPRINTFN(10, "std=%#jx held is null", (uintptr_t)std,
1832 * Add an ED to the schedule. Called with USB lock held.
1859 * Remove an ED from the schedule. Called with USB lock held.
1894 /* Called with USB lock held. */
1905 /* Called with USB lock held. *
    [all...]
  /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/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mq.dtsi 672 * will be held in reset too.
  /src/sys/arch/m68k/060sp/dist/
isp.s 3121 # At this stage, it would be nice if d0 held the FSLW.

Completed in 20 milliseconds