Home
last modified time | relevance | path

Searched refs:node_index (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/selftests/
Dtest-drm_mm.c1602 static unsigned int node_index(const struct drm_mm_node *node) in node_index() function
1667 __set_bit(node_index(node), bitmap); in igt_topdown()
1688 if (node_index(node) != last) { in igt_topdown()
1690 m, n, size, last, node_index(node)); in igt_topdown()
1775 __set_bit(node_index(node), bitmap); in igt_bottomup()
1790 if (node_index(node) != first) { in igt_bottomup()
1792 m, n, first, node_index(node)); in igt_bottomup()
/drivers/scsi/isci/
Dhost.c2499 u16 node_index; in sci_controller_allocate_remote_node_context() local
2502 node_index = sci_remote_node_table_allocate_remote_node( in sci_controller_allocate_remote_node_context()
2506 if (node_index != SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX) { in sci_controller_allocate_remote_node_context()
2507 ihost->device_table[node_index] = idev; in sci_controller_allocate_remote_node_context()
2509 *node_id = node_index; in sci_controller_allocate_remote_node_context()