Searched refs:PSI_MEM (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | psi_types.h | 43 PSI_MEM, enumerator
|
/openbmc/linux/kernel/sched/ |
H A D | psi.c | 1506 return psi_show(m, &psi_system, PSI_MEM); in psi_memory_show() 1581 return psi_write(file, user_buf, nbytes, PSI_MEM); in psi_memory_write()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 3741 return psi_show(seq, psi, PSI_MEM); in cgroup_memory_pressure_show() 3796 return pressure_write(of, buf, nbytes, PSI_MEM); in cgroup_memory_pressure_write() 5286 .file_offset = offsetof(struct cgroup, psi_files[PSI_MEM]),
|