Searched refs:mt_lock (Results 1 – 1 of 1) sorted by relevance
1973 struct rw_semaphore mt_lock, newmt_lock; in check_forking() local1975 init_rwsem(&mt_lock); in check_forking()1979 mt_set_external_lock(&mt, &mt_lock); in check_forking()1984 down_write(&mt_lock); in check_forking()2007 up_write(&mt_lock); in check_forking()2117 struct rw_semaphore mt_lock, newmt_lock; in bench_forking() local2119 init_rwsem(&mt_lock); in bench_forking()2123 mt_set_external_lock(&mt, &mt_lock); in bench_forking()2125 down_write(&mt_lock); in bench_forking()2154 up_write(&mt_lock); in bench_forking()