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);
703 unsigned int *count)
714 AA_BUG(!count);
716 *count = 0;
736 *count -= adjust;
740 (*count)++;
755 *count -= adjust;
759 (*count)++;
765 *count = 0;
774 * @count: current count of longest left.
783 const char *str, unsigned int *count)
789 return leftmatch_fb(dfa, start, str, &wb, count);