Lines Matching refs:firing
409 if (timer->it.cpu.firing) in posix_cpu_timer_del()
658 if (unlikely(timer->it.cpu.firing)) { in posix_cpu_timer_set()
659 timer->it.cpu.firing = -1; in posix_cpu_timer_set()
833 struct list_head *firing, in check_timers_list() argument
846 t->firing = 1; in check_timers_list()
847 list_move_tail(&t->entry, firing); in check_timers_list()
859 struct list_head *firing) in check_thread_timers() argument
874 expires = check_timers_list(timers, firing, prof_ticks(tsk)); in check_thread_timers()
877 expires = check_timers_list(++timers, firing, virt_ticks(tsk)); in check_thread_timers()
880 tsk_expires->sched_exp = check_timers_list(++timers, firing, in check_thread_timers()
962 struct list_head *firing) in check_process_timers() argument
992 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()
993 virt_expires = check_timers_list(++timers, firing, utime); in check_process_timers()
994 sched_expires = check_timers_list(++timers, firing, sum_sched_runtime); in check_process_timers()
1187 LIST_HEAD(firing); in run_posix_cpu_timers()
1207 check_thread_timers(tsk, &firing); in run_posix_cpu_timers()
1209 check_process_timers(tsk, &firing); in run_posix_cpu_timers()
1227 list_for_each_entry_safe(timer, next, &firing, it.cpu.entry) { in run_posix_cpu_timers()
1232 cpu_firing = timer->it.cpu.firing; in run_posix_cpu_timers()
1233 timer->it.cpu.firing = 0; in run_posix_cpu_timers()