Symbol: _umtx_op_args
sys/kern/init_sysent.c
523
{ .sy_narg = AS(_umtx_op_args), .sy_call = (sy_call_t *)sys__umtx_op, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 454 = _umtx_op */
sys/kern/kern_umtx.c
3893
__umtx_op_lock_umtx(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
3916
__umtx_op_unlock_umtx(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
3929
__umtx_op_unimpl(struct thread *td __unused, struct _umtx_op_args *uap __unused,
sys/kern/kern_umtx.c
3937
__umtx_op_wait(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
3956
__umtx_op_wait_uint(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
3975
__umtx_op_wait_uint_private(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
3994
__umtx_op_wake(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4003
__umtx_op_nwake_private_native(struct thread *td, struct _umtx_op_args *uap)
sys/kern/kern_umtx.c
4025
__umtx_op_nwake_private_compat32(struct thread *td, struct _umtx_op_args *uap)
sys/kern/kern_umtx.c
4048
__umtx_op_nwake_private(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4058
__umtx_op_wake_private(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4066
__umtx_op_lock_umutex(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4086
__umtx_op_trylock_umutex(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4094
__umtx_op_wait_umutex(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4114
__umtx_op_wake_umutex(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4122
__umtx_op_unlock_umutex(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4130
__umtx_op_set_ceiling(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4138
__umtx_op_cv_wait(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4157
__umtx_op_cv_signal(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4165
__umtx_op_cv_broadcast(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4173
__umtx_op_rw_rdlock(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4193
__umtx_op_rw_wrlock(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4214
__umtx_op_rw_unlock(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4223
__umtx_op_sem_wait(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4243
__umtx_op_sem_wake(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4252
__umtx_op_wake2_umutex(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4260
__umtx_op_sem2_wait(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4294
__umtx_op_sem2_wake(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4651
__umtx_op_shm(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4659
__umtx_op_robust_lists(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4689
__umtx_op_get_min_timeout(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4706
__umtx_op_set_min_timeout(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4896
typedef int (*_umtx_op_func)(struct thread *td, struct _umtx_op_args *uap,
sys/kern/kern_umtx.c
4989
struct _umtx_op_args uap = {
sys/kern/kern_umtx.c
5003
sys__umtx_op(struct thread *td, struct _umtx_op_args *uap)
sys/kern/systrace_args.c
2313
struct _umtx_op_args *p = params;
sys/sys/sysproto.h
2209
int sys__umtx_op(struct thread *, struct _umtx_op_args *);