Searched refs:nidp (Results 1 – 4 of 4) sorted by relevance
/linux/sound/pci/lola/ |
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_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_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()
|
/linux/mm/ |
H A D | hugetlb.c | 3937 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp); 3939 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in kobj_to_hstate() argument 3945 if (nidp) in kobj_to_hstate() 3946 *nidp = NUMA_NO_NODE; in kobj_to_hstate() 3950 return kobj_to_node_hstate(kobj, nidp); in kobj_to_hstate() 4317 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument 4326 if (nidp) in kobj_to_node_hstate() 4327 *nidp = nid; in kobj_to_node_hstate() 4414 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument 4417 if (nidp) in kobj_to_node_hstate() [all …]
|