Lines Matching full:persistent
77 * When the list of persistent grants is full we clean it up using a LRU
87 * How long a persistent grant is allowed to remain allocated without being in
95 "Time in seconds an unused persistent grant is allowed to "
116 * The LRU mechanism to clean the lists of persistent grants needs to
123 * When the persistent grants list is full we will remove unused grants
159 * We don't need locking around the persistent grant helpers
165 * bit operations to modify the flags of a persistent grant and to count
353 pr_debug("Going to purge at least %u persistent grants\n", in purge_persistent_gnt()
634 * Remove persistent grants and empty the pool of free pages
638 /* Free all persistent grant pages */ in xen_blkbk_free_caches()
790 * We are using persistent grants and in xen_blkbk_map()
846 * We are using persistent grants, the grant is in xen_blkbk_map()
868 pr_debug("grant %u added to the tree of persistent grants, using %u/%u\n", in xen_blkbk_map()
875 pr_debug("domain %u, device %#x is using maximum number of persistent grants\n", in xen_blkbk_map()
880 * a non-persistent grant. in xen_blkbk_map()
892 /* Don't zap current batch's valid persistent grants. */ in xen_blkbk_map()