try_to_take_rt_mutex 1175 kernel/locking/rtmutex.c 		if (try_to_take_rt_mutex(lock, current, waiter))
try_to_take_rt_mutex 1251 kernel/locking/rtmutex.c 	if (try_to_take_rt_mutex(lock, current, NULL)) {
try_to_take_rt_mutex 1293 kernel/locking/rtmutex.c 	int ret = try_to_take_rt_mutex(lock, current, NULL);
try_to_take_rt_mutex 1755 kernel/locking/rtmutex.c 	if (try_to_take_rt_mutex(lock, task, NULL))
try_to_take_rt_mutex 1905 kernel/locking/rtmutex.c 	try_to_take_rt_mutex(lock, current, waiter);