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

123456

/freebsd-10.2-release/sys/dev/sound/pci/
H A Dmaestro.c1814 /*lock */ busdma_lock_mutex, &Giant,
1830 /*lock */ busdma_lock_mutex, &Giant,
H A Dsolo.c1038 /*lockfunc*/busdma_lock_mutex, /*lockarg*/&Giant,
H A Dt4dwave.c946 /*lockarg*/&Giant, &tr->parent_dmat) != 0) {
H A Dvibes.c780 /*lockarg*/&Giant, &sc->parent_dmat) != 0) {
H A Dcs4281.c838 /*lockarg*/&Giant, &sc->parent_dmat) != 0) {
H A Dcsapcm.c718 /*lockarg*/&Giant, &csa->parent_dmat) != 0)
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_request.c457 if ((mtx != NULL) && (mtx != &Giant)) {
721 if ((mtx != NULL) && (mtx != &Giant))
H A Dusb_dev.c1856 priv_mtx = &Giant;
/freebsd-10.2-release/sys/kern/
H A Dkern_time.c164 mtx_lock(&Giant);
167 mtx_unlock(&Giant);
H A Dlink_elf.c937 mtx_lock(&Giant);
940 mtx_unlock(&Giant);
H A Dkern_exit.c195 mtx_assert(&Giant, MA_NOTOWNED);
H A Dkern_fork.c1029 mtx_assert(&Giant, MA_NOTOWNED);
1037 * directly into user mode. Giant is not held on entry, and must not
H A Dsched_4bsd.c472 * MP-safe, called without the Giant mutex.
1639 mtx_assert(&Giant, MA_NOTOWNED);
/freebsd-10.2-release/sys/dev/sound/isa/
H A Dess.c864 /*lockarg*/&Giant, &sc->parent_dmat) != 0) {
H A Dsb16.c852 /*lockfunc*/busdma_lock_mutex, /*lockarg*/&Giant,
H A Dmss.c1758 /*lockfunc*/busdma_lock_mutex, /*lockarg*/&Giant,
/freebsd-10.2-release/sys/security/mac_lomac/
H A Dmac_lomac.c2262 * Giant.
2264 mtx_lock(&Giant);
2286 mtx_unlock(&Giant);
/freebsd-10.2-release/sys/dev/sound/pcm/
H A Dmixer.c172 * under Giant influence. Since we also have mix_* calls, we cannot
225 * under Giant influence. Since we also have mix_* calls, we cannot
266 /* It is safe to drop this mutex due to Giant. */
362 /* It is safe to drop this mutex due to Giant. */
1050 /* XXX Need Giant magic entry ??? */
1074 /* XXX Need Giant magic entry ??? */
1236 * function, be it through Giant, PCM_*, etc !
1417 /* XXX Need Giant magic entry */
1521 return (&Giant);
/freebsd-10.2-release/sys/dev/hptiop/
H A Dhptiop.c215 mtx_lock(&Giant);
227 mtx_unlock(&Giant);
2016 hba, unit, &Giant, hba->max_requests - 1, 1, devq);
/freebsd-10.2-release/sys/dev/syscons/
H A Dsyscons.c363 tp = tty_alloc_mutex(&sc_ttydevsw, stc, &Giant);
736 mtx_lock(&Giant);
794 mtx_unlock(&Giant);
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_ioctl.c3610 mtx_lock(&Giant);
3615 mtx_unlock(&Giant);
3622 mtx_unlock(&Giant);
/freebsd-10.2-release/sys/dev/sound/midi/
H A Dsequencer.c472 mtx_lock(&Giant);
/freebsd-10.2-release/sys/dev/aacraid/
H A Daacraid.c1046 * will grab Giant, and would result in an LOR.
3054 mtx_lock(&Giant);
3056 mtx_unlock(&Giant);
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi.c2763 * Be sure to hold Giant across DEVICE_SUSPEND/RESUME since non-MPSAFE
2766 mtx_lock(&Giant);
2889 mtx_unlock(&Giant);
/freebsd-10.2-release/sys/dev/hptmv/
H A Dentry.c2108 pAdapter, device_get_unit(pAdapter->hpt_dev), &Giant, 1, 8, devq);

Completed in 374 milliseconds

123456