Home
last modified time | relevance | path

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

/linux-6.12.1/include/xen/
Dgrant_table.h335 static inline unsigned int gnttab_count_grant(unsigned int start, in gnttab_count_grant() function
/linux-6.12.1/drivers/net/
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()
/linux-6.12.1/drivers/block/
Dxen-blkfront.c758 num_grant += gnttab_count_grant(sg->offset, sg->length); in blkif_queue_rw_req()