Home
last modified time | relevance | path

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

/linux/kernel/
H A Drelay.c305 buf->stats.big_count = 0; in __relay_reset()
605 buf->stats.big_count++; in relay_switch_subbuf()
718 count = rbuf->stats.big_count; in relay_stats()
726 count += rbuf->stats.big_count; in relay_stats()
/linux/include/linux/
H A Drelay.h44 unsigned int big_count; /* counter for too big to write */ member