Lines Matching refs:firing
392 if (timer->it.cpu.firing) in posix_cpu_timer_del()
611 if (unlikely(timer->it.cpu.firing)) { in posix_cpu_timer_set()
612 timer->it.cpu.firing = -1; in posix_cpu_timer_set()
774 struct list_head *firing, in check_timers_list() argument
787 t->firing = 1; in check_timers_list()
788 list_move_tail(&t->entry, firing); in check_timers_list()
808 struct list_head *firing) in check_thread_timers() argument
825 expires = check_timers_list(timers, firing, prof_ticks(tsk)); in check_thread_timers()
828 expires = check_timers_list(++timers, firing, virt_ticks(tsk)); in check_thread_timers()
831 tsk_expires->sched_exp = check_timers_list(++timers, firing, in check_thread_timers()
911 struct list_head *firing) in check_process_timers() argument
944 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()
945 virt_expires = check_timers_list(++timers, firing, utime); in check_process_timers()
946 sched_expires = check_timers_list(++timers, firing, sum_sched_runtime); in check_process_timers()
1140 LIST_HEAD(firing); in run_posix_cpu_timers()
1160 check_thread_timers(tsk, &firing); in run_posix_cpu_timers()
1162 check_process_timers(tsk, &firing); in run_posix_cpu_timers()
1180 list_for_each_entry_safe(timer, next, &firing, it.cpu.entry) { in run_posix_cpu_timers()
1185 cpu_firing = timer->it.cpu.firing; in run_posix_cpu_timers()
1186 timer->it.cpu.firing = 0; in run_posix_cpu_timers()