Lines Matching full:another

10         .expect("Mutex got poisoned by another test");  in compile_kernel_module()
45 let _m0 = crate::KMOD_MTX.lock().expect("Mutex got poisoned by another test"); in test_finit_and_delete_module()
46 let _m1 = crate::CWD_LOCK.read().expect("Mutex got poisoned by another test"); in test_finit_and_delete_module()
63 let _m0 = crate::KMOD_MTX.lock().expect("Mutex got poisoned by another test"); in test_finit_and_delete_modul_with_params()
64 let _m1 = crate::CWD_LOCK.read().expect("Mutex got poisoned by another test"); in test_finit_and_delete_modul_with_params()
84 let _m0 = crate::KMOD_MTX.lock().expect("Mutex got poisoned by another test"); in test_init_and_delete_module()
85 let _m1 = crate::CWD_LOCK.read().expect("Mutex got poisoned by another test"); in test_init_and_delete_module()
104 let _m0 = crate::KMOD_MTX.lock().expect("Mutex got poisoned by another test"); in test_init_and_delete_module_with_params()
105 let _m1 = crate::CWD_LOCK.read().expect("Mutex got poisoned by another test"); in test_init_and_delete_module_with_params()
125 let _m0 = crate::KMOD_MTX.lock().expect("Mutex got poisoned by another test"); in test_finit_module_invalid()
126 let _m1 = crate::CWD_LOCK.read().expect("Mutex got poisoned by another test"); in test_finit_module_invalid()
139 let _m0 = crate::KMOD_MTX.lock().expect("Mutex got poisoned by another test"); in test_finit_module_twice_and_delete_module()
140 let _m1 = crate::CWD_LOCK.read().expect("Mutex got poisoned by another test"); in test_finit_module_twice_and_delete_module()
161 let _m0 = crate::KMOD_MTX.lock().expect("Mutex got poisoned by another test"); in test_delete_module_not_loaded()
162 let _m1 = crate::CWD_LOCK.read().expect("Mutex got poisoned by another test"); in test_delete_module_not_loaded()