Searched refs:tmr (Results 1 – 2 of 2) sorted by relevance
431 struct k_itimer *tmr; in alloc_posix_timer() local432 tmr = kmem_cache_zalloc(posix_timers_cache, GFP_KERNEL); in alloc_posix_timer()433 if (!tmr) in alloc_posix_timer()434 return tmr; in alloc_posix_timer()435 if (unlikely(!(tmr->sigq = sigqueue_alloc()))) { in alloc_posix_timer()436 kmem_cache_free(posix_timers_cache, tmr); in alloc_posix_timer()439 clear_siginfo(&tmr->sigq->info); in alloc_posix_timer()440 return tmr; in alloc_posix_timer()445 struct k_itimer *tmr = container_of(head, struct k_itimer, rcu); in k_itimer_rcu_free() local447 kmem_cache_free(posix_timers_cache, tmr); in k_itimer_rcu_free()[all …]
650 struct hrtimer *tmr = &tsk->signal->real_timer; in dequeue_signal() local652 if (!hrtimer_is_queued(tmr) && in dequeue_signal()654 hrtimer_forward(tmr, tmr->base->get_time(), in dequeue_signal()656 hrtimer_restart(tmr); in dequeue_signal()