Lines Matching defs:count
94 unsigned int users; /* Use count - when zero, waiting on Xen */
107 int count;
130 for (i = 0; i < op->count; i++) {
165 gref_size -= (op->count - i);
208 uint64_t index, uint32_t count)
218 count--;
219 if (count == 0)
286 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_KERNEL);
294 * by remote domains. Since those pages count towards the limit that we
298 if (gref_size + op.count > limit) {
303 gref_size += op.count;
305 priv->index += op.count * PAGE_SIZE;
324 sizeof(gref_ids[0]) * op.count)) {
350 gref = find_grefs(priv, op.index, op.count);
352 /* Remove from the file list only, and decrease reference count.
356 for (i = 0; i < op.count; i++) {
476 for (i = 0; i < priv->count; i++) {
499 int count = vma_pages(vma);
514 priv, vm_priv, vma->vm_pgoff, count);
516 gref = find_grefs(priv, vma->vm_pgoff << PAGE_SHIFT, count);
527 vm_priv->count = count;
535 for (i = 0; i < count; i++) {