Searched refs:mt_lock (Results 1 – 1 of 1) sorted by relevance
2008 struct rw_semaphore mt_lock, newmt_lock; in check_forking() local2010 init_rwsem(&mt_lock); in check_forking()2014 mt_set_external_lock(&mt, &mt_lock); in check_forking()2019 down_write(&mt_lock); in check_forking()2042 up_write(&mt_lock); in check_forking()2152 struct rw_semaphore mt_lock, newmt_lock; in bench_forking() local2154 init_rwsem(&mt_lock); in bench_forking()2158 mt_set_external_lock(&mt, &mt_lock); in bench_forking()2160 down_write(&mt_lock); in bench_forking()2189 up_write(&mt_lock); in bench_forking()