Searched refs:nidp (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 279 const unsigned int *nidp; in cell_iommu_find_ioc() local 282 nidp = of_get_property(np, "node-id", NULL); in cell_iommu_find_ioc() 283 if (nidp && *nidp == nid) { in cell_iommu_find_ioc()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 281 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()
|
/kernel/linux/linux-5.10/sound/pci/lola/ |
H A D | lola_pcm.c | 681 int lola_init_pcm(struct lola *chip, int dir, int *nidp) in lola_init_pcm() argument 686 nid = *nidp; in lola_init_pcm() 692 *nidp = nid; in lola_init_pcm()
|
H A D | lola.h | 484 int lola_init_pcm(struct lola *chip, int dir, int *nidp); 498 int lola_init_pins(struct lola *chip, int dir, int *nidp);
|
H A D | lola_mixer.c | 81 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()
|
/kernel/linux/linux-6.6/sound/pci/lola/ |
H A D | lola_pcm.c | 676 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 D | lola.h | 483 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 D | lola_mixer.c | 81 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()
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 2806 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp); 2808 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in kobj_to_hstate() argument 2814 if (nidp) in kobj_to_hstate() 2815 *nidp = NUMA_NO_NODE; in kobj_to_hstate() 2819 return kobj_to_node_hstate(kobj, nidp); in kobj_to_hstate() 3077 * Returns node id via non-NULL nidp. 3079 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument 3088 if (nidp) in kobj_to_node_hstate() 3089 *nidp = nid; in kobj_to_node_hstate() 3178 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | hugetlb.c | 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) in kobj_to_hstate() argument 3723 if (nidp) in kobj_to_hstate() 3724 *nidp = NUMA_NO_NODE; in kobj_to_hstate() 3728 return kobj_to_node_hstate(kobj, nidp); in kobj_to_hstate() 4089 * Returns node id via non-NULL nidp. 4091 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument 4100 if (nidp) in kobj_to_node_hstate() 4101 *nidp = nid; in kobj_to_node_hstate() 4188 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument [all...] |
Completed in 22 milliseconds