Searched refs:newmt_lock (Results 1 – 1 of 1) sorted by relevance
1863 struct rw_semaphore mt_lock, newmt_lock; in check_forking() local1866 init_rwsem(&newmt_lock); in check_forking()1872 mt_set_external_lock(&newmt, &newmt_lock); in check_forking()1880 down_write_nested(&newmt_lock, SINGLE_DEPTH_NESTING); in check_forking()1896 up_write(&newmt_lock); in check_forking()2007 struct rw_semaphore mt_lock, newmt_lock; in bench_forking() local2010 init_rwsem(&newmt_lock); in bench_forking()2024 mt_set_external_lock(&newmt, &newmt_lock); in bench_forking()2026 down_write_nested(&newmt_lock, SINGLE_DEPTH_NESTING); in bench_forking()2040 up_write(&newmt_lock); in bench_forking()[all …]