Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dwait.h38 #define wait_event(wq, condition) \ argument
40 if ( condition ) \
44 if ( condition ) \
A Devent.h118 #define wait_on_xen_event_channel(port, condition) \ argument
120 if ( condition ) \
124 if ( condition ) \
/xen-4.10.0-shim-comet/
A DCODING_STYLE38 the condition of an if or while. Spaces are placed between the
39 keyword and the brackets surrounding the condition, between the
40 brackets and the condition itself, and around binary operators (except
66 if ( condition )
75 while ( condition )
82 } while ( condition );
88 if ( condition )
/xen-4.10.0-shim-comet/docs/misc/
A Dprintk-formats.txt18 %ps Symbol name with condition offset and size (iff offset != 0)
A Dkconfig-language.txt117 This attribute is only applicable to menu blocks, if the condition is
/xen-4.10.0-shim-comet/m4/
A Dax_compare_version.m440 # When the condition is true, shell commands ACTION-IF-TRUE are run,
90 # Used to indicate true or false condition
113 dnl # then the first line is used to determine if the condition is true.
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dxenlight.ml.in32 | POLLERR (* Error condition (revents only) *)
A Dxenlight.mli.in34 | POLLERR (* Error condition (revents only) *)
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped140 /* Enter a start condition. This macro really ought to take a parameter,
991 /* Number of entries by which start-condition stack grows. */
1803 * @note This function does not reset the start condition to @c INITIAL .
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt94 condition is if the pointer had a destructor attached to it and the
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1386 unsigned int condition, unsigned int flags) in test_cc() argument
1390 switch ( (condition & 15) >> 1 ) in test_cc()
1419 return (!!rc ^ (condition & 1)); in test_cc()

Completed in 22 milliseconds