Searched refs:mtx (Results 101 - 125 of 1378) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/ice/
H A Dice_rdma.c498 sx_xlock(&ice_rdma.mtx);
541 sx_xunlock(&ice_rdma.mtx);
559 sx_xlock(&ice_rdma.mtx);
564 sx_xunlock(&ice_rdma.mtx);
581 sx_xunlock(&ice_rdma.mtx);
596 sx_init_flags(&ice_rdma.mtx, "ice rdma interface", SX_DUPOK);
612 sx_destroy(&ice_rdma.mtx);
686 sx_xlock(&ice_rdma.mtx);
688 sx_xunlock(&ice_rdma.mtx);
743 sx_xlock(&ice_rdma.mtx);
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Darena_stats.h84 malloc_mutex_t mtx; member in struct:arena_stats_s
138 if (malloc_mutex_init(&arena_stats->mtx, "arena_stats",
150 malloc_mutex_lock(tsdn, &arena_stats->mtx);
157 malloc_mutex_unlock(tsdn, &arena_stats->mtx);
167 malloc_mutex_assert_owner(tsdn, &arena_stats->mtx);
178 malloc_mutex_assert_owner(tsdn, &arena_stats->mtx);
190 malloc_mutex_assert_owner(tsdn, &arena_stats->mtx);
217 malloc_mutex_assert_owner(tsdn, &arena_stats->mtx);
228 malloc_mutex_assert_owner(tsdn, &arena_stats->mtx);
241 malloc_mutex_assert_owner(tsdn, &arena_stats->mtx);
[all...]
H A Dbackground_thread_structs.h27 malloc_mutex_t mtx; member in struct:background_thread_info_s
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h135 typedef struct mtx spinlock_t;
138 struct mtx name
150 struct sx mtx; member in struct:mutex
153 #define lmutex_init(lock) sx_init(&(lock)->mtx, #lock)
154 #define lmutex_lock(lock) sx_xlock(&(lock)->mtx)
155 #define lmutex_unlock(lock) sx_unlock(&(lock)->mtx)
156 #define lmutex_destroy(lock) sx_destroy(&(lock)->mtx)
158 #define lmutex_lock_interruptible(lock) sx_xlock_sig(&(lock)->mtx)
191 struct mtx mtx; member in struct:timer_list
232 struct mtx mtx; member in struct:semaphore
[all...]
/freebsd-current/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h273 struct mtx OS_timer_lock;
275 struct mtx IO_timer_lock;
277 struct mtx devRmTimerLock;
365 struct mtx ioerr_queue_lock;
377 struct mtx sendLock; // local queue lock
378 struct mtx doneLock; // local queue lock
379 struct mtx sendSMPLock; // local queue lock
380 struct mtx doneSMPLock; // local queue lock
381 struct mtx ccbLock; // ccb list lock
382 struct mtx *STLoc
[all...]
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c39 static struct mtx mtx; variable in typeref:struct:mtx
40 static struct mtx callout_mtx;
403 mtx_lock(&mtx);
427 mtx_unlock(&mtx);
483 mtx_lock(&mtx);
490 mtx_unlock(&mtx);
493 mtx_unlock(&mtx);
509 mtx_lock(&mtx);
511 mtx_unlock(&mtx);
[all...]
/freebsd-current/contrib/jemalloc/src/
H A Dbackground_thread.c118 if (malloc_mutex_trylock(tsdn, &decay->mtx)) {
195 malloc_mutex_unlock(tsdn, &decay->mtx);
232 ret = pthread_cond_wait(&info->cond, &info->mtx.lock);
255 ret = pthread_cond_timedwait(&info->cond, &info->mtx.lock, &ts);
274 malloc_mutex_unlock(tsdn, &info->mtx);
278 malloc_mutex_lock(tsdn, &info->mtx);
321 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
331 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
392 malloc_mutex_unlock(tsdn, &background_thread_info[0].mtx);
398 malloc_mutex_lock(tsdn, &info->mtx);
[all...]
/freebsd-current/sys/dev/usb/
H A Dusb_util.c106 * ticks. The passed mutex "mtx" will be dropped while waiting, if
107 * "mtx" is different from NULL.
110 usb_pause_mtx(struct mtx *mtx, int timo) argument
112 if (mtx != NULL)
113 mtx_unlock(mtx);
122 if (mtx != NULL)
123 mtx_lock(mtx);
H A Dusb_busdma.h111 struct mtx *mtx; /* private mutex, always set */ member in struct:usb_dma_parent_tag
152 struct usb_dma_tag *udt, bus_dma_tag_t dmat, struct mtx *mtx,
/freebsd-current/sys/dev/cxgbe/
H A Doffload.h92 struct mtx lock;
144 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
150 struct mtx atid_lock __aligned(CACHE_LINE_SIZE);
156 struct mtx ftid_lock __aligned(CACHE_LINE_SIZE);
167 struct mtx hftid_lock __aligned(CACHE_LINE_SIZE);
177 struct mtx etid_lock __aligned(CACHE_LINE_SIZE);
/freebsd-current/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart.h59 struct mtx *ajus_lockp;
60 struct mtx ajus_lock;
133 extern struct mtx aju_cons_lock;
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h41 #define _pthread_mutex_lock(mtx) (void)0
42 #define _pthread_mutex_unlock(mtx) (void)0
43 #define _pthread_mutex_destroy(mtx) (void)0
/freebsd-current/sys/dev/altera/avgen/
H A Daltera_avgen.h62 struct mtx avg_disk_mtx;
/freebsd-current/sys/arm/arm/
H A Dgic.h55 struct mtx mutex;
/freebsd-current/sys/arm64/iommu/
H A Diommu_pmap.h35 struct mtx sp_mtx;
/freebsd-current/sys/dev/qat/qat_api/qat_utils/include/
H A Dqat_utils.h326 CpaStatus qatUtilsLockInit(struct mtx *pLock);
349 CpaStatus qatUtilsLock(struct mtx *pLock);
368 CpaStatus qatUtilsUnlock(struct mtx *pLock);
383 CpaStatus qatUtilsLockDestroy(struct mtx *pLock);
491 CpaStatus qatUtilsMutexInit(struct mtx **pMutex);
509 CpaStatus qatUtilsMutexLock(struct mtx **pMutex, int32_t timeout);
525 CpaStatus qatUtilsMutexUnlock(struct mtx **pMutex);
543 CpaStatus qatUtilsMutexDestroy(struct mtx **pMutex);
561 CpaStatus qatUtilsMutexTryLock(struct mtx **pMutex);
/freebsd-current/sys/dev/random/
H A Dother_algorithm.h45 typedef struct mtx mtx_t;
/freebsd-current/sys/dev/vnic/
H A Dthunder_bgx_var.h47 struct mtx check_link_mtx;
/freebsd-current/sys/dev/wtap/wtap_hal/
H A Dhal.h43 struct mtx hal_mtx;
/freebsd-current/sys/dev/usb/net/
H A Dif_urndisreg.h39 struct mtx sc_mtx;
/freebsd-current/sys/dev/wtap/
H A Dif_medium.h49 struct mtx md_mtx;
/freebsd-current/sys/dev/proto/
H A Dproto.h56 struct mtx sc_mtx;
/freebsd-current/sys/dev/qat/include/common/
H A Dadf_uio_control.h29 struct mtx lock;
/freebsd-current/sys/sys/
H A Deventvar.h42 struct mtx kq_lock;
/freebsd-current/sys/fs/fdescfs/
H A Dfdesc.h65 extern struct mtx fdesc_hashmtx;

Completed in 163 milliseconds

1234567891011>>