Home
last modified time | relevance | path

Searched refs:is_option (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) macro
78 #define show_option(opt, off, on) ( !is_option(opt) ? #off : #on )
Dmemtoy.c137 if (!is_option(VERBOSE)) in vprint()
461 if (!is_option(INTERACTIVE)) in main()
Dcommands.c1245 if (is_option(INTERACTIVE)) in process_commands()
1251 is_option(INTERACTIVE) ? "" : "EOF on stdin"); in process_commands()
1289 if (!is_option(INTERACTIVE) && in process_commands()
1298 if (!is_option(INTERACTIVE)) { in process_commands()
/external/rust/crates/serde_derive/src/internals/
Dattr.rs1695 is_implicitly_borrowed_reference(ty) || is_option(ty, is_implicitly_borrowed_reference) in is_implicitly_borrowed()
1751 fn is_option(ty: &syn::Type, elem: fn(&syn::Type) -> bool) -> bool { in is_option() function