Searched refs:from_nid (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/base/ |
D | cpu.c | 35 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node() argument 38 unregister_cpu_under_node(cpuid, from_nid); in change_cpu_under_node() 47 int from_nid, to_nid; in cpu_subsys_online() local 50 from_nid = cpu_to_node(cpuid); in cpu_subsys_online() 51 if (from_nid == NUMA_NO_NODE) in cpu_subsys_online() 60 if (from_nid != to_nid) in cpu_subsys_online() 61 change_cpu_under_node(cpu, from_nid, to_nid); in cpu_subsys_online()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_generic.h | 310 hda_nid_t from_nid, hda_nid_t to_nid); 313 bool snd_hda_parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid, 317 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
|
D | hda_generic.c | 260 hda_nid_t from_nid, hda_nid_t to_nid, in get_nid_path() argument 270 if ((!from_nid || path->path[0] == from_nid) && in get_nid_path() 291 hda_nid_t from_nid, hda_nid_t to_nid) in snd_hda_get_nid_path() argument 293 return get_nid_path(codec, from_nid, to_nid, 0); in snd_hda_get_nid_path() 353 hda_nid_t from_nid, hda_nid_t to_nid) in is_reachable_path() argument 355 if (!from_nid || !to_nid) in is_reachable_path() 357 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path() 404 hda_nid_t from_nid, hda_nid_t to_nid, in __parse_nid_path() argument 418 if (conn[i] != from_nid) { in __parse_nid_path() 422 if (from_nid || in __parse_nid_path() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 1713 lnet_parse(lnet_ni_t *ni, lnet_hdr_t *hdr, lnet_nid_t from_nid, in lnet_parse() argument 1735 cpt = lnet_cpt_of_nid(from_nid); in lnet_parse() 1742 libcfs_nid2str(from_nid), in lnet_parse() 1754 libcfs_nid2str(from_nid), in lnet_parse() 1765 libcfs_nid2str(from_nid), in lnet_parse() 1790 libcfs_nid2str(from_nid), in lnet_parse() 1800 libcfs_nid2str(from_nid), in lnet_parse() 1808 libcfs_nid2str(from_nid), in lnet_parse() 1816 libcfs_nid2str(from_nid), in lnet_parse() 1829 libcfs_nid2str(from_nid), libcfs_nid2str(src_nid), in lnet_parse() [all …]
|