Lines Matching defs:count
62 * @count: number of messages
68 int count;
306 for (i = 0; i < req->count; i++) {
325 * @n: The array of count of elements in each batch, 0 terminated.
343 int count = 0;
350 while (n[count] > 0)
351 count++;
352 if (!count)
356 count * (sizeof(req->rpm_msgs[0]) + sizeof(*compls)),
362 compls = ptr + sizeof(*req) + count * sizeof(*rpm_msgs);
364 req->count = count;
367 for (i = 0; i < count; i++) {
377 for (i = 0; i < count; i++) {