Searched refs:test_kernel_ptr (Results 1 – 1 of 1) sorted by relevance
411 static bool test_kernel_ptr(unsigned long addr, int size) in test_kernel_ptr() function481 if (test_kernel_ptr(lock_spinlock_ptr, sizeof(spinlock_t)) || in test_lockup_init()482 test_kernel_ptr(lock_rwlock_ptr, sizeof(rwlock_t)) || in test_lockup_init()483 test_kernel_ptr(lock_mutex_ptr, sizeof(struct mutex)) || in test_lockup_init()484 test_kernel_ptr(lock_rwsem_ptr, sizeof(struct rw_semaphore))) in test_lockup_init()