| /scripts/coccinelle/free/ |
| A D | devm_free.cocci | 5 /// function would cause a double free. 9 /// function might be called from a different function than the one 10 /// containing the allocation function. It is thus necessary to make the 11 /// connection between the allocation function and the freeing function.
|
| A D | ifnullfree.cocci | 60 cocci.print_main("NULL check before that freeing function is not needed", p)
|
| A D | put_device.cocci | 47 + ", but without a corresponding object release within this function.")
|
| A D | iounmap.cocci | 5 //# in the same function.
|
| A D | clk_put.cocci | 5 //# in the same function.
|
| /scripts/ |
| A D | generate_initcall_order.pl | 135 my ($function, $level) = $symbol =~ 139 if (!defined($function) || !defined($level)); 144 'function' => $function,
|
| A D | markup_oops.pl | 38 my $function; 165 $function = $1; 169 $function = $1; 204 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
|
| /scripts/coccinelle/api/ |
| A D | simple_open.cocci | 2 /// Remove an open coded simple_open() function 3 /// and replace file operations references to the function
|
| A D | vma_pages.cocci | 3 /// Use vma_pages function on vma object instead of explicit computation.
|
| A D | err_cast.cocci | 3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
| /scripts/gcc-plugins/ |
| A D | gcc-generate-gimple-pass.h | 94 virtual bool gate(function *) { return _GATE(); } in gate() argument 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() argument
|
| A D | gcc-generate-rtl-pass.h | 94 virtual bool gate(function *) { return _GATE(); } in gate() argument 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() argument
|
| A D | gcc-generate-simple_ipa-pass.h | 94 virtual bool gate(function *) { return _GATE(); } in gate() argument 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() argument
|
| A D | gcc-generate-ipa-pass.h | 172 virtual bool gate(function *) { return _GATE(); } in gate() argument 177 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() argument
|
| /scripts/coccinelle/locks/ |
| A D | mini_lock.cocci | 5 /// cases where the if branch represents a case where the function is 7 /// function call that releases the lock.
|
| A D | call_kern.cocci | 5 //# function under the lock in the first place. 105 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…
|
| A D | double_lock.cocci | 4 /// an intervening function call that releases the lock.
|
| /scripts/mod/ |
| A D | devicetable-offsets.c | 82 DEVID_FIELD(pcmcia_device_id, function); in main() 178 DEVID_FIELD(isapnp_device_id, function); in main() 259 DEVID_FIELD(ssam_device_id, function); in main()
|
| A D | file2alias.c | 609 DEF_FIELD(symval, pcmcia_device_id, function); in do_pcmcia_entry() 620 function); in do_pcmcia_entry() 974 DEF_FIELD(symval, isapnp_device_id, function); in do_isapnp_entry() 979 (function >> 4) & 0x0f, function & 0x0f, in do_isapnp_entry() 980 (function >> 12) & 0x0f, (function >> 8) & 0x0f); in do_isapnp_entry() 1304 DEF_FIELD(symval, ssam_device_id, function); in do_ssam_entry() 1308 ADD(alias, "f", match_flags & SSAM_MATCH_FUNCTION, function); in do_ssam_entry()
|
| /scripts/kconfig/ |
| A D | preprocess.c | 110 struct function { struct 194 static const struct function function_table[] = { 208 const struct function *f; in function_expand()
|
| /scripts/gdb/linux/ |
| A D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>") 38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
|
| /scripts/coccinelle/null/ |
| A D | eno.cocci | 48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
|
| A D | kmerr.cocci | 4 /// error handling code later in the function, which may be helpful
|
| /scripts/kconfig/tests/preprocess/variable/ |
| A D | Kconfig | 43 # User-defined function.
|
| /scripts/kconfig/tests/preprocess/escape/ |
| A D | Kconfig | 6 # You can not pass commas directly to a function since they are treated as
|