Home
last modified time | relevance | path

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

/scripts/
Dconfig26 --enable-after|-E beforeopt option
27 Enable option directly after other option
28 --disable-after|-D beforeopt option
29 Disable option directly after other option
30 --module-after|-M beforeopt option
31 Turn option into module directly after other option
DKbuild.include80 # should be kept for a long time since this issue was fixed only after the
/scripts/coccinelle/misc/
Difcol.cocci2 /// Find confusingly indented code in or after an if. An if branch should
4 /// Sometimes, code after an if that is indented is actually intended to be
40 cocci.print_secs("after",p2)
Dcstptr.cocci41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
/scripts/kconfig/
Dqconf.h126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument
137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
/scripts/coccinelle/api/
Dplatform_get_irq.cocci2 /// Remove dev_err() messages after platform_get_irq*() failures
/scripts/gcc-plugins/
Dstackleak_plugin.c49 static void stackleak_add_track_stack(gimple_stmt_iterator *gsi, bool after) in stackleak_add_track_stack() argument
60 if (after) { in stackleak_add_track_stack()
DKconfig86 source tree isn't cleaned after kernel installation).
89 scripts/gcc-plgins/randomize_layout_seed.h. It remains after
/scripts/coccinelle/locks/
Dmini_lock.cocci4 /// before the if and an unlock after the if. False positives are due to
/scripts/coccinelle/free/
Dkfree.cocci2 /// Find a use after free.
/scripts/coccinelle/iterators/
Dfen.cocci123 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
Duse_after_iter.cocci4 /// and not a meaningful structure. Thus this value should not be used after