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

/illumos-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h66 * 2. Observe that !(flags & GTF_transfer_committed). [*]
70 * [*] If GTF_transfer_committed is set then the grant entry is 'committed'.
139 * GTF_transfer_committed: Xen sets this flag to indicate that it is committed
144 * after reading GTF_transfer_committed. Xen will always write the frame
148 #define GTF_transfer_committed (1U<<_GTF_transfer_committed) macro
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c378 while (!((flags = shared[ref].flags) & GTF_transfer_committed)) {

Completed in 71 milliseconds