Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/
H A Diommu.c281 const unsigned int *nidp; in cell_iommu_find_ioc() local
284 nidp = of_get_property(np, "node-id", NULL); in cell_iommu_find_ioc()
285 if (nidp && *nidp == nid) { in cell_iommu_find_ioc()
/linux/sound/pci/lola/
H A Dlola.h483 int lola_init_pcm(struct lola *chip, int dir, int *nidp);
497 int lola_init_pins(struct lola *chip, int dir, int *nidp);
H A Dlola_pcm.c676 int lola_init_pcm(struct lola *chip, int dir, int *nidp) in lola_init_pcm() argument
681 nid = *nidp; in lola_init_pcm()
687 *nidp = nid; in lola_init_pcm()
H A Dlola_mixer.c81 int lola_init_pins(struct lola *chip, int dir, int *nidp) in lola_init_pins() argument
84 nid = *nidp; in lola_init_pins()
92 *nidp = nid; in lola_init_pins()
/linux/mm/
H A Dhugetlb.c3900 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp); in set_max_huge_pages()
3902 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in set_max_huge_pages()
3908 if (nidp) in set_max_huge_pages()
3909 *nidp = NUMA_NO_NODE; in set_max_huge_pages()
3913 return kobj_to_node_hstate(kobj, nidp); in set_max_huge_pages()
4278 * Returns node id via non-NULL nidp.
4280 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in demote_size_show()
4289 if (nidp) in demote_size_store()
4290 *nidp = nid; in demote_size_store()
4377 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in hugetlb_sysfs_add_hstate()
4039 kobj_to_hstate(struct kobject * kobj,int * nidp) kobj_to_hstate() argument
4413 kobj_to_node_hstate(struct kobject * kobj,int * nidp) kobj_to_node_hstate() argument
4510 kobj_to_node_hstate(struct kobject * kobj,int * nidp) kobj_to_node_hstate() argument
[all...]