Home
last modified time | relevance | path

Searched refs:mpol_parse_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmempolicy.h169 extern int mpol_parse_str(char *str, struct mempolicy **mpol);
275 static inline int mpol_parse_str(char *str, struct mempolicy **mpol) in mpol_parse_str() function
/openbmc/linux/mm/
H A Dmempolicy.c2995 int mpol_parse_str(char *str, struct mempolicy **mpol) in mpol_parse_str() function
H A Dshmem.c3990 if (mpol_parse_str(param->string, &ctx->mpol)) in shmem_parse_one()