Searched refs:nodes (Results 251 - 253 of 253) sorted by relevance

<<11

/linux-master/tools/perf/
H A Dbuiltin-record.c3848 spec[s] = topo->nodes[s].cpus;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c770 /* Return number of nodes, so that user space can alloacate
779 * nodes, but not more than args->num_of_nodes as that is
1546 args->gpu_id = dmabuf_adev->kfd.dev->nodes[xcp_id]->id;
2248 /* create the vm using render nodes for kfd pdd */
/linux-master/tools/testing/radix-tree/
H A Dmaple.c88 * check_new_node() - Check the creation of new nodes and error path
96 struct maple_node *nodes[100]; local
103 /* Try allocating 3 nodes */
106 /* request 3 nodes to be allocated. */
147 /* Allocate 3 nodes, will fail. */
149 /* Drop the lock and allocate 3 nodes. */
259 nodes[j] = mas_pop_node(&mas);
265 mas_push_node(&mas, nodes[j]);
285 /* Drop the lock and allocate the nodes. */
[all...]

Completed in 210 milliseconds

<<11