Searched refs:mtx_unlock_spin (Results 126 - 145 of 145) sorted by relevance

123456

/freebsd-11-stable/sys/kern/
H A Dsubr_gtaskqueue.c98 mtx_unlock_spin(&(tq)->tq_mutex); \
H A Dsched_4bsd.c1634 mtx_unlock_spin(&sched_lock);
H A Dkern_timeout.c199 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock)
H A Dsched_ule.c300 #define TDQ_UNLOCK(t) mtx_unlock_spin(TDQ_LOCKPTR((t)))
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c133 #define BCM_GPIO_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx)
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c439 mtx_unlock_spin(&allpmaps_lock);
973 mtx_unlock_spin(&allpmaps_lock);
1930 mtx_unlock_spin(&allpmaps_lock);
2065 mtx_unlock_spin(&allpmaps_lock);
H A Dmachdep.c1145 mtx_unlock_spin(&dt_lock);
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic.c69 #define VLAPIC_TIMER_UNLOCK(vlapic) mtx_unlock_spin(&((vlapic)->timer_mtx))
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c1505 mtx_unlock_spin(&sc->ioctl_lock);
1508 mtx_unlock_spin(&sc->ioctl_lock);
3167 mtx_unlock_spin(&sc->ioctl_lock);
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c152 #define COM_UNLOCK() mtx_unlock_spin(&cy_lock)
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2129 mtx_unlock_spin(&pmc_processhash_mtx);
2150 mtx_unlock_spin(&pmc_processhash_mtx);
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2741 mtx_unlock_spin(&txr->hn_txlist_spin);
2766 mtx_unlock_spin(&txr->hn_txlist_spin);
2824 mtx_unlock_spin(&txr->hn_txlist_spin);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c640 mtx_unlock_spin(&cp->p_slock);
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c117 #define vcpu_unlock(v) mtx_unlock_spin(&((v)->mtx))
/freebsd-11-stable/share/man/man9/
H A DMakefile1234 mutex.9 mtx_unlock_spin.9 \
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea.c450 mtx_unlock_spin(&tlbie_mtx);
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c1796 mtx_unlock_spin(&sc->video_mtx);
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c246 #define DB_MASK_UNLOCK(sc) mtx_unlock_spin(&(sc)->db_mask_lock)
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c2630 mtx_unlock_spin(&sc->sge.reg_lock);
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c7966 mtx_unlock_spin(&qframe_mtx);

Completed in 316 milliseconds

123456