| /freebsd-9-stable/sys/dev/usb/ |
| D | usb_request.c | 397 usbd_do_request_flags(struct usb_device *udev, struct mtx *mtx, in usbd_do_request_flags() 777 usbd_req_reset_port(struct usb_device *udev, struct mtx *mtx, uint8_t port) in usbd_req_reset_port() 867 usbd_req_warm_reset_port(struct usb_device *udev, struct mtx *mtx, in usbd_req_warm_reset_port() 978 struct mtx *mtx, uint16_t *actlen, void *desc, in usbd_req_get_desc() 1093 usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx, char *buf, in usbd_req_get_string_any() 1195 usbd_req_get_string_desc(struct usb_device *udev, struct mtx *mtx, void *sdesc, in usbd_req_get_string_desc() 1261 usbd_req_get_config_desc(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_config_desc() 1292 usbd_req_get_config_desc_full(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_config_desc_full() 1341 usbd_req_get_device_desc(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_device_desc() 1357 usbd_req_get_alt_interface_no(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_alt_interface_no() [all …]
|
| D | usb_util.c | 129 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx()
|
| /freebsd-9-stable/contrib/ipfilter/lib/ |
| D | mutex_emul.c | 15 void eMmutex_enter(mtx, file, line) in eMmutex_enter() argument 36 void eMmutex_exit(mtx) in eMmutex_exit() argument 55 void eMmutex_init(mtx, who) in eMmutex_init() argument 74 void eMmutex_destroy(mtx) in eMmutex_destroy() argument
|
| /freebsd-9-stable/lib/libthr/thread/ |
| D | thr_umtx.c | 43 _thr_umutex_init(struct umutex *mtx) in _thr_umutex_init() 59 __thr_umutex_lock(struct umutex *mtx, uint32_t id) in __thr_umutex_lock() 81 __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) in __thr_umutex_lock_spin() 112 __thr_umutex_timedlock(struct umutex *mtx, uint32_t id, in __thr_umutex_timedlock() 154 __thr_umutex_unlock(struct umutex *mtx, uint32_t id) in __thr_umutex_unlock() 189 __thr_umutex_trylock(struct umutex *mtx) in __thr_umutex_trylock() 195 __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling, in __thr_umutex_set_ceiling() 202 _thr_umtx_wait(volatile long *mtx, long id, const struct timespec *timeout) in _thr_umtx_wait() 212 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, const struct timespec *timeout, int shared) in _thr_umtx_wait_uint() 223 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, in _thr_umtx_timedwait_uint() [all …]
|
| D | thr_umtx.h | 74 _thr_umutex_trylock(struct umutex *mtx, uint32_t id) in _thr_umutex_trylock() 84 _thr_umutex_trylock2(struct umutex *mtx, uint32_t id) in _thr_umutex_trylock2() 96 _thr_umutex_lock(struct umutex *mtx, uint32_t id) in _thr_umutex_lock() 104 _thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) in _thr_umutex_lock_spin() 112 _thr_umutex_timedlock(struct umutex *mtx, uint32_t id, in _thr_umutex_timedlock() 121 _thr_umutex_unlock(struct umutex *mtx, uint32_t id) in _thr_umutex_unlock()
|
| /freebsd-9-stable/sys/sys/ |
| D | _mutex.h | 37 struct mtx { struct 39 volatile uintptr_t mtx_lock; /* Owner and flags. */ argument
|
| D | callout.h | 63 #define callout_init_mtx(c, mtx, flags) \ argument
|
| /freebsd-9-stable/sys/netsmb/ |
| D | smb_subr.h | 75 #define smb_sl_init(mtx, desc) mtx_init(mtx, desc, NULL, MTX_DEF) argument 76 #define smb_sl_destroy(mtx) mtx_destroy(mtx) argument 77 #define smb_sl_lock(mtx) mtx_lock(mtx) argument 78 #define smb_sl_unlock(mtx) mtx_unlock(mtx) argument
|
| /freebsd-9-stable/tools/regression/pthread/mutex_isowned_np/ |
| D | mutex_isowned_np.c | 38 pthread_mutex_t *mtx = arg; in thread() local 52 pthread_mutex_t mtx; in main() local
|
| /freebsd-9-stable/sys/dev/sound/pci/hda/ |
| D | hdac_if.m | 31 METHOD struct mtx * get_mtx { struct
|
| /freebsd-9-stable/tools/regression/pthread/unwind/ |
| D | cond_wait_cancel.cpp | 11 pthread_mutex_t mtx; variable
|
| D | cond_wait_cancel2.cpp | 16 pthread_mutex_t mtx; variable
|
| /freebsd-9-stable/sys/dev/uart/ |
| D | uart_bus_scc.c | 71 uintptr_t mtx; in uart_scc_attach() local
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | Mutex.h | 139 SmartMutex<mt_only>& mtx; variable
|
| /freebsd-9-stable/sys/dev/nvme/ |
| D | nvme_test.c | 75 struct mtx *mtx; in nvme_ns_bio_test_cb() local 88 struct mtx *mtx; in nvme_ns_bio_test() local
|
| /freebsd-9-stable/sys/dev/sound/usb/ |
| D | uaudio_pcm.c | 138 struct mtx *mtx = mixer_get_lock(m); in ua_mixer_set() local 157 struct mtx *mtx = mixer_get_lock(m); in ua_mixer_setrecsrc() local
|
| /freebsd-9-stable/sys/nfs/ |
| D | nfs_fha.h | 61 struct mtx *mtx; member 74 struct mtx mtx; member
|
| /freebsd-9-stable/sys/dev/firewire/ |
| D | if_fwevar.h | 51 struct mtx mtx; member
|
| D | if_fwipvar.h | 61 struct mtx mtx; member
|
| /freebsd-9-stable/sys/cam/ |
| D | cam_sim.c | 64 struct mtx *mtx, int max_dev_transactions, in cam_sim_alloc()
|
| D | cam_sim.h | 96 struct mtx *mtx; member
|
| /freebsd-9-stable/sys/netgraph/ |
| D | ng_socketvar.h | 70 struct mtx mtx; /* mtx to wait on */ member
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | sem.c | 315 _umtx_wait_uint(volatile unsigned *mtx, unsigned id, const struct timespec *timeout) in _umtx_wait_uint() 327 _umtx_wake(volatile void *mtx) in _umtx_wake()
|
| /freebsd-9-stable/sys/kern/ |
| D | subr_unit.c | 127 struct mtx { struct 132 mtx_lock(struct mtx *mp) in mtx_lock() argument 200 struct mtx *mtx; member
|
| /freebsd-9-stable/sys/arm/sa11x0/ |
| D | uart_dev_sa1110.c | 112 sa1110_getc(struct uart_bas *bas, struct mtx *mtx) in sa1110_getc()
|