Home
last modified time | relevance | path

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

/xen/xen/common/
A Dargo.c1910 xen_argo_ring_data_t ring_data; in notify() local
1929 ret = copy_from_guest(&ring_data, ring_data_hnd, 1) ? -EFAULT : 0; in notify()
1933 if ( ring_data.nent > MAX_NOTIFY_COUNT ) in notify()
1936 ring_data.nent, MAX_NOTIFY_COUNT); in notify()
1943 if ( unlikely(!guest_handle_okay(ent_hnd, ring_data.nent)) ) in notify()
1949 while ( !ret && ring_data.nent-- ) in notify()
/xen/docs/misc/
A D9pfs.pandoc231 struct ring_data {

Completed in 6 milliseconds