Searched refs:thread__comm_lock (Results 1 – 2 of 2) sorted by relevance
57 init_rwsem(thread__comm_lock(thread)); in thread__new()111 down_write(thread__comm_lock(thread)); in thread__delete()116 up_write(thread__comm_lock(thread)); in thread__delete()122 exit_rwsem(thread__comm_lock(thread)); in thread__delete()264 down_write(thread__comm_lock(thread)); in __thread__set_comm()266 up_write(thread__comm_lock(thread)); in __thread__set_comm()301 down_read(thread__comm_lock(thread)); in thread__comm_str()303 up_read(thread__comm_lock(thread)); in thread__comm_str()325 down_read(thread__comm_lock(thread)); in thread__comm_len()328 up_read(thread__comm_lock(thread)); in thread__comm_len()
232 static inline struct rw_semaphore *thread__comm_lock(struct thread *thread) in thread__comm_lock() function