Lines Matching refs:umtx_key

179 static void umtxq_hash(struct umtx_key *key);
378 umtxq_hash(struct umtx_key *key) in umtxq_hash()
387 umtxq_getchain(struct umtx_key *key) in umtxq_getchain()
400 umtxq_busy(struct umtx_key *key) in umtxq_busy()
431 umtxq_unbusy(struct umtx_key *key) in umtxq_unbusy()
444 umtxq_busy_unlocked(struct umtx_key *key) in umtxq_busy_unlocked()
452 umtxq_unbusy_unlocked(struct umtx_key *key) in umtxq_unbusy_unlocked()
460 umtxq_queue_lookup(struct umtx_key *key, int q) in umtxq_queue_lookup()
543 umtxq_count(struct umtx_key *key) in umtxq_count()
559 umtxq_count_pi(struct umtx_key *key, struct umtx_q **first) in umtxq_count_pi()
577 umtxq_signal_mask(struct umtx_key *key, int n_wake, u_int bitset) in umtxq_signal_mask()
604 umtxq_signal_queue(struct umtx_key *key, int n_wake, int q) in umtxq_signal_queue()
644 umtxq_requeue(struct umtx_key *key, int n_wake, struct umtx_key *key2, in umtxq_requeue()
861 umtx_key_get(const void *addr, int type, int share, struct umtx_key *key) in umtx_key_get()
907 umtx_key_release(struct umtx_key *key) in umtx_key_release()
1038 struct umtx_key key; in do_unlock_umtx()
1219 struct umtx_key key; in do_unlock_umtx32()
1336 struct umtx_key key; in kern_umtx_wake()
1530 struct umtx_key key; in do_unlock_normal()
1605 struct umtx_key key; in do_wake_umutex()
1671 struct umtx_key key; in do_wake2_umutex()
2129 umtx_pi_lookup(struct umtx_key *key) in umtx_pi_lookup()
2162 umtx_pi_drop(struct thread *td, struct umtx_key *key, bool rb, int *count) in umtx_pi_drop()
2443 struct umtx_key key; in do_unlock_pi()
2695 struct umtx_key key; in do_unlock_pp()
3036 struct umtx_key key; in do_cv_signal()
3065 struct umtx_key key; in do_cv_broadcast()
3650 struct umtx_key key; in do_sem_wake()
3772 struct umtx_key key; in do_sem2_wake()
4305 struct umtx_key ushm_key;
4351 umtx_shm_find_reg_locked(const struct umtx_key *key, in umtx_shm_find_reg_locked()
4392 umtx_shm_find_reg(const struct umtx_key *key, struct umtx_shm_reg **const oreg) in umtx_shm_find_reg()
4492 umtx_shm_create_reg(struct thread *td, const struct umtx_key *key, in umtx_shm_create_reg()
4600 struct umtx_key key; in umtx_shm()