Lines Matching defs:count
136 int count, unsigned int percpu_flags)
142 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ;
151 /* count returning the ptr to user */
158 mr->max_segs = count;
172 * Increments mr reference count as required.
279 static struct rvt_mr *__rvt_alloc_mr(int count, struct ib_pd *pd)
286 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ;
291 rval = rvt_init_mregion(&mr->mr, pd, count, 0);
480 * If the count is non-zero, the code calls a clean routine then
481 * waits for the timeout for the count to zero.
500 atomic_long_read(&mr->refcount.data->count));
753 * Increments the reference count when a new sge is stored.
865 * increments the reference count upon success