Searched refs:PSI_IRQ (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | psi_types.h | 46 PSI_IRQ, enumerator
|
| /linux-6.15/kernel/sched/ |
| H A D | psi.c | 1244 if (!irqtime_enabled() && res == PSI_IRQ) in psi_show() 1257 only_full = res == PSI_IRQ; in psi_show() 1311 if (res == PSI_IRQ && --state != PSI_IRQ_FULL) in psi_trigger_create() 1632 return psi_show(m, &psi_system, PSI_IRQ); in psi_irq_show() 1643 return psi_write(file, user_buf, nbytes, PSI_IRQ); in psi_irq_write()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cgroup.c | 3927 return psi_show(seq, psi, PSI_IRQ); in cgroup_irq_pressure_show() 3934 return pressure_write(of, buf, nbytes, PSI_IRQ); in cgroup_irq_pressure_write() 5401 .file_offset = offsetof(struct cgroup, psi_files[PSI_IRQ]),
|