Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmempolicy.h162 extern int mpol_parse_str(char *str, struct mempolicy **mpol);
279 static inline int mpol_parse_str(char *str, struct mempolicy **mpol) in mpol_parse_str() function
/linux-6.15/mm/
H A Dmempolicy.c3223 int mpol_parse_str(char *str, struct mempolicy **mpol) in mpol_parse_str() function
H A Dshmem.c4657 if (mpol_parse_str(param->string, &ctx->mpol)) in shmem_parse_one()