Home
last modified time | relevance | path

Searched refs:node_id (Results 326 - 350 of 389) sorted by relevance

1...<<111213141516

/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc173 void SetWeakened(NodeId node_id) { weakened_nodes_.insert(node_id); } in SetWeakened() argument
174 bool IsWeakened(NodeId node_id) { in IsWeakened() argument
175 return weakened_nodes_.find(node_id) != weakened_nodes_.end(); in IsWeakened()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dnuma.c109 * node_id should be the same as the last fake node id in fake_numa_create_new_node()
1118 NODE_DATA(nid)->node_id = nid; in setup_node_data()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dkvm_host.h162 int node_id; member
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dnuma.c107 * node_id should be the same as the last fake node id in fake_numa_create_new_node()
1107 NODE_DATA(nid)->node_id = nid; in setup_node_data()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib.h154 int node_id; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c323 uint32_t event_type, bool auto_reset, uint32_t node_id, in kfd_event_create()
322 kfd_event_create(struct file *devkfd, struct kfd_process *p, uint32_t event_type, bool auto_reset, uint32_t node_id, uint32_t *event_id, uint32_t *event_trigger_data, uint64_t *event_page_offset, uint32_t *event_slot_index) kfd_event_create() argument
/kernel/linux/linux-5.10/include/acpi/
H A Dactbl2.h956 u16 node_id; member
/kernel/linux/linux-6.6/block/
H A Dblk-iolatency.c970 iolat = kzalloc_node(sizeof(*iolat), gfp, disk->node_id); in iolatency_pd_alloc()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib.h154 int node_id; member
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c5540 int node_id = cpus[cpu_id].logical_node_id; in init_counter() local
5551 if (node_id < 0) in init_counter()
5552 node_id = 0; in init_counter()
5554 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()
5555 c = GET_CORE(core_base, core_id, node_id, pkg_id); in init_counter()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c6036 int node_id = cpus[cpu_id].logical_node_id; in init_counter() local
6046 if (node_id < 0) in init_counter()
6047 node_id = 0; in init_counter()
6049 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()
6050 c = GET_CORE(core_base, core_id, node_id, pkg_id); in init_counter()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc861 cont->node_id(), cont->feedback(), in EmitWithContinuation()
893 InstructionOperandVector* args, DeoptimizeReason reason, NodeId node_id, in AppendDeoptimizeArguments()
898 descriptor, DeoptimizeKind::kEager, reason, node_id, feedback); in AppendDeoptimizeArguments()
3157 NodeId node_id, in VisitDeoptimize()
3161 AppendDeoptimizeArguments(&args, reason, node_id, feedback, frame_state); in VisitDeoptimize()
892 AppendDeoptimizeArguments( InstructionOperandVector* args, DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, FrameState frame_state) AppendDeoptimizeArguments() argument
3156 VisitDeoptimize(DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, FrameState frame_state) VisitDeoptimize() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2544 * @node_id: Node_id received in IH cookie. Only applicable for
2553 u32 vmid, u32 node_id, uint64_t addr, in amdgpu_vm_handle_fault()
2579 node_id, addr, write_fault)) { in amdgpu_vm_handle_fault()
2552 amdgpu_vm_handle_fault(struct amdgpu_device *adev, u32 pasid, u32 vmid, u32 node_id, uint64_t addr, bool write_fault) amdgpu_vm_handle_fault() argument
H A Dvcn_v4_0_3.c1595 i = node_id_to_phys_map[entry->node_id]; in vcn_v4_0_3_process_interrupt()
1606 entry->node_id); in vcn_v4_0_3_process_interrupt()
H A Damdgpu_ras.c3019 static struct amdgpu_device *find_adev(uint32_t node_id) in find_adev() argument
3028 adev->gmc.xgmi.physical_node_id == node_id) in find_adev()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c2888 uint32_t vmid, uint32_t node_id, in svm_range_restore_pages()
2940 node = kfd_node_by_irq_ids(adev, node_id, vmid); in svm_range_restore_pages()
2942 pr_debug("kfd node does not exist node_id: %d, vmid: %d\n", node_id, in svm_range_restore_pages()
2887 svm_range_restore_pages(struct amdgpu_device *adev, unsigned int pasid, uint32_t vmid, uint32_t node_id, uint64_t addr, bool write_fault) svm_range_restore_pages() argument
H A Dkfd_events.c396 uint32_t event_type, bool auto_reset, uint32_t node_id, in kfd_event_create()
395 kfd_event_create(struct file *devkfd, struct kfd_process *p, uint32_t event_type, bool auto_reset, uint32_t node_id, uint32_t *event_id, uint32_t *event_trigger_data, uint64_t *event_page_offset, uint32_t *event_slot_index) kfd_event_create() argument
/kernel/linux/linux-5.10/mm/
H A Dmemcontrol.c842 for (pi = pn; pi; pi = parent_nodeinfo(pi, pgdat->node_id)) in __mod_memcg_lruvec_state()
1185 mz = mem_cgroup_nodeinfo(root, reclaim->pgdat->node_id); in mem_cgroup_iter()
3435 mctz = soft_limit_tree_node(pgdat->node_id); in mem_cgroup_soft_limit_reclaim()
4194 mz = mem_cgroup_nodeinfo(memcg, pgdat->node_id); in memcg_stat_show()
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c5632 dst->_present.node_id = 1; in ethtool_plca_get_cfg_rsp_parse()
5633 dst->node_id = mnl_attr_get_u32(attr); in ethtool_plca_get_cfg_rsp_parse()
5765 if (req->_present.node_id) in ethtool_plca_set_cfg()
5766 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_NODE_ID, req->node_id); in ethtool_plca_set_cfg()
5840 dst->_present.node_id = 1; in ethtool_plca_get_status_rsp_parse()
5841 dst->node_id = mnl_attr_get_u32(attr); in ethtool_plca_get_status_rsp_parse()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dkvm_host.h205 int node_id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c178 mbx.nic_cfg.node_id = nic->node; in nic_mbx_send_ready()
/kernel/linux/linux-5.10/include/linux/
H A Dmemcontrol.h493 mz = mem_cgroup_nodeinfo(memcg, pgdat->node_id); in mem_cgroup_lruvec()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c178 mbx.nic_cfg.node_id = nic->node; in nic_mbx_send_ready()
/kernel/linux/linux-6.6/include/linux/
H A Dphy.h804 * @node_id: the PLCA local node identifier. -1 = not available / don't set.
807 * meaningful for the coordinator (node_id = 0). -1 = not available / don't
830 int node_id; member
H A Dmemcontrol.h761 mz = memcg->nodeinfo[pgdat->node_id]; in mem_cgroup_lruvec()

Completed in 97 milliseconds

1...<<111213141516