Searched refs:newmt_lock (Results 1 – 1 of 1) sorted by relevance
2008 struct rw_semaphore mt_lock, newmt_lock; in check_forking() local2011 init_rwsem(&newmt_lock); in check_forking()2017 mt_set_external_lock(&newmt, &newmt_lock); in check_forking()2025 down_write_nested(&newmt_lock, SINGLE_DEPTH_NESTING); in check_forking()2041 up_write(&newmt_lock); in check_forking()2152 struct rw_semaphore mt_lock, newmt_lock; in bench_forking() local2155 init_rwsem(&newmt_lock); in bench_forking()2169 mt_set_external_lock(&newmt, &newmt_lock); in bench_forking()2171 down_write_nested(&newmt_lock, SINGLE_DEPTH_NESTING); in bench_forking()2185 up_write(&newmt_lock); in bench_forking()