Lines Matching refs:firing
386 if (timer->it.cpu.firing) in posix_cpu_timer_del()
634 if (unlikely(timer->it.cpu.firing)) { in posix_cpu_timer_set()
635 timer->it.cpu.firing = -1; in posix_cpu_timer_set()
809 struct list_head *firing, in check_timers_list() argument
822 t->firing = 1; in check_timers_list()
823 list_move_tail(&t->entry, firing); in check_timers_list()
835 struct list_head *firing) in check_thread_timers() argument
843 expires = check_timers_list(timers, firing, prof_ticks(tsk)); in check_thread_timers()
846 expires = check_timers_list(++timers, firing, virt_ticks(tsk)); in check_thread_timers()
849 tsk_expires->sched_exp = check_timers_list(++timers, firing, in check_thread_timers()
933 struct list_head *firing) in check_process_timers() argument
950 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()
951 virt_expires = check_timers_list(++timers, firing, utime); in check_process_timers()
952 sched_expires = check_timers_list(++timers, firing, sum_sched_runtime); in check_process_timers()
1135 LIST_HEAD(firing); in run_posix_cpu_timers()
1155 check_thread_timers(tsk, &firing); in run_posix_cpu_timers()
1161 check_process_timers(tsk, &firing); in run_posix_cpu_timers()
1179 list_for_each_entry_safe(timer, next, &firing, it.cpu.entry) { in run_posix_cpu_timers()
1184 cpu_firing = timer->it.cpu.firing; in run_posix_cpu_timers()
1185 timer->it.cpu.firing = 0; in run_posix_cpu_timers()