Searched refs:PSI_MEM (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | psi_types.h | 43 PSI_MEM, enumerator
|
/linux-6.6.21/kernel/sched/ |
D | psi.c | 1497 return psi_show(m, &psi_system, PSI_MEM); in psi_memory_show() 1572 return psi_write(file, user_buf, nbytes, PSI_MEM); in psi_memory_write()
|
/linux-6.6.21/kernel/cgroup/ |
D | cgroup.c | 3732 return psi_show(seq, psi, PSI_MEM); in cgroup_memory_pressure_show() 3787 return pressure_write(of, buf, nbytes, PSI_MEM); in cgroup_memory_pressure_write() 5277 .file_offset = offsetof(struct cgroup, psi_files[PSI_MEM]),
|