Searched refs:ntagged (Results 1 – 1 of 1) sorted by relevance
1446 check_tag_count(const unsigned int *ntagged, unsigned int tagmask, in check_tag_count() argument1456 assert(count == ntagged[tag]); in check_tag_count()1458 assert(count >= ntagged[tag]); in check_tag_count()1474 unsigned int ntagged[RADIX_TREE_TAG_ID_MAX]; in test2() local1481 ntagged[tag] = 0; in test2()1504 ntagged[tag]++; in test2()1538 check_tag_count(ntagged, tagmask, count); in test2()1561 ntagged[tag] = 0; in test2()1567 ntagged[tag]++; in test2()1571 printops(title, "set_tag", tag, ntagged[tag], &stv, &etv); in test2()[all …]