Searched refs:GTF_transfer_committed (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/xen/interface/
H A Dgrant_table.h91 * 2. Observe that !(flags & GTF_transfer_committed). [*]
95 * [*] If GTF_transfer_committed is set then the grant entry is 'committed'.
195 * GTF_transfer_committed: Xen sets this flag to indicate that it is committed
200 * after reading GTF_transfer_committed. Xen will always write the frame
204 #define GTF_transfer_committed (1U<<_GTF_transfer_committed) macro
/freebsd-11.0-release/sys/dev/xen/grant_table/
H A Dgrant_table.c288 while (!((flags = shared[ref].flags) & GTF_transfer_committed)) {

Completed in 76 milliseconds