Lines Matching defs:count
31 __be32 count;
57 u32 count;
93 curs->count += value;
94 if (curs->count >= size) {
96 curs->count -= size;
155 ((size - old->count) + new->count));
157 return max_t(int, 0, (new->count - old->count));
168 (old->wrap == new->wrap && old->count > new->count))
182 (size - old->count) + new->count +
188 (size - old->count) + new->count +
192 return max_t(int, 0, (new->count - old->count));
201 peer->count = htonl(save->count);
231 temp.count = ntohl(net.count);
236 (old.count > temp.count))
262 temp.count = peer->prod.count;
266 temp.count = peer->cons.count;