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

/linux-master/include/linux/
H A Dmempolicy.h165 extern void mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol);
/linux-master/fs/proc/
H A Dtask_mmu.c2718 mpol_to_str(buffer, sizeof(buffer), pol);
2721 mpol_to_str(buffer, sizeof(buffer), proc_priv->task_mempolicy);
/linux-master/mm/
H A Dmempolicy.c3239 * Save nodes for mpol_to_str() to show the tmpfs mount options
3272 * mpol_to_str - format a mempolicy structure for printing
3281 void mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol) function
H A Dshmem.c1539 mpol_to_str(buffer, sizeof(buffer), mpol);

Completed in 157 milliseconds