Searched refs:nidp (Results 1 – 1 of 1) sorted by relevance
26 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp);28 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in kobj_to_hstate() argument34 if (nidp) in kobj_to_hstate()35 *nidp = NUMA_NO_NODE; in kobj_to_hstate()39 return kobj_to_node_hstate(kobj, nidp); in kobj_to_hstate()373 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument382 if (nidp) in kobj_to_node_hstate()383 *nidp = nid; in kobj_to_node_hstate()470 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument473 if (nidp) in kobj_to_node_hstate()[all …]