Lines Matching defs:td

112 #define UPRI(td)	(((td)->td_user_pri >= PRI_MIN_TIMESHARE &&\  argument
856 struct thread *td = curthread; in umtx_key_get() local
911 do_lock_umtx(struct thread *td, struct umtx *umtx, u_long id, in do_lock_umtx()
1029 do_unlock_umtx(struct thread *td, struct umtx *umtx, u_long id) in do_unlock_umtx()
1092 do_lock_umtx32(struct thread *td, uint32_t *m, uint32_t id, in do_lock_umtx32()
1210 do_unlock_umtx32(struct thread *td, uint32_t *m, uint32_t id) in do_unlock_umtx32()
1273 do_wait(struct thread *td, void *addr, u_long id, in do_wait()
1327 kern_umtx_wake(struct thread *td, void *uaddr, int n_wake, int is_private) in kern_umtx_wake()
1346 do_lock_normal(struct thread *td, struct umutex *m, uint32_t flags, in do_lock_normal()
1521 do_unlock_normal(struct thread *td, struct umutex *m, uint32_t flags, bool rb) in do_unlock_normal()
1596 do_wake_umutex(struct thread *td, struct umutex *m) in do_wake_umutex()
1662 do_wake2_umutex(struct thread *td, struct umutex *m, uint32_t flags) in do_wake2_umutex()
1760 umtx_pi_adjust_thread(struct umtx_pi *pi, struct thread *td) in umtx_pi_adjust_thread()
1846 umtx_propagate_priority(struct thread *td) in umtx_propagate_priority()
1994 umtx_pi_adjust(struct thread *td, u_char oldpri) in umtx_pi_adjust()
2019 struct thread *td, *td1; in umtxq_sleep_pi() local
2152 umtx_pi_drop(struct thread *td, struct umtx_key *key, bool rb, int *count) in umtx_pi_drop()
2219 do_lock_pi(struct thread *td, struct umutex *m, uint32_t flags, in do_lock_pi()
2433 do_unlock_pi(struct thread *td, struct umutex *m, uint32_t flags, bool rb) in do_unlock_pi()
2516 do_lock_pp(struct thread *td, struct umutex *m, uint32_t flags, in do_lock_pp()
2685 do_unlock_pp(struct thread *td, struct umutex *m, uint32_t flags, bool rb) in do_unlock_pp()
2769 do_set_ceiling(struct thread *td, struct umutex *m, uint32_t ceiling, in do_set_ceiling()
2865 do_lock_umutex(struct thread *td, struct umutex *m, in do_lock_umutex()
2903 do_unlock_umutex(struct thread *td, struct umutex *m, bool rb) in do_unlock_umutex()
2925 do_cv_wait(struct thread *td, struct ucond *cv, struct umutex *m, in do_cv_wait()
3025 do_cv_signal(struct thread *td, struct ucond *cv) in do_cv_signal()
3054 do_cv_broadcast(struct thread *td, struct ucond *cv) in do_cv_broadcast()
3082 do_rw_rdlock(struct thread *td, struct urwlock *rwlock, long fflag, in do_rw_rdlock()
3272 do_rw_wrlock(struct thread *td, struct urwlock *rwlock, struct _umtx_time *timeout) in do_rw_wrlock()
3472 do_rw_unlock(struct thread *td, struct urwlock *rwlock) in do_rw_unlock()
3571 do_sem_wait(struct thread *td, struct _usem *sem, struct _umtx_time *timeout) in do_sem_wait()
3643 do_sem_wake(struct thread *td, struct _usem *sem) in do_sem_wake()
3680 do_sem2_wait(struct thread *td, struct _usem2 *sem, struct _umtx_time *timeout) in do_sem2_wait()
3765 do_sem2_wake(struct thread *td, struct _usem2 *sem) in do_sem2_wake()
3814 freebsd10__umtx_lock(struct thread *td, struct freebsd10__umtx_lock_args *uap) in freebsd10__umtx_lock()
3820 freebsd10__umtx_unlock(struct thread *td, in freebsd10__umtx_unlock()
3885 __umtx_op_lock_umtx(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_lock_umtx()
3908 __umtx_op_unlock_umtx(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_unlock_umtx()
3929 __umtx_op_wait(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wait()
3948 __umtx_op_wait_uint(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wait_uint()
3967 __umtx_op_wait_uint_private(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wait_uint_private()
3986 __umtx_op_wake(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wake()
3995 __umtx_op_nwake_private_native(struct thread *td, struct _umtx_op_args *uap) in __umtx_op_nwake_private_native()
4017 __umtx_op_nwake_private_compat32(struct thread *td, struct _umtx_op_args *uap) in __umtx_op_nwake_private_compat32()
4040 __umtx_op_nwake_private(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_nwake_private()
4050 __umtx_op_wake_private(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wake_private()
4058 __umtx_op_lock_umutex(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_lock_umutex()
4078 __umtx_op_trylock_umutex(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_trylock_umutex()
4086 __umtx_op_wait_umutex(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wait_umutex()
4106 __umtx_op_wake_umutex(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wake_umutex()
4114 __umtx_op_unlock_umutex(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_unlock_umutex()
4122 __umtx_op_set_ceiling(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_set_ceiling()
4130 __umtx_op_cv_wait(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_cv_wait()
4149 __umtx_op_cv_signal(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_cv_signal()
4157 __umtx_op_cv_broadcast(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_cv_broadcast()
4165 __umtx_op_rw_rdlock(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_rw_rdlock()
4185 __umtx_op_rw_wrlock(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_rw_wrlock()
4206 __umtx_op_rw_unlock(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_rw_unlock()
4215 __umtx_op_sem_wait(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_sem_wait()
4235 __umtx_op_sem_wake(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_sem_wake()
4244 __umtx_op_wake2_umutex(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wake2_umutex()
4252 __umtx_op_sem2_wait(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_sem2_wait()
4286 __umtx_op_sem2_wake(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_sem2_wake()
4460 umtx_shm_create_reg(struct thread *td, const struct umtx_key *key, in umtx_shm_create_reg()
4504 umtx_shm_alive(struct thread *td, void *addr) in umtx_shm_alive()
4540 umtx_shm(struct thread *td, void *addr, u_int flags) in umtx_shm()
4594 __umtx_op_shm(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_shm()
4602 __umtx_op_robust_lists(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_robust_lists()
4632 __umtx_op_get_min_timeout(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_get_min_timeout()
4649 __umtx_op_set_min_timeout(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_set_min_timeout()
4929 kern__umtx_op(struct thread *td, void *obj, int op, unsigned long val, in kern__umtx_op()
4946 sys__umtx_op(struct thread *td, struct _umtx_op_args *uap) in sys__umtx_op()
4974 freebsd10_freebsd32__umtx_lock(struct thread *td, in freebsd10_freebsd32__umtx_lock()
4981 freebsd10_freebsd32__umtx_unlock(struct thread *td, in freebsd10_freebsd32__umtx_unlock()
4989 freebsd32__umtx_op(struct thread *td, struct freebsd32__umtx_op_args *uap) in freebsd32__umtx_op()
4998 umtx_thread_init(struct thread *td) in umtx_thread_init()
5006 umtx_thread_fini(struct thread *td) in umtx_thread_fini()
5016 umtx_thread_alloc(struct thread *td) in umtx_thread_alloc()
5039 struct thread *td; in umtx_exec() local
5064 umtx_thread_exit(struct thread *td) in umtx_thread_exit()
5071 umtx_read_uptr(struct thread *td, uintptr_t ptr, uintptr_t *res, bool compat32) in umtx_read_uptr()
5092 umtx_read_rb_list(struct thread *td, struct umutex *m, uintptr_t *rb_list, in umtx_read_rb_list()
5106 umtx_handle_rb(struct thread *td, uintptr_t rbp, uintptr_t *rb_list, bool inact, in umtx_handle_rb()
5127 umtx_cleanup_rb_list(struct thread *td, uintptr_t rb_list, uintptr_t *rb_inact, in umtx_cleanup_rb_list()
5159 umtx_thread_cleanup(struct thread *td) in umtx_thread_cleanup()