Searched refs:nidp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/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-6.15/mm/ |
| H A D | hugetlb.c | 4170 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp); 4172 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in kobj_to_hstate() argument 4178 if (nidp) in kobj_to_hstate() 4179 *nidp = NUMA_NO_NODE; in kobj_to_hstate() 4183 return kobj_to_node_hstate(kobj, nidp); in kobj_to_hstate() 4550 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument 4559 if (nidp) in kobj_to_node_hstate() 4560 *nidp = nid; in kobj_to_node_hstate() 4647 static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp) in kobj_to_node_hstate() argument 4650 if (nidp) in kobj_to_node_hstate() [all …]
|