Searched refs:Giant (Results 101 - 113 of 113) sorted by relevance

12345

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dmixer.c171 * under Giant influence. Since we also have mix_* calls, we cannot
224 * under Giant influence. Since we also have mix_* calls, we cannot
265 /* It is safe to drop this mutex due to Giant. */
361 /* It is safe to drop this mutex due to Giant. */
1049 /* XXX Need Giant magic entry ??? */
1073 /* XXX Need Giant magic entry ??? */
1235 * function, be it through Giant, PCM_*, etc !
1414 /* XXX Need Giant magic entry */
1518 return (&Giant);
/freebsd-11.0-release/sys/kern/
H A Dsubr_bus.c5420 mtx_lock(&Giant);
5441 mtx_unlock(&Giant);
5621 mtx_unlock(&Giant);
H A Dsched_ule.c2638 mtx_assert(&Giant, MA_NOTOWNED);
/freebsd-11.0-release/sys/dev/syscons/
H A Dsyscons.c362 tp = tty_alloc_mutex(&sc_ttydevsw, stc, &Giant);
735 mtx_lock(&Giant);
793 mtx_unlock(&Giant);
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_ioctl.c3585 mtx_lock(&Giant);
3590 mtx_unlock(&Giant);
3597 mtx_unlock(&Giant);
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_dev.c1861 priv_mtx = &Giant;
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi.c2873 * Be sure to hold Giant across DEVICE_SUSPEND/RESUME since non-MPSAFE
2876 mtx_lock(&Giant);
2999 mtx_unlock(&Giant);
/freebsd-11.0-release/sys/dev/hptiop/
H A Dhptiop.c215 mtx_lock(&Giant);
227 mtx_unlock(&Giant);
/freebsd-11.0-release/sys/dev/aacraid/
H A Daacraid.c1046 * will grab Giant, and would result in an LOR.
3064 mtx_lock(&Giant);
3066 mtx_unlock(&Giant);
/freebsd-11.0-release/sys/dev/sound/pci/
H A Demu10k1.c2109 /*lockarg*/&Giant, &sc->parent_dmat) != 0) {
H A Denvy24.c2537 /*lockarg*/&Giant, &sc->dmat) != 0) {
H A Demu10kx.c2721 /* lockarg */ &Giant, &(sc->mem.dmat)) != 0) {
/freebsd-11.0-release/sys/dev/sound/isa/
H A Dmss.c1759 /*lockfunc*/busdma_lock_mutex, /*lockarg*/&Giant,

Completed in 230 milliseconds

12345