Searched refs:before (Results 1 – 10 of 10) sorted by relevance
/scripts/ |
D | Makefile.kcsan | 14 …on,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-param,tsan-instru…
|
D | Kbuild.include | 190 # Make dies with SIGPIPE before cleaning the targets.
|
D | spelling.txt | 230 befor||before
|
/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 2 /// NULL check before some freeing functions is not needed. 60 cocci.print_main("NULL check before that freeing function is not needed", p) 66 msg = "WARNING: NULL check before some freeing functions is not needed."
|
/scripts/coccinelle/iterators/ |
D | for_each_child.cocci | 2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi… 307 msg = "WARNING: Function \"%s\" should have of_node_put() before return " % (i) 317 msg = "WARNING: Function \"%s\" should have of_node_put() before break " % (i) 327 msg = "WARNING: Function \"%s\" should have of_node_put() before goto " % (i) 339 msg = "WARNING: Function \"%s\" should have of_node_put() before return around line %s." % (i, j1[0… 348 msg = "WARNING: Function \"%s\" should have of_node_put() before break around line %s." % (i,j2[0].… 357 msg = "WARNING: Function \"%s\" should have of_node_put() before goto around lines %s." % (i,j3[0].…
|
/scripts/coccinelle/api/ |
D | atomic_as_refcounter.cocci | 58 msg = "atomic_dec_and_test variation before object free at line %s." 91 msg = "atomic_dec_and_test variation before object free at line %s."
|
/scripts/coccinelle/misc/ |
D | cstptr.cocci | 2 /// PTR_ERR should be applied before its argument is reassigned, typically
|
D | array_size_dup.cocci | 5 /// 1. An opencoded expression is used before array_size() to compute the same size 9 /// before a call to the *_size() function we can miss an overflow.
|
/scripts/coccinelle/locks/ |
D | mini_lock.cocci | 4 /// before the if and an unlock after the if. False positives are due to
|
/scripts/dtc/ |
D | dtx_diff | 314 before running.
|