Searched refs:firing (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/kernel/time/ |
D | posix-cpu-timers.c | 497 if (timer->it.cpu.firing) in posix_cpu_timer_del() 672 if (unlikely(timer->it.cpu.firing)) { in posix_cpu_timer_set() 673 timer->it.cpu.firing = -1; in posix_cpu_timer_set() 834 struct list_head *firing, u64 now) in collect_timerqueue() argument 849 ctmr->firing = 1; in collect_timerqueue() 851 list_add_tail(&ctmr->elist, firing); in collect_timerqueue() 858 struct list_head *firing) in collect_posix_cputimers() argument 864 base->nextevt = collect_timerqueue(&base->tqhead, firing, in collect_posix_cputimers() 897 struct list_head *firing) in check_thread_timers() argument 910 collect_posix_cputimers(pct, samples, firing); in check_thread_timers() [all …]
|
/Linux-v6.1/include/linux/ |
D | posix-timers.h | 74 int firing; member
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-apple-aic.c | 844 unsigned long enabled, firing; in aic_handle_ipi() local 877 firing = atomic_fetch_andnot(enabled, this_cpu_ptr(&aic_vipi_flag)) & enabled; in aic_handle_ipi() 879 for_each_set_bit(i, &firing, AIC_NR_SWIPI) in aic_handle_ipi()
|
/Linux-v6.1/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 557 v. If FW in operational state before firing INIT, now we send RESET Flag to FW instead of just READ… 575 ii. Bug fix : Disable controller interrupt before firing INIT cmd to FW.
|
/Linux-v6.1/drivers/xen/ |
D | Kconfig | 89 firing.
|
/Linux-v6.1/Documentation/networking/dsa/ |
D | sja1105.rst | 279 firing at the same time does not apply because there is a single schedule in
|
/Linux-v6.1/Documentation/virt/kvm/x86/ |
D | timekeeping.rst | 601 Since scheduling may be based on precise timing and firing of interrupts, the
|
/Linux-v6.1/Documentation/trace/ |
D | kprobes.rst | 645 probepoint repeatedly, firing a simple handler each time, reports 1-2
|
/Linux-v6.1/Documentation/driver-api/gpio/ |
D | driver.rst | 122 reasons. This can result in the value being unstable or irqs firing repeatedly
|