Searched refs:mtx (Results 476 - 500 of 1318) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c269 struct mtx mtx; member in struct:sess_hash_entry
539 mtx_lock(&privp->sesshash[hash].mtx);
548 mtx_unlock(&privp->sesshash[hash].mtx);
564 mtx_lock(&privp->sesshash[hash].mtx);
566 mtx_unlock(&privp->sesshash[hash].mtx);
576 mtx_lock(&privp->sesshash[hash].mtx);
578 mtx_unlock(&privp->sesshash[hash].mtx);
589 mtx_lock(&privp->sesshash[hash].mtx);
597 mtx_unlock(&privp->sesshash[hash].mtx);
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c402 struct mtx mtx; member in struct:dev_softc
425 mtx_init(&devsoftc.mtx, "dev mtx", "devd", MTX_DEF);
428 knlist_init_mtx(&devsoftc.sel.si_note, &devsoftc.mtx);
436 mtx_lock(&devsoftc.mtx);
438 mtx_unlock(&devsoftc.mtx);
443 mtx_unlock(&devsoftc.mtx);
451 mtx_lock(&devsoftc.mtx);
457 mtx_unlock(&devsoftc.mtx);
[all...]
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_private.h209 struct mtx lock __aligned(CACHE_LINE_SIZE);
222 struct mtx lock;
232 struct mtx lock;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_private.h376 struct mtx lun_lock;
437 struct mtx ctl_lock;
472 struct mtx tpc_lock;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_auth.c41 static struct mtx drm_magic_lock;
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Drtc.c71 struct mtx mutex;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_ecap.c80 struct mtx sc_mtx;
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic_priv.h163 struct mtx timer_mtx;
/freebsd-11-stable/sys/dev/aic/
H A Daicvar.h75 struct mtx lock;
/freebsd-11-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_cons.c63 struct mtx aju_cons_lock;
/freebsd-11-stable/sys/netinet/
H A Dtcp_debug.c89 struct mtx tcp_debug_mtx;
/freebsd-11-stable/sys/dev/mlx/
H A Dmlxvar.h151 struct mtx mlx_io_lock;
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs.h550 struct mtx mtx; /* state lock */ member in struct:mvs_channel
603 struct mtx mtx; /* MIM access lock */ member in struct:mvs_controller
H A Dmvs_soc.c139 mtx_init(&ctlr->mtx, "MVS controller lock", NULL, MTX_DEF);
200 mtx_destroy(&ctlr->mtx);
245 mtx_lock(&ctlr->mtx);
251 mtx_unlock(&ctlr->mtx);
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfevar.h112 struct mtx nfe_mtx;
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_disk.c49 struct mtx ofwd_queue_mtx;
/freebsd-11-stable/sys/mips/atheros/
H A Dif_argevar.h190 struct mtx arge_mtx;
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h92 struct mtx pm_mtx;
/freebsd-11-stable/sys/sys/
H A Dracct.h159 extern struct mtx racct_lock;
H A Dresourcevar.h49 * c - locked by proc mtx
98 struct mtx ui_vmsize_mtx;
H A Drman.h115 struct mtx *rm_mtx; /* mutex used to protect rm_list */
/freebsd-11-stable/sys/ufs/ufs/
H A Dquota.h149 struct mtx dq_lock; /* lock for concurrency */
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h172 struct mtx lock; /* general purpose lock */
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h172 struct mtx lock; /* general purpose lock */
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h173 struct mtx lock; /* general purpose lock */

Completed in 337 milliseconds

<<11121314151617181920>>