Home
last modified time | relevance | path

Searched refs:vp_pinned (Results 1 – 1 of 1) sorted by relevance

/net/9p/
Dtrans_virtio.c44 static atomic_t vp_pinned = ATOMIC_INIT(0); variable
323 if (atomic_read(&vp_pinned) >= chan->p9_max_pages) { in p9_get_mapped_pages()
325 (atomic_read(&vp_pinned) < chan->p9_max_pages)); in p9_get_mapped_pages()
334 atomic_add(nr_pages, &vp_pinned); in p9_get_mapped_pages()
508 atomic_sub(in_nr_pages, &vp_pinned); in p9_virtio_zc_request()
512 atomic_sub(out_nr_pages, &vp_pinned); in p9_virtio_zc_request()