Home
last modified time | relevance | path

Searched refs:other (Results 1 – 12 of 12) sorted by relevance

/scripts/
Dconfig30 Enable option directly after other option
32 Disable option directly after other option
34 Turn option into module directly after other option
Dchecksyscalls.sh225 /* these can be expressed using other calls */
/scripts/atomic/fallbacks/
Ddec_and_test7 * returns true if the result is 0, or false for all other
Dinc_and_test8 * other cases.
Dsub_and_test9 * other cases.
/scripts/ksymoops/
DREADME5 other utilities in order to give more accurate Oops debugging.
/scripts/kconfig/tests/err_recursive_dep/
DKconfig15 # depends on each other
/scripts/coccinelle/tests/
Ddoublebitand.cocci6 //# same structure as other similar expressions
Dunsigned_lesser_than_zero.cocci12 /// result is used to avoid false positives difficult to detect by other ways
/scripts/coccinelle/misc/
Dcond_no_effect.cocci38 // All other cases look like bugs or at least lack of documentation
/scripts/coccinelle/api/
Dstream_open.cocci186 // use mmap and other methods that assume @offset access to file.
189 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
/scripts/dtc/
Dchecks.c513 struct node *other; in check_explicit_phandles() local
534 other = get_node_by_phandle(root, phandle); in check_explicit_phandles()
535 if (other && (other != node)) { in check_explicit_phandles()
537 phandle, other->fullpath); in check_explicit_phandles()