Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alloc_tag/
H A Dallocinfo_ioctl_test.c324 struct allocinfo_tag_data *found_tag = NULL; in test_size_filter() local
344 found_tag = NULL; in test_size_filter()
396 found_tag = &tags->tag[i]; in test_size_filter()
401 if (found_tag || tags->count < VEC_MAX_ENTRIES) in test_size_filter()
419 if (start_cont_id.id == end_cont_id.id && !found_tag) { in test_size_filter()
426 } else if (found_tag && found_tag->counter.bytes != target_size) { in test_size_filter()
428 found_tag->counter.bytes, target_size); in test_size_filter()