Lines Matching refs:this
19 * of this source file (the "Software"), to deal in the Software without
25 * The above copyright notice and this permission notice shall be included in
57 * Setting this to a value too low will reduce memory used in each backend,
72 * performance this should be the total numbers of grants that can be used
73 * to fill the ring, but since this might become too high, specially with
161 * can be sure that this functions will never be called recursively.
172 struct persistent_gnt *this;
183 this = container_of(*new, struct persistent_gnt, node);
186 if (persistent_gnt->gnt < this->gnt)
188 else if (persistent_gnt->gnt > this->gnt)
358 * At this point, we can assure that there will be no calls
359 * to get_persistent_grant (because we are executing this code from
402 /* We can defer this work */
500 * Write the current state; we will use this to synchronize
678 but is this the best way to deal with this? */
728 * of hypercalls, but since this is only used in error paths there's
855 * map this grant non-persistenly
880 * We could not map this grant persistently, so use it as
1120 * Don't know how to translate this op. Only get the
1173 * Don't know how to translate this op. Only get the
1263 /* Yield point for this unbounded loop. */
1413 * If we have failed at this point, we need to undo the M2P override,