Lines Matching defs:iter
1663 char *iter;
1684 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false);
1685 if (!iter)
1688 while (*iter) {
1692 end = strchrnul(iter, ',');
1696 glob = strnchr(iter, end - iter, '*');
1698 cmplen = glob - iter;
1700 cmplen = max_t(size_t, len, (end - iter));
1702 if (!strncmp(name, iter, cmplen)) {
1709 iter = end + 1;