Searched refs:thread__comm_lock (Results 1 – 2 of 2) sorted by relevance
63 init_rwsem(thread__comm_lock(thread)); in thread__new()112 down_write(thread__comm_lock(thread)); in thread__delete()117 up_write(thread__comm_lock(thread)); in thread__delete()123 exit_rwsem(thread__comm_lock(thread)); in thread__delete()205 SHARED_LOCKS_REQUIRED(thread__comm_lock(thread)) in __thread__comm()217 down_read(thread__comm_lock(thread)); in thread__comm()219 up_read(thread__comm_lock(thread)); in thread__comm()227 down_read(thread__comm_lock(thread)); in thread__exec_comm()230 up_read(thread__comm_lock(thread)); in thread__exec_comm()236 up_read(thread__comm_lock(thread)); in thread__exec_comm()[all …]
239 static inline struct rw_semaphore *thread__comm_lock(struct thread *thread) in thread__comm_lock() function245 SHARED_LOCKS_REQUIRED(thread__comm_lock(thread)) in thread__comm_list()