try_to_del_timer_sync  170 include/linux/timer.h   extern int try_to_del_timer_sync(struct timer_list *timer);
try_to_del_timer_sync  724 kernel/timer.c 		int ret = try_to_del_timer_sync(timer);
try_to_del_timer_sync  112 net/rxrpc/ar-ack.c 	try_to_del_timer_sync(&call->ack_timer);
try_to_del_timer_sync  301 net/rxrpc/ar-input.c 		if (try_to_del_timer_sync(&call->resend_timer) >= 0) {
try_to_del_timer_sync  438 net/rxrpc/ar-output.c 	if (try_to_del_timer_sync(&call->resend_timer) >= 0) {
try_to_del_timer_sync  498 net/rxrpc/ar-output.c 	if (try_to_del_timer_sync(&call->ack_timer) >= 0) {
try_to_del_timer_sync   38 net/rxrpc/ar-skbuff.c 		if (try_to_del_timer_sync(&call->ack_timer) >= 0)