search for: _flag_

Displaying 16 results from an estimated 16 matches for "_flag_".

Did you mean: _flags
2018 Nov 30
4
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...It's unreliable, so it's simply an optimization. Guest > * will still kick if it's out of buffers. */ > @@ -53,6 +60,23 @@ > * optimization. */ > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > +/* Enable events in packed ring. */ > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > +/* Disable events in packed ring. */ > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > +/* > + * Enable events for a specific descriptor in packed ring. > + * (as specified by Descriptor Ring Change Event Offset/Wrap Counter). > + * Only valid if VIRTIO_RING_F_EVENT_ID...
2018 Nov 30
4
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...It's unreliable, so it's simply an optimization. Guest > * will still kick if it's out of buffers. */ > @@ -53,6 +60,23 @@ > * optimization. */ > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > +/* Enable events in packed ring. */ > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > +/* Disable events in packed ring. */ > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > +/* > + * Enable events for a specific descriptor in packed ring. > + * (as specified by Descriptor Ring Change Event Offset/Wrap Counter). > + * Only valid if VIRTIO_RING_F_EVENT_ID...
2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...*/ > > > > > > @@ -53,6 +60,23 @@ > > > > > > * optimization. */ > > > > > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > > > > > +/* Enable events in packed ring. */ > > > > > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > > > > > +/* Disable events in packed ring. */ > > > > > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > > > > > +/* > > > > > > + * Enable events for a specific descriptor in packed ring. > > > > &g...
2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...*/ > > > > > > @@ -53,6 +60,23 @@ > > > > > > * optimization. */ > > > > > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > > > > > +/* Enable events in packed ring. */ > > > > > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > > > > > +/* Disable events in packed ring. */ > > > > > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > > > > > +/* > > > > > > + * Enable events for a specific descriptor in packed ring. > > > > &g...
2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...6 +60,23 @@ > > > > > > > > * optimization. */ > > > > > > > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > > > > > > > +/* Enable events in packed ring. */ > > > > > > > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > > > > > > > +/* Disable events in packed ring. */ > > > > > > > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > > > > > > > +/* > > > > > > > > + * Enable events for a specific descripto...
2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...6 +60,23 @@ > > > > > > > > * optimization. */ > > > > > > > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > > > > > > > +/* Enable events in packed ring. */ > > > > > > > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > > > > > > > +/* Disable events in packed ring. */ > > > > > > > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > > > > > > > +/* > > > > > > > > + * Enable events for a specific descripto...
2018 Nov 30
0
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...so it's simply an optimization. Guest > > * will still kick if it's out of buffers. */ > > @@ -53,6 +60,23 @@ > > * optimization. */ > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > +/* Enable events in packed ring. */ > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > +/* Disable events in packed ring. */ > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > +/* > > + * Enable events for a specific descriptor in packed ring. > > + * (as specified by Descriptor Ring Change Event Offset/Wrap Counter). > > + * Only v...
2018 Nov 30
0
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...it's out of buffers. */ > > > > > @@ -53,6 +60,23 @@ > > > > > * optimization. */ > > > > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > > > > +/* Enable events in packed ring. */ > > > > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > > > > +/* Disable events in packed ring. */ > > > > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > > > > +/* > > > > > + * Enable events for a specific descriptor in packed ring. > > > > > + * (as specified...
2018 Nov 30
0
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...t; > > @@ -53,6 +60,23 @@ > > > > > > > * optimization. */ > > > > > > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > > > > > > +/* Enable events in packed ring. */ > > > > > > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > > > > > > +/* Disable events in packed ring. */ > > > > > > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > > > > > > +/* > > > > > > > + * Enable events for a specific descriptor in packed ring. &g...
2018 Nov 27
0
[PATCH net-next v3 00/13] virtio: support packed ring
...n a separate structure (MST); > - Calculate AVAIL/USED flags only when wrap counter wraps (MST); > - Define a struct/union to read event structure (MST); > - Define a macro for wrap counter bit in uapi (MST); > - Define the AVAIL/USED bits as shifts instead of values (MST); > - s/_F_/_FLAG_/ in VRING_PACKED_EVENT_* as they are values (MST); > - Drop the notify workaround for QEMU's tx-timer in packed ring (MST); > > v1 -> v2: > - Use READ_ONCE() to read event off_wrap and flags together (Jason); > - Add comments related to ccw (Jason); > > RFC v6 -> v1...
2018 Nov 21
0
[PATCH net-next v3 00/13] virtio: support packed ring
...n a separate structure (MST); > - Calculate AVAIL/USED flags only when wrap counter wraps (MST); > - Define a struct/union to read event structure (MST); > - Define a macro for wrap counter bit in uapi (MST); > - Define the AVAIL/USED bits as shifts instead of values (MST); > - s/_F_/_FLAG_/ in VRING_PACKED_EVENT_* as they are values (MST); > - Drop the notify workaround for QEMU's tx-timer in packed ring (MST); > > v1 -> v2: > - Use READ_ONCE() to read event off_wrap and flags together (Jason); > - Add comments related to ccw (Jason); > > RFC v6 -> v1...
2018 Nov 30
0
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...; > > > > > > > * optimization. */ > > > > > > > > > #define VRING_AVAIL_F_NO_INTERRUPT 1 > > > > > > > > > +/* Enable events in packed ring. */ > > > > > > > > > +#define VRING_PACKED_EVENT_FLAG_ENABLE 0x0 > > > > > > > > > +/* Disable events in packed ring. */ > > > > > > > > > +#define VRING_PACKED_EVENT_FLAG_DISABLE 0x1 > > > > > > > > > +/* > > > > > > > > > + * Enable events for...
2018 Nov 21
1
[PATCH net-next v3 00/13] virtio: support packed ring
...ST); > > - Calculate AVAIL/USED flags only when wrap counter wraps (MST); > > - Define a struct/union to read event structure (MST); > > - Define a macro for wrap counter bit in uapi (MST); > > - Define the AVAIL/USED bits as shifts instead of values (MST); > > - s/_F_/_FLAG_/ in VRING_PACKED_EVENT_* as they are values (MST); > > - Drop the notify workaround for QEMU's tx-timer in packed ring (MST); > > > > v1 -> v2: > > - Use READ_ONCE() to read event off_wrap and flags together (Jason); > > - Add comments related to ccw (Jason); &...
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...modal":dialog.html#Dialog_showmodal to show a modal dialog instead. + +Allows the programmer to specify whether the dialog box is modal ("Dialog::show":dialog.html#Dialog_show blocks control until the dialog is hidden) or modeless (control returns immediately). + +h4. Parameters + +* _flag_ If true, the dialog will be modal, otherwise it will be modeless. + +h3(#Dialog_setreturncode). Dialog#set_return_code + + *set_return_code*(%(arg-type)Integer% ret_code) + +h4. Parameters + +* _ret_code_ The integer return code, usually a control identifier. + +h4. Remarks + +A return code is nor...
2018 Nov 21
19
[PATCH net-next v3 00/13] virtio: support packed ring
...A addr/len related info in a separate structure (MST); - Calculate AVAIL/USED flags only when wrap counter wraps (MST); - Define a struct/union to read event structure (MST); - Define a macro for wrap counter bit in uapi (MST); - Define the AVAIL/USED bits as shifts instead of values (MST); - s/_F_/_FLAG_/ in VRING_PACKED_EVENT_* as they are values (MST); - Drop the notify workaround for QEMU's tx-timer in packed ring (MST); v1 -> v2: - Use READ_ONCE() to read event off_wrap and flags together (Jason); - Add comments related to ccw (Jason); RFC v6 -> v1: - Avoid extra virtio_wmb() in vir...
2018 Nov 21
19
[PATCH net-next v3 00/13] virtio: support packed ring
...A addr/len related info in a separate structure (MST); - Calculate AVAIL/USED flags only when wrap counter wraps (MST); - Define a struct/union to read event structure (MST); - Define a macro for wrap counter bit in uapi (MST); - Define the AVAIL/USED bits as shifts instead of values (MST); - s/_F_/_FLAG_/ in VRING_PACKED_EVENT_* as they are values (MST); - Drop the notify workaround for QEMU's tx-timer in packed ring (MST); v1 -> v2: - Use READ_ONCE() to read event off_wrap and flags together (Jason); - Add comments related to ccw (Jason); RFC v6 -> v1: - Avoid extra virtio_wmb() in vir...