Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c1471 for (idx = 0; idx < list->nr_idx; idx++) in coresight_allocate_device_idx()
1476 idx = list->nr_idx; in coresight_allocate_device_idx()
1485 list->nr_idx = idx + 1; in coresight_allocate_device_idx()
1607 for (i = 0; i < list->nr_idx; i++) in coresight_release_device_list()
1609 list->nr_idx = 0; in coresight_release_device_list()
/linux/include/linux/
H A Dcoresight.h317 int nr_idx; member