num_grefs 144 drivers/xen/xen-front-pgdir-shbuf.c for (i = 0; i < buf->num_grefs; i++) num_grefs 181 drivers/xen/xen-front-pgdir-shbuf.c buf->num_grefs = get_num_pages_dir(buf); num_grefs 196 drivers/xen/xen-front-pgdir-shbuf.c buf->num_grefs = get_num_pages_dir(buf) + buf->num_pages; num_grefs 282 drivers/xen/xen-front-pgdir-shbuf.c for (cur_dir_page = 0; cur_dir_page < buf->num_grefs; cur_dir_page++) { num_grefs 438 drivers/xen/xen-front-pgdir-shbuf.c ret = gnttab_alloc_grant_references(buf->num_grefs, &priv_gref_head); num_grefs 479 drivers/xen/xen-front-pgdir-shbuf.c buf->grefs = kcalloc(buf->num_grefs, sizeof(*buf->grefs), GFP_KERNEL); num_grefs 33 include/xen/xen-front-pgdir-shbuf.h int num_grefs;