Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/
Dgrant_table.h278 static inline unsigned int gnttab_count_grant(unsigned int start, in gnttab_count_grant() function
/linux-4.4.14/drivers/net/
Dxen-netfront.c525 slots = gnttab_count_grant(offset_in_page(skb->data), in xennet_count_skb_slots()
536 slots += gnttab_count_grant(offset, size); in xennet_count_skb_slots()
/linux-4.4.14/drivers/block/
Dxen-blkfront.c629 num_grant += gnttab_count_grant(sg->offset, sg->length); in blkif_queue_rw_req()