Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/
H A Dgrant_table.h335 static inline unsigned int gnttab_count_grant(unsigned int start, in gnttab_count_grant() function
/openbmc/linux/drivers/net/
H A Dxen-netfront.c568 slots = gnttab_count_grant(offset_in_page(skb->data), in xennet_count_skb_slots()
579 slots += gnttab_count_grant(offset, size); in xennet_count_skb_slots()
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c758 num_grant += gnttab_count_grant(sg->offset, sg->length); in blkif_queue_rw_req()