Searched refs:unpinned (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/staging/android/ |
D | ashmem.c | 68 struct list_head unpinned; member 189 list_add_tail(&range->unpinned, &prev_range->unpinned); in range_alloc() 203 list_del(&range->unpinned); in range_del() 278 list_for_each_entry_safe(range, next, &asma->unpinned_list, unpinned) in ashmem_release() 590 list_for_each_entry_safe(range, next, &asma->unpinned_list, unpinned) { in ashmem_pin() 658 list_for_each_entry_safe(range, next, &asma->unpinned_list, unpinned) { in ashmem_unpin() 693 list_for_each_entry(range, &asma->unpinned_list, unpinned) { in ashmem_get_pin_status()
|
/Linux-v4.19/net/rds/ |
D | ib_rdma.c | 358 unsigned long unpinned = 0; in rds_ib_flush_mr_pool() local 414 rds_ib_unreg_frmr(&unmap_list, &nfreed, &unpinned, free_goal); in rds_ib_flush_mr_pool() 416 rds_ib_unreg_fmr(&unmap_list, &nfreed, &unpinned, free_goal); in rds_ib_flush_mr_pool() 440 atomic_sub(unpinned, &pool->free_pinned); in rds_ib_flush_mr_pool()
|
D | ib_fmr.c | 212 unsigned long *unpinned, unsigned int goal) in rds_ib_unreg_fmr() argument 233 *unpinned += ibmr->sg_len; in rds_ib_unreg_fmr()
|
D | ib_mr.h | 144 unsigned long *unpinned, unsigned int goal);
|
D | ib_frmr.c | 295 unsigned long *unpinned, unsigned int goal) in rds_ib_unreg_frmr() argument 312 *unpinned += ibmr->sg_len; in rds_ib_unreg_frmr()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | user_sdma.h | 138 unsigned long unpinned; member
|
/Linux-v4.19/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 257 completion, after which they are unpinned and can be written to disk. An object 576 only becomes unpinned when all the transactions complete and there are no
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | mmu.txt | 160 unpinned it will be destroyed.
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | cpusets.txt | 429 When doing this, you don't usually want to leave any unpinned tasks in
|