HomeSort by: relevance | last modified time | path
    Searched defs:num_nodes (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vram_mgr.c 340 unsigned long lpfn, num_nodes, pages_per_node, pages_left; local in function:amdgpu_vram_mgr_new
363 num_nodes = 1;
372 num_nodes = DIV_ROUND_UP(mem->num_pages, pages_per_node);
375 nodes = kvmalloc_array((uint32_t)num_nodes, sizeof(*nodes),
ta_xgmi_if.h 93 uint32_t num_nodes; member in struct:ta_xgmi_cmd_get_topology_info_input
98 uint32_t num_nodes; member in struct:ta_xgmi_cmd_get_topology_info_output
103 uint32_t num_nodes; member in struct:ta_xgmi_cmd_set_topology_info_input
amdgpu_psp.h 130 uint32_t num_nodes; member in struct:psp_xgmi_topology_info
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 496 uint16_t num_nodes; local in function:kfd_parse_crat_table
507 num_nodes = crat_table->num_domains;
510 pr_info("Parsing CRAT table with %d nodes\n", num_nodes);
512 for (node_id = 0; node_id < num_nodes; node_id++) {
  /src/sys/dev/hdaudio/
hdaudio.c 706 int starting_node, num_nodes, nid; local in function:hdaudio_codec_attach
728 num_nodes = snc & 0xff;
734 if (num_nodes == 0) {
740 co->co_nfg = num_nodes;
743 for (nid = starting_node; nid < starting_node + num_nodes; nid++) {
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
sysctl.h 480 * for maximum value of 'num_nodes'.
486 * - If 'num_nodes' is less than the number Xen wants to write but either
487 * handle is not a NULL one, partial data gets returned and 'num_nodes'
489 * - Otherwise, 'num_nodes' shall indicate the number of entries written, which
494 uint32_t num_nodes; member in struct:xen_sysctl_numainfo
500 * where N is the number of nodes that will be returned in 'num_nodes'
501 * (i.e. not 'num_nodes' provided by the caller)

Completed in 16 milliseconds