Searched refs:nidp (Results 1 – 1 of 1) sorted by relevance
2562 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp);2564 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in kobj_to_hstate() argument2570 if (nidp) in kobj_to_hstate()2571 *nidp = NUMA_NO_NODE; in kobj_to_hstate()2575 return kobj_to_node_hstate(kobj, nidp); in kobj_to_hstate()2833 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument2842 if (nidp) in kobj_to_node_hstate()2843 *nidp = nid; in kobj_to_node_hstate()2932 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument2935 if (nidp) in kobj_to_node_hstate()[all …]