/linux-4.1.27/arch/mips/loongson/loongson-3/ |
D | numa.c | 128 u64 node_id, node_psize, start_pfn, end_pfn, mem_start, mem_size; in szmem() local 132 node_id = loongson_memmap->map[i].node_id; in szmem() 133 if (node_id != node) in szmem() 142 start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT; in szmem() 147 (u32)node_id, mem_type, mem_start, mem_size); in szmem() 150 add_memory_region((node_id << 44) + mem_start, in szmem() 156 start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT; in szmem() 161 (u32)node_id, mem_type, mem_start, mem_size); in szmem() 164 add_memory_region((node_id << 44) + mem_start, in szmem() 171 (u32)node_id, mem_type, mem_start, mem_size); in szmem() [all …]
|
D | irq.c | 59 int node_id = cpu_logical_map(cpu) / loongson_sysconf.cores_per_node; in mask_loongson_irq() local 61 u64 intenclr_addr = smp_group[node_id] | in mask_loongson_irq() 63 u64 introuter_lpc_addr = smp_group[node_id] | in mask_loongson_irq() 76 int node_id = cpu_logical_map(cpu) / loongson_sysconf.cores_per_node; in unmask_loongson_irq() local 78 u64 intenset_addr = smp_group[node_id] | in unmask_loongson_irq() 80 u64 introuter_lpc_addr = smp_group[node_id] | in unmask_loongson_irq()
|
/linux-4.1.27/drivers/acpi/ |
D | glue.c | 154 static void acpi_physnode_link_name(char *buf, unsigned int node_id) in acpi_physnode_link_name() argument 156 if (node_id > 0) in acpi_physnode_link_name() 158 PHYSICAL_NODE_STRING "%u", node_id); in acpi_physnode_link_name() 168 unsigned int node_id; in acpi_bind_one() local 197 node_id = 0; in acpi_bind_one() 212 if (pn->node_id == node_id) { in acpi_bind_one() 214 node_id++; in acpi_bind_one() 218 physical_node->node_id = node_id; in acpi_bind_one() 226 acpi_physnode_link_name(physical_node_name, node_id); in acpi_bind_one() 271 acpi_physnode_link_name(physnode_name, entry->node_id); in acpi_unbind_one()
|
/linux-4.1.27/arch/ia64/uv/kernel/ |
D | setup.c | 64 union uvh_node_id_u node_id; in uv_setup() local 72 node_id.v = 0; in uv_setup() 87 node_id.v = uv_read_local_mmr(UVH_NODE_ID); in uv_setup() 98 gnode_upper = (((unsigned long)node_id.s.node_id) & in uv_setup()
|
/linux-4.1.27/drivers/firewire/ |
D | sbp2.c | 171 int node_id; member 502 int node_id, int generation, u64 offset) in sbp2_send_orb() argument 520 node_id, generation, device->max_speed, offset, in sbp2_send_orb() 560 static int sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, in sbp2_send_management_orb() argument 617 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb() 664 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset() 686 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait() 802 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_set_busy_timeout() 817 int generation, node_id, local_node_id; in sbp2_login() local 824 node_id = device->node_id; in sbp2_login() [all …]
|
D | core-device.c | 251 device->node_id, in fw_device_enable_phys_dma() 499 TCODE_READ_QUADLET_REQUEST, device->node_id, in read_rom() 916 old->node_id = current_node->node_id; in lookup_existing_device() 964 device->node_id, generation, device->max_speed, in set_broadcast_channel() 983 device->node_id, generation, device->max_speed, in set_broadcast_channel() 1020 device->node_id, in fw_device_init() 1147 int ret, node_id = device->node_id; in fw_device_refresh() local 1205 if (node_id == card->root_node->node_id) in fw_device_refresh() 1246 device->node_id = node->node_id; in fw_node_event() 1276 device->node_id = node->node_id; in fw_node_event() [all …]
|
D | core-topology.c | 121 node->node_id = LOCAL_BUS | SELF_ID_PHY_ID(sid); in fw_node_create() 241 if (phy_id == (card->node_id & 0x3f)) in build_tree() 448 node0->node_id = node1->node_id; in update_tree() 506 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map() 519 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset() argument 539 card->node_id = node_id; in fw_core_handle_bus_reset()
|
D | core.h | 88 int node_id, int generation); 176 u16 node_id; member 211 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, 251 int node_id, int generation, int gap_count);
|
D | net.c | 182 int node_id; member 460 int node_id, int generation) in fwnet_peer_find_by_node_id() argument 465 if (peer->node_id == node_id && in fwnet_peer_find_by_node_id() 965 int node_id; in fwnet_send_packet() local 971 node_id = dev->card->node_id; in fwnet_send_packet() 984 put_unaligned_be32(node_id << 16 | IANA_SPECIFIER_ID >> 8, p); in fwnet_send_packet() 1287 dest_node = peer->node_id; in fwnet_tx() 1419 peer->node_id = device->node_id; in fwnet_add_peer() 1530 peer->node_id = device->node_id; in fwnet_update()
|
D | core-transaction.c | 74 #define PHY_CONFIG_ROOT_ID(node_id) ((((node_id) & 0x3f) << 24) | (1 << 23)) argument 372 t->node_id = destination_id; in fw_send_request() 382 destination_id, card->node_id, generation, in fw_send_request() 456 int node_id, int generation, int gap_count) in fw_send_phy_config() argument 461 if (node_id != FW_PHY_CONFIG_NO_NODE_ID) in fw_send_phy_config() 462 data |= PHY_CONFIG_ROOT_ID(node_id); in fw_send_phy_config() 954 if (t->node_id == source && t->tlabel == tlabel) { in fw_core_handle_response()
|
D | core-card.c | 338 root_id = root_node->node_id; in bm_work() 339 irm_id = card->irm_node->node_id; in bm_work() 340 local_id = card->local_node->node_id; in bm_work() 621 int node_id, int generation) in dummy_enable_phys_dma() argument
|
D | core-cdev.c | 361 event->node_id = client->device->node_id; in fill_bus_reset_event() 362 event->local_node_id = card->local_node->node_id; in fill_bus_reset_event() 364 event->irm_node_id = card->irm_node->node_id; in fill_bus_reset_event() 365 event->root_node_id = card->root_node->node_id; in fill_bus_reset_event() 654 return init_request(client, &arg->send_request, client->device->node_id, in ioctl_send_request()
|
D | core-iso.c | 371 irm_id = card->irm_node->node_id; in fw_iso_resource_manage()
|
D | ohci.c | 195 int node_id; member 436 self_id_count, generation, ohci->node_id); in log_selfids() 1646 if (HEADER_GET_DESTINATION(packet->header[0]) == ctx->ohci->node_id && in at_context_transmit() 1906 ohci->node_id = reg & (OHCI1394_NodeID_busNumber | in bus_reset_work() 2065 fw_core_handle_bus_reset(&ohci->card, ohci->node_id, generation, in bus_reset_work() 2581 int node_id, int generation) in ohci_enable_phys_dma() argument 2607 n = (node_id & 0xffc0) == LOCAL_BUS ? node_id & 0x3f : 63; in ohci_enable_phys_dma()
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | mem.c | 62 u32 node_id; in prom_init_memory() local 67 node_id = loongson_memmap->map[i].node_id; in prom_init_memory() 70 if (node_id == 0) { in prom_init_memory()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spider-pic.c | 67 unsigned int node_id; member 157 (pic->node_id << 4) | 0xe); in spider_set_irq_type() 269 pic->node_id = (*tmp) >> 1; in spider_find_cascade_and_node() 278 (pic->node_id << IIC_IRQ_NODE_SHIFT) | in spider_find_cascade_and_node() 324 pic->node_id, addr, of_node->full_name); in spider_init_one()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | rio.h | 20 u8 node_id; /* Scalability Node ID */ member 35 u8 node_id; /* RIO Node ID */ member
|
/linux-4.1.27/mm/ |
D | nobootmem.c | 312 ptr = __alloc_memory_core_early(pgdat->node_id, size, align, in ___alloc_bootmem_node_nopanic() 334 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_nopanic() 373 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node() 434 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_low_node()
|
D | vmstat.c | 918 seq_printf(m, "Node %d, zone %8s ", pgdat->node_id, zone->name); in frag_show_print() 941 pgdat->node_id, in pagetypeinfo_showfree_print() 1004 seq_printf(m, "Node %d, zone %8s ", pgdat->node_id, zone->name); in pagetypeinfo_showblockcount_print() 1091 seq_printf(m, "Node %d, zone %8s ", pgdat->node_id, zone->name); in pagetypeinfo_showmixedcount_print() 1132 if (!node_state(pgdat->node_id, N_MEMORY)) in pagetypeinfo_show() 1187 seq_printf(m, "Node %d, zone %8s", pgdat->node_id, zone->name); in zoneinfo_show_print() 1572 pgdat->node_id, in unusable_show_print() 1597 if (!node_state(pgdat->node_id, N_MEMORY)) in unusable_show() 1634 pgdat->node_id, in extfrag_show_print()
|
D | mempool.c | 186 gfp_t gfp_mask, int node_id) in mempool_create_node() argument 189 pool = kzalloc_node(sizeof(*pool), gfp_mask, node_id); in mempool_create_node() 193 gfp_mask, node_id); in mempool_create_node()
|
D | bootmem.c | 735 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_nopanic() 774 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node() 786 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_node_high() 858 return kzalloc_node(size, GFP_NOWAIT, pgdat->node_id); in __alloc_bootmem_low_node()
|
D | mmzone.c | 19 int nid = next_online_node(pgdat->node_id); in next_online_pgdat()
|
D | sparse.c | 337 return memblock_virt_alloc_node_nopanic(size, pgdat->node_id); in sparse_early_usemaps_alloc_pgdat_section() 707 ret = sparse_index_init(section_nr, pgdat->node_id); in sparse_add_one_section() 710 memmap = kmalloc_section_memmap(section_nr, pgdat->node_id); in sparse_add_one_section()
|
D | vmscan.c | 1646 trace_mm_vmscan_lru_shrink_inactive(zone->zone_pgdat->node_id, in shrink_inactive_list() 3301 trace_mm_vmscan_kswapd_sleep(pgdat->node_id); in kswapd_try_to_sleep() 3359 const struct cpumask *cpumask = cpumask_of_node(pgdat->node_id); in kswapd() 3429 trace_mm_vmscan_kswapd_wake(pgdat->node_id, order); in kswapd() 3465 trace_mm_vmscan_wakeup_kswapd(pgdat->node_id, zone_idx(zone), order); in wakeup_kswapd() 3523 mask = cpumask_of_node(pgdat->node_id); in cpu_callback() 3706 int node_id; in zone_reclaim() local 3738 node_id = zone_to_nid(zone); in zone_reclaim() 3739 if (node_state(node_id, N_CPU) && node_id != numa_node_id()) in zone_reclaim()
|
D | memory_hotplug.c | 248 int node = pgdat->node_id; in register_page_bootmem_info_node() 329 int nid = zone->zone_pgdat->node_id; in fix_zone_id() 447 int nid = pgdat->node_id; in __add_zone() 651 int nid = pgdat->node_id; in shrink_pgdat_span() 1883 if (cpu_to_node(cpu) == pgdat->node_id) in check_cpu_on_node() 1900 if (cpu_to_node(cpu) == pgdat->node_id) in unmap_cpu_on_node()
|
D | page_alloc.c | 3761 local_node = pgdat->node_id; in build_zonelists() 3841 local_node = pgdat->node_id; in build_zonelists() 3913 if (self && !node_online(self->node_id)) { in __build_all_zonelists() 4445 alloc_size, zone->zone_pgdat->node_id); in zone_wait_table_init() 4499 pgdat->node_id, in init_currently_empty_zone() 4806 totalpages += zone_spanned_pages_in_node(pgdat->node_id, i, in calculate_node_totalpages() 4815 zone_absent_pages_in_node(pgdat->node_id, i, in calculate_node_totalpages() 4819 printk(KERN_DEBUG "On node %d totalpages: %lu\n", pgdat->node_id, in calculate_node_totalpages() 4854 pgdat->node_id); in setup_usemap() 4931 int nid = pgdat->node_id; in free_area_init_core() [all …]
|
D | page_owner.c | 265 pgdat->node_id, zone->name, count); in init_pages_in_zone()
|
D | migrate.c | 1596 trace_mm_numa_migrate_ratelimit(current, pgdat->node_id, in numamigrate_update_ratelimit()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 93 union uvh_node_id_u node_id; in early_get_pnodeid() local 98 node_id.v = uv_early_read_mmr(UVH_NODE_ID); in early_get_pnodeid() 100 uv_min_hub_revision_id = node_id.s.revision; in early_get_pnodeid() 102 switch (node_id.s.part_number) { in early_get_pnodeid() 114 pnode = (node_id.s.node_id >> 1) & ((1 << m_n_config.s.n_skt) - 1); in early_get_pnodeid() 877 union uvh_node_id_u node_id; in uv_system_init() local 904 node_id.v = uv_read_local_mmr(UVH_NODE_ID); in uv_system_init() 905 gnode_extra = (node_id.s.node_id & ~((1 << n_val) - 1)) >> 1; in uv_system_init()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | repository.c | 1006 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id) in ps3_repository_read_be_node_id() argument 1013 node_id, NULL); in ps3_repository_read_be_node_id() 1022 int ps3_repository_read_be_id(u64 node_id, u64 *be_id) in ps3_repository_read_be_id() argument 1026 node_id, in ps3_repository_read_be_id() 1032 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq) in ps3_repository_read_tb_freq() argument 1036 node_id, in ps3_repository_read_tb_freq() 1045 u64 node_id; in ps3_repository_read_be_tb_freq() local 1048 result = ps3_repository_read_be_node_id(be_index, &node_id); in ps3_repository_read_be_tb_freq() 1050 : ps3_repository_read_tb_freq(node_id, tb_freq); in ps3_repository_read_be_tb_freq() 1057 u64 node_id; in ps3_repository_read_lpm_privileges() local [all …]
|
D | platform.h | 224 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id); 225 int ps3_repository_read_be_id(u64 node_id, u64 *be_id); 226 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq);
|
D | device-init.c | 53 result = ps3_repository_read_be_node_id(0, &dev->lpm.node_id); in ps3_register_lpm_devices() 61 result = ps3_repository_read_lpm_privileges(dev->lpm.node_id, &tmp1, in ps3_register_lpm_devices()
|
/linux-4.1.27/drivers/edac/ |
D | amd64_edac.c | 280 u8 node_id; in find_mc_by_sys_addr() local 297 for (node_id = 0; node_id < DRAM_RANGES; node_id++) { in find_mc_by_sys_addr() 298 if (base_limit_match(pvt, sys_addr, node_id)) in find_mc_by_sys_addr() 313 for (node_id = 0; ; ) { in find_mc_by_sys_addr() 314 if ((dram_intlv_sel(pvt, node_id) & intlv_en) == bits) in find_mc_by_sys_addr() 317 if (++node_id >= DRAM_RANGES) in find_mc_by_sys_addr() 322 if (unlikely(!base_limit_match(pvt, sys_addr, node_id))) { in find_mc_by_sys_addr() 325 __func__, sys_addr, node_id); in find_mc_by_sys_addr() 330 return edac_mc_find((int)node_id); in find_mc_by_sys_addr() 1597 u8 node_id = dram_dst_node(pvt, range); in f1x_match_to_this_node() local [all …]
|
D | mce_amd.c | 11 static void (*nb_bus_decoder)(int node_id, struct mce *m); 591 int node_id = amd_get_nb_id(m->extcpu); in decode_mc4_mce() local 596 pr_emerg(HW_ERR "MC4 Error (node %d): ", node_id); in decode_mc4_mce() 610 nb_bus_decoder(node_id, m); in decode_mc4_mce()
|
D | sb_edac.c | 307 u8 node_id, source_id; member 866 pvt->sbridge_dev->node_id = pvt->info.get_node_id(pvt); in get_dimm_config() 869 pvt->sbridge_dev->node_id, in get_dimm_config() 1121 static struct mem_ctl_info *get_mci_for_node_id(u8 node_id) in get_mci_for_node_id() argument 1126 if (sbridge_dev->node_id == node_id) in get_mci_for_node_id()
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | boot_param.h | 22 u32 node_id; /* node_id which memory attached to */ member 101 u32 node_id; /* node id: 0x0-0; 0x1-1; 0x10-2; 0x11-3 */ member
|
/linux-4.1.27/include/linux/ |
D | firewire.h | 88 int node_id; member 185 int node_id; member 316 int node_id; /* The generation is implied; it is always the current. */ member
|
D | mmzone.h | 748 int node_id; member 824 int local_memory_node(int node_id); 826 static inline int local_memory_node(int node_id) { return node_id; }; in local_memory_node() argument
|
D | genhd.h | 202 int node_id; member 406 GFP_KERNEL, disk->node_id); in alloc_part_info() 618 extern struct gendisk *alloc_disk_node(int minors, int node_id);
|
D | cpu.h | 25 int node_id; /* The node which contains the CPU */ member
|
D | blkdev.h | 997 spinlock_t *lock, int node_id);
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_init.c | 169 int node_id) in qib_create_ctxtdata() argument 174 rcd = kzalloc_node(sizeof(*rcd), GFP_KERNEL, node_id); in qib_create_ctxtdata() 177 rcd->node_id = node_id; in qib_create_ctxtdata() 186 GFP_KERNEL, node_id); in qib_create_ctxtdata() 1607 set_dev_node(&dd->pcidev->dev, rcd->node_id); in qib_create_rcvhdrq() 1627 set_dev_node(&dd->pcidev->dev, rcd->node_id); in qib_create_rcvhdrq() 1695 GFP_KERNEL, rcd->node_id); in qib_setup_eagerbufs() 1702 GFP_KERNEL, rcd->node_id); in qib_setup_eagerbufs() 1711 set_dev_node(&dd->pcidev->dev, rcd->node_id); in qib_setup_eagerbufs()
|
D | qib.h | 163 int node_id; member
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 416 sess->node_id = req->node_addr; in sbp_management_request_login() 490 sess->node_id, sess->generation, sess->speed, in sbp_management_request_login() 573 login->sess->node_id = req->node_addr; in sbp_management_request_reconnect() 607 if (req->node_addr != login->sess->node_id) { in sbp_management_request_logout() 644 sess->node_id = -1; in session_check_for_reset() 687 if (sess->node_id != -1) { in session_maintenance_work() 842 sess_node = sess->node_id; in tgt_agent_rw() 976 sess->node_id, sess->generation, sess->speed, in tgt_agent_fetch_work() 1110 int node_id, generation, speed, ret; in sbp_run_request_transaction() local 1114 node_id = sess->node_id; in sbp_run_request_transaction() [all …]
|
D | sbp_target.h | 144 int node_id; /* login_owner_ID */ member
|
/linux-4.1.27/sound/firewire/ |
D | lib.c | 46 device->node_id, generation, in snd_fw_transaction()
|
D | fcp.c | 352 if (device->node_id != source) in fcp_response()
|
D | scs1x.c | 223 dev->node_id, generation, dev->max_speed, in scs_output_tasklet()
|
D | amdtp.c | 1018 (fw_parent_device(s->unit)->card->node_id & 0x3f) << 24; in amdtp_stream_update()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | amd.c | 295 u8 node_id; in amd_get_topology() local 304 node_id = ecx & 7; in amd_get_topology() 315 node_id = value & 7; in amd_get_topology() 329 per_cpu(cpu_llc_id, cpu) = node_id; in amd_get_topology()
|
/linux-4.1.27/drivers/s390/char/ |
D | vmur.c | 879 char node_id[16]; in ur_set_online() local 915 sprintf(node_id, "vmrdr-%s", dev_name(&cdev->dev)); in ur_set_online() 917 sprintf(node_id, "vmpun-%s", dev_name(&cdev->dev)); in ur_set_online() 919 sprintf(node_id, "vmprt-%s", dev_name(&cdev->dev)); in ur_set_online() 926 urd->char_device->dev, NULL, "%s", node_id); in ur_set_online()
|
/linux-4.1.27/arch/avr32/mm/ |
D | init.c | 92 pgdat->node_id, pgdat->node_mem_map); in paging_init()
|
/linux-4.1.27/drivers/net/usb/ |
D | pegasus.c | 357 __u8 node_id[6]; in set_ethernet_addr() local 360 get_registers(pegasus, 0x10, sizeof(node_id), node_id); in set_ethernet_addr() 362 get_node_id(pegasus, node_id); in set_ethernet_addr() 363 set_registers(pegasus, EthID, sizeof(node_id), node_id); in set_ethernet_addr() 365 memcpy(pegasus->net->dev_addr, node_id, sizeof(node_id)); in set_ethernet_addr()
|
D | rtl8150.c | 262 u8 node_id[6]; in set_ethernet_addr() local 264 get_registers(dev, IDR, sizeof(node_id), node_id); in set_ethernet_addr() 265 memcpy(dev->netdev->dev_addr, node_id, sizeof(node_id)); in set_ethernet_addr()
|
D | usbnet.c | 83 static u8 node_id [ETH_ALEN]; variable 1641 memcpy (net->dev_addr, node_id, sizeof node_id); in usbnet_probe() 1709 if (ether_addr_equal(net->dev_addr, node_id)) in usbnet_probe() 2096 eth_random_addr(node_id); in usbnet_init()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 185 if (device->node_id != source) in handle_resp_for_user() 213 if (device->node_id != source) in handle_resp_for_kernel()
|
/linux-4.1.27/drivers/scsi/isci/ |
D | host.h | 455 u16 *node_id); 459 u16 node_id);
|
D | host.c | 2497 u16 *node_id) in sci_controller_allocate_remote_node_context() argument 2509 *node_id = node_index; in sci_controller_allocate_remote_node_context() 2519 u16 node_id) in sci_controller_free_remote_node_context() argument 2523 if (ihost->device_table[node_id] == idev) { in sci_controller_free_remote_node_context() 2524 ihost->device_table[node_id] = NULL; in sci_controller_free_remote_node_context() 2527 &ihost->available_remote_nodes, remote_node_count, node_id in sci_controller_free_remote_node_context()
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
D | uv_mmrs.h | 1465 unsigned long node_id:14; /* RW */ member 1995 unsigned long node_id:14; /* RW */ member 2090 unsigned long node_id:15; /* RW */ member 2098 unsigned long node_id:15; /* RW */ member 2110 unsigned long node_id:15; /* RW */ member 2121 unsigned long node_id:15; /* RW */ member 2132 unsigned long node_id:15; /* RW */ member
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-transaction.c | 249 ((u64)device->card->node_id << OWNER_NODE_SHIFT) | in register_notification_address() 297 ((u64)device->card->node_id << OWNER_NODE_SHIFT) | in unregister_notification_address()
|
/linux-4.1.27/drivers/ps3/ |
D | ps3-lpm.c | 132 u64 node_id; member 1135 result = lv1_construct_lpm(lpm_priv->node_id, tb_type, 0, 0, in ps3_lpm_open() 1204 lpm_priv->node_id = dev->lpm.node_id; in ps3_lpm_probe()
|
/linux-4.1.27/drivers/base/ |
D | cpu.c | 40 cpu->node_id = to_nid; in change_cpu_under_node() 334 cpu->node_id = cpu_to_node(num); in register_cpu()
|
D | memory.c | 691 static int remove_memory_block(unsigned long node_id, in remove_memory_block() argument
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-fw.c | 44 rcode = fw_run_transaction(device->card, tcode, device->node_id, in node_req() 218 device->node_id == source && in handle_fcp()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.h | 80 int node_id; member
|
D | fwserial.c | 258 peer->node_id, generation, peer->speed, addr, payload, in fwtty_send_data_async() 277 peer->node_id, generation, peer->speed, addr, payload, in fwtty_send_txn_async() 1467 seq_printf(m, " node:%04x gen:%d", peer->node_id, generation); in fwtty_debugfs_show_peer() 1723 peer->node_id, in fwserial_send_mgmt_sync() 1998 if (generation == g && id == peer->node_id) in __fwserial_peer_by_node_id() 2020 g, peer->node_id, (unsigned long long) peer->guid); in __dump_peer_list() 2084 peer->node_id = parent->node_id; in fwserial_add_peer() 2453 peer->node_id = parent->node_id; in fwserial_update()
|
/linux-4.1.27/block/ |
D | genhd.c | 1091 new_ptbl = kzalloc_node(size, GFP_KERNEL, disk->node_id); in disk_expand_part_tbl() 1259 struct gendisk *alloc_disk_node(int minors, int node_id) in alloc_disk_node() argument 1263 disk = kzalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id); in alloc_disk_node() 1269 disk->node_id = node_id; in alloc_disk_node()
|
D | blk-core.c | 608 struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id) in blk_alloc_queue_node() argument 614 gfp_mask | __GFP_ZERO, node_id); in blk_alloc_queue_node() 627 q->node = node_id; in blk_alloc_queue_node() 721 blk_init_queue_node(request_fn_proc *rfn, spinlock_t *lock, int node_id) in blk_init_queue_node() argument 725 uninit_q = blk_alloc_queue_node(GFP_KERNEL, node_id); in blk_init_queue_node()
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.c | 438 uint16_t node_id; in kfd_parse_crat_table() local 452 for (node_id = 0; node_id < num_nodes; node_id++) { in kfd_parse_crat_table()
|
/linux-4.1.27/include/uapi/linux/ |
D | firewire-cdev.h | 88 __u32 node_id; member
|
/linux-4.1.27/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 79 static int fmvj18x_get_hwinfo(struct pcmcia_device *link, u_char *node_id); 538 static int fmvj18x_get_hwinfo(struct pcmcia_device *link, u_char *node_id) in fmvj18x_get_hwinfo() argument 571 node_id[j] = readb(base+(i+7)*2); in fmvj18x_get_hwinfo()
|
/linux-4.1.27/include/acpi/ |
D | actbl3.h | 371 u16 node_id; member
|
D | acpi_bus.h | 337 unsigned int node_id; member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ps3.h | 371 u64 node_id; member
|
/linux-4.1.27/arch/ia64/include/asm/uv/ |
D | uv_mmrs.h | 472 unsigned long node_id : 15; /* RW */ member
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp.h | 117 u8 node_id; member
|
/linux-4.1.27/arch/ia64/mm/ |
D | init.c | 714 int nid = pgdat->node_id; in show_mem()
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_maudio.c | 122 device->node_id, device->generation, in snd_bebob_maudio_load_firmware()
|
/linux-4.1.27/arch/tile/mm/ |
D | init.c | 699 int nid = z->zone_pgdat->node_id; in set_non_bootmem_pages_init()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | numa.c | 942 NODE_DATA(nid)->node_id = nid; in setup_node_data()
|
/linux-4.1.27/kernel/ |
D | kexec.c | 1982 VMCOREINFO_OFFSET(pglist_data, node_id); in crash_save_vmcoreinfo_init()
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 884 NODE_DATA(nid)->node_id = nid; in allocate_node_data()
|