Home
last modified time | relevance | path

Searched refs:ksm_process_profit (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Dksm.h91 long ksm_process_profit(struct mm_struct *);
/Linux-v6.6/Documentation/admin-guide/mm/
Dksm.rst226 ``/proc/<pid>/ksm_stat`` as ksm_process_profit.
/Linux-v6.6/mm/
Dksm.c3108 long ksm_process_profit(struct mm_struct *mm) in ksm_process_profit() function
/Linux-v6.6/fs/proc/
Dbase.c3212 seq_printf(m, "ksm_process_profit %ld\n", ksm_process_profit(mm)); in proc_pid_ksm_stat()