Searched refs:unpinned (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_cp.c | 94 int unpinned = 0, npage = 1; in page_array_unpin() local 96 while (unpinned < pa_nr) { in page_array_unpin() 97 dma_addr_t *first = &pa->pa_iova[unpinned]; in page_array_unpin() 100 if (unpinned + npage < pa_nr && in page_array_unpin() 108 unpinned += npage; in page_array_unpin()
|
/openbmc/linux/net/rds/ |
H A D | ib_mr.h | 141 unsigned long *unpinned, unsigned int goal);
|
H A D | ib_rdma.c | 349 unsigned long unpinned = 0; in rds_ib_flush_mr_pool() local 409 rds_ib_unreg_frmr(&unmap_list, &nfreed, &unpinned, free_goal); in rds_ib_flush_mr_pool() 428 atomic_sub(unpinned, &pool->free_pinned); in rds_ib_flush_mr_pool()
|
H A D | ib_frmr.c | 358 unsigned long *unpinned, unsigned int goal) in rds_ib_unreg_frmr() argument 379 *unpinned += ibmr->sg_len; in rds_ib_unreg_frmr()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.h | 96 unsigned long unpinned; member
|
/openbmc/linux/fs/fscache/ |
H A D | cookie.c | 847 bool unpinned; in __fscache_withdraw_cookie() local 849 unpinned = test_and_clear_bit(FSCACHE_COOKIE_NO_ACCESS_WAKE, &cookie->flags); in __fscache_withdraw_cookie() 853 if (unpinned) in __fscache_withdraw_cookie()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 700 bool unpinned = false; in eb_unbind() local 714 unpinned = true; in eb_unbind() 731 return unpinned; in eb_unbind()
|
/openbmc/linux/Documentation/core-api/ |
H A D | pin_user_pages.rst | 253 the system was powered on. Note that pages are released (unpinned) on a
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 179 unpinned it will be destroyed.
|
/openbmc/linux/Documentation/mm/ |
H A D | unevictable-lru.rst | 154 (3) By the i915 driver to mark pinned address space until it's unpinned. The
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-delayed-logging-design.rst | 545 completion, after which they are unpinned and can be written to disk. An object 868 only becomes unpinned when all the transactions complete and there are no
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 446 When doing this, you don't usually want to leave any unpinned tasks in
|