Lines Matching refs:thread__comm_lock
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()
252 EXCLUSIVE_LOCKS_REQUIRED(thread__comm_lock(thread)) in ____thread__set_comm()
281 down_write(thread__comm_lock(thread)); in __thread__set_comm()
283 up_write(thread__comm_lock(thread)); in __thread__set_comm()
305 SHARED_LOCKS_REQUIRED(thread__comm_lock(thread)) in __thread__comm_str()
319 down_read(thread__comm_lock(thread)); in thread__comm_str()
321 up_read(thread__comm_lock(thread)); in thread__comm_str()
343 down_read(thread__comm_lock(thread)); in thread__comm_len()
346 up_read(thread__comm_lock(thread)); in thread__comm_len()