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

/freebsd-11.0-release/sys/dev/xen/grant_table/
H A Dgrant_table.c179 return (nflags & (GTF_reading|GTF_writing));
189 if ( (flags = nflags) & (GTF_reading|GTF_writing) ) {
/freebsd-11.0-release/sys/xen/interface/
H A Dgrant_table.h79 * 2. Observe that !(flags & (GTF_reading|GTF_writing)).
105 * Use SMP-safe CMPXCHG to set GTF_readonly, while checking !GTF_writing.
172 * GTF_writing: Grant entry is currently mapped for writing by @domid. [XEN]
183 #define GTF_writing (1U<<_GTF_writing) macro

Completed in 65 milliseconds