Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c268 struct policies *polp; in get_mbind_policy() local
274 for (polp = policies; polp->pol_name != NULL; ++polp) { in get_mbind_policy()
277 if (strncmp(pol, polp->pol_name, plen)) in get_mbind_policy()
281 return polp->pol_flag; in get_mbind_policy()