Searched refs:comm_lock (Results 1 – 6 of 6) sorted by relevance
55 init_rwsem(&thread->comm_lock); in thread__new()103 down_write(&thread->comm_lock); in thread__delete()108 up_write(&thread->comm_lock); in thread__delete()114 exit_rwsem(&thread->comm_lock); in thread__delete()270 down_write(&thread->comm_lock); in __thread__set_comm()272 up_write(&thread->comm_lock); in __thread__set_comm()307 down_read(&thread->comm_lock); in thread__comm_str()309 up_read(&thread->comm_lock); in thread__comm_str()
50 struct rw_semaphore comm_lock; member
378 spinlock_t comm_lock; member787 lockdep_assert_held(&b->comm_lock); in vmballoon_lock_op()825 lockdep_assert_held(&b->comm_lock); in vmballoon_add_page()864 spin_lock(&b->comm_lock); in vmballoon_lock()904 spin_unlock(&b->comm_lock); in vmballoon_lock()1762 spin_lock(&b->comm_lock); in vmballoon_migratepage()1782 spin_unlock(&b->comm_lock); in vmballoon_migratepage()1804 spin_unlock(&b->comm_lock); in vmballoon_migratepage()1896 spin_lock_init(&balloon.comm_lock); in vmballoon_init()
192 mutex_lock(&data->comm_lock); in ssp_do_transfer()221 mutex_unlock(&data->comm_lock); in ssp_do_transfer()238 mutex_unlock(&data->comm_lock); in ssp_do_transfer()
513 mutex_init(&data->comm_lock); in ssp_probe()570 mutex_destroy(&data->comm_lock); in ssp_probe()595 mutex_destroy(&data->comm_lock); in ssp_remove()
212 struct mutex comm_lock; member