Searched refs:before (Results 1 – 12 of 12) sorted by relevance
| /scripts/coccinelle/free/ |
| D | ifnulldev_put.cocci | 3 /// NULL check before dev_{put, hold} functions is not needed. 48 cocci.print_main("NULL check before dev_{put, hold} functions is not needed", p) 54 msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
|
| 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/ |
| D | Makefile.kcsan | 13 …on,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-param,tsan-instru…
|
| D | head-object-list.txt | 9 # before the normal ".text" section.
|
| D | Kbuild.include | 139 # Make dies with SIGPIPE before cleaning the targets.
|
| D | spelling.txt | 250 befor||before
|
| /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 = "WARNING: atomic_dec_and_test variation before object free at line %s." 91 msg = "WARNING: 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.
|