Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmempolicy.h172 extern void mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol);
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1964 mpol_to_str(buffer, sizeof(buffer), pol); in show_numa_map()
1967 mpol_to_str(buffer, sizeof(buffer), proc_priv->task_mempolicy); in show_numa_map()
/openbmc/linux/mm/
H A Dmempolicy.c3114 void mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol) in mpol_to_str() function
H A Dshmem.c1565 mpol_to_str(buffer, sizeof(buffer), mpol); in shmem_show_mpol()