Lines Matching defs:nidp
3715 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp);
3717 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp)
3723 if (nidp)
3724 *nidp = NUMA_NO_NODE;
3728 return kobj_to_node_hstate(kobj, nidp);
4089 * Returns node id via non-NULL nidp.
4091 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
4100 if (nidp)
4101 *nidp = nid;
4188 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
4191 if (nidp)
4192 *nidp = -1;