Home
last modified time | relevance | path

Searched refs:max_pid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dslub.c4604 long max_pid; member
4677 if (track->pid > l->max_pid) in add_location()
4678 l->max_pid = track->pid; in add_location()
4710 l->max_pid = track->pid; in add_location()
4784 if (l->min_pid != l->max_pid) in list_locations()
4786 l->min_pid, l->max_pid); in list_locations()
/kernel/linux/linux-6.6/mm/
H A Dslub.c5239 long max_pid; member
5324 if (track->pid > l->max_pid) in add_location()
5325 l->max_pid = track->pid; in add_location()
5362 l->max_pid = track->pid; in add_location()
6307 if (l->min_pid != l->max_pid) in slab_debugfs_show()
6308 seq_printf(seq, " pid=%ld-%ld", l->min_pid, l->max_pid); in slab_debugfs_show()

Completed in 19 milliseconds