Searched defs:mpol_ops (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmempolicy.c138 } mpol_ops[MPOL_MAX]; variable in typeref:struct:mempolicy_operations
236 ret = mpol_ops[pol->mode].create(pol, &nsc->mask2);
238 ret = mpol_ops[pol->mode].create(pol, NULL);
410 mpol_ops[pol->mode].rebind(pol, newmask, step);
442 static const struct mempolicy_operations mpol_ops[MPOL_MAX] = { variable in typeref:struct:mempolicy_operations

Completed in 8 milliseconds