Searched refs:unpinned (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/android/ |
D | ashmem.c | 83 struct list_head unpinned; member 229 list_add_tail(&range->unpinned, &prev_range->unpinned); in range_alloc() 241 list_del(&range->unpinned); in range_del() 322 list_for_each_entry_safe(range, next, &asma->unpinned_list, unpinned) in ashmem_release() 687 list_for_each_entry_safe(range, next, &asma->unpinned_list, unpinned) { in ashmem_pin() 766 list_for_each_entry_safe(range, next, &asma->unpinned_list, unpinned) { in ashmem_unpin() 805 list_for_each_entry(range, &asma->unpinned_list, unpinned) { in ashmem_get_pin_status() 949 list_for_each_entry_safe(range, next, &asma->unpinned_list, unpinned) in is_ashmem_unpin()
|
/kernel/linux/linux-5.10/net/rds/ |
D | ib_mr.h | 141 unsigned long *unpinned, unsigned int goal);
|
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()
|
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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | user_sdma.h | 134 unsigned long unpinned; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_vma.c | 762 goto unpinned; in try_qad_pin() 769 unpinned: in try_qad_pin()
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | pin_user_pages.rst | 248 the system was powered on. Note that pages are released (unpinned) on a
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | mmu.rst | 179 unpinned it will be destroyed.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 262 completion, after which they are unpinned and can be written to disk. An object 585 only becomes unpinned when all the transactions complete and there are no
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | unevictable-lru.rst | 157 (3) By the i915 driver to mark pinned address space until it's unpinned. The
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 446 When doing this, you don't usually want to leave any unpinned tasks in
|