Searched refs:vp_pinned (Results 1 – 1 of 1) sorted by relevance
43 static atomic_t vp_pinned = ATOMIC_INIT(0); variable327 if (atomic_read(&vp_pinned) >= chan->p9_max_pages) { in p9_get_mapped_pages()329 (atomic_read(&vp_pinned) < chan->p9_max_pages)); in p9_get_mapped_pages()338 atomic_add(nr_pages, &vp_pinned); in p9_get_mapped_pages()548 atomic_sub(in_nr_pages, &vp_pinned); in p9_virtio_zc_request()552 atomic_sub(out_nr_pages, &vp_pinned); in p9_virtio_zc_request()