Lines Matching defs:count
269 * Requires: reference count to dfa == 0
290 struct aa_dfa *dfa = container_of(kref, struct aa_dfa, count);
316 kref_init(&dfa->count);
705 unsigned int *count)
716 AA_BUG(!count);
718 *count = 0;
738 *count -= adjust;
742 (*count)++;
757 *count -= adjust;
761 (*count)++;
767 *count = 0;
776 * @count: current count of longest left.
785 const char *str, unsigned int *count)
791 return leftmatch_fb(dfa, start, str, &wb, count);