Lines Matching defs:users
131 int users;
258 /* if len is zero nothing is to send, if there are users filling
259 * buffers we wait until the users are done so we can send more.
261 if (!e || e->users || e->len == 0)
1113 if (e->len == 0 && e->users == 0)
1178 entry->users = 1;
1200 e->users++;
1296 int users;
1302 users = --e->users;
1303 if (users)
1378 WARN_ON_ONCE(len == 0 && e->users == 0);