Symbol: mtx_padalign
sys/cam/cam_xpt.c
176
struct mtx_padalign cam_doneq_mtx;
sys/cam/ctl/ctl_backend_block.c
182
struct mtx_padalign io_lock;
sys/cam/ctl/ctl_backend_block.c
183
struct mtx_padalign queue_lock;
sys/cam/ctl/ctl_backend_ramdisk.c
124
struct mtx_padalign queue_lock;
sys/cam/ctl/ctl_private.h
378
struct mtx_padalign queue_lock;
sys/dev/ahci/ahci.h
468
struct mtx_padalign mtx; /* state lock */
sys/dev/ioat/ioat_internal.h
494
struct mtx_padalign submit_lock;
sys/dev/ioat/ioat_internal.h
497
struct mtx_padalign cleanup_lock;
sys/dev/nvme/nvme_private.h
201
struct mtx_padalign lock;
sys/dev/nvme/nvme_private.h
202
struct mtx_padalign recovery;
sys/dev/ufshci/ufshci_private.h
205
struct mtx_padalign qlock;
sys/dev/ufshci/ufshci_private.h
206
struct mtx_padalign recovery_lock;
sys/kern/kern_timeout.c
163
struct mtx_padalign cc_lock;
sys/kern/sched_ule.c
268
struct mtx_padalign tdq_lock; /* run queue lock. */
sys/kern/subr_gtaskqueue.c
69
struct mtx_padalign tq_mutex;
sys/kern/subr_taskqueue.c
70
struct mtx_padalign tq_mutex;
sys/kern/subr_vmem.c
178
struct mtx_padalign vm_lock;
sys/kern/subr_vmem.c
242
static struct mtx_padalign __exclusive_cache_line vmem_list_lock;
sys/kern/subr_vmem.c
718
static struct mtx_padalign __exclusive_cache_line vmem_bt_lock;
sys/kern/vfs_bio.c
109
struct mtx_padalign bq_lock;
sys/kern/vfs_bio.c
125
struct mtx_padalign bd_run_lock;
sys/kern/vfs_bio.c
338
static struct mtx_padalign __exclusive_cache_line bdlock;
sys/kern/vfs_bio.c
344
static struct mtx_padalign __exclusive_cache_line rbreqlock;
sys/kern/vfs_bio.c
349
static struct mtx_padalign __exclusive_cache_line bdirtylock;
sys/kern/vfs_cache.c
600
static struct mtx_padalign __read_mostly *bucketlocks;
sys/kern/vfs_mount.c
125
struct mtx_padalign __exclusive_cache_line mountlist_mtx;
sys/net/pfvar.h
435
extern struct mtx_padalign pf_unlnkdrules_mtx;
sys/net/pfvar.h
468
extern struct mtx_padalign pf_table_stats_lock;
sys/netpfil/pf/pf.c
232
static struct mtx_padalign pf_sctp_endpoints_mtx;
sys/netpfil/pf/pf.c
261
static struct mtx_padalign pf_sendqueue_mtx;
sys/netpfil/pf/pf.c
283
static struct mtx_padalign pf_overloadqueue_mtx;
sys/netpfil/pf/pf.c
290
struct mtx_padalign pf_unlnkdrules_mtx;
sys/netpfil/pf/pf.c
297
struct mtx_padalign pf_table_stats_lock;
sys/powerpc/mpc85xx/fsl_sata.c
289
struct mtx_padalign mtx; /* state lock */
sys/riscv/riscv/pmap.c
264
static struct mtx_padalign allpmaps_lock;
sys/rpc/svc.h
251
struct mtx_padalign st_lock; /* protects st_reqs field */
sys/rpc/svc.h
279
struct mtx_padalign sg_lock; /* protect the thread/req lists */
sys/rpc/svc.h
309
struct mtx_padalign sp_lock; /* protect the transport lists */
sys/sys/mount.h
1098
extern struct mtx_padalign mountlist_mtx;
sys/vm/uma_int.h
317
struct mtx_padalign ud_lock; /* Lock for the domain lists. */
sys/vm/vm_page.c
122
struct mtx_padalign __exclusive_cache_line vm_domainset_lock;
sys/vm/vm_pagequeue.h
237
struct mtx_padalign vmd_free_mtx;
sys/vm/vm_pagequeue.h
238
struct mtx_padalign vmd_pageout_mtx;
sys/vm/vm_pager.h
128
extern struct mtx_padalign pbuf_mtx;
sys/vm/vm_reserv.c
267
struct mtx_padalign vm_reserv_object_mtx[VM_RESERV_OBJ_LOCK_COUNT];