/scripts/coccinelle/free/ |
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.
|
D | put_device.cocci | 47 + ", but without a corresponding object release within this function.")
|
D | ifnullfree.cocci | 60 cocci.print_main("NULL check before that freeing function is not needed", p)
|
D | iounmap.cocci | 5 //# in the same function.
|
D | clk_put.cocci | 5 //# in the same function.
|
/scripts/ |
D | generate_initcall_order.pl | 135 my ($function, $level) = $symbol =~ 139 if (!defined($function) || !defined($level)); 144 'function' => $function,
|
D | markup_oops.pl | 38 my $function; 165 $function = $1; 169 $function = $1; 204 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
|
/scripts/coccinelle/api/ |
D | simple_open.cocci | 2 /// Remove an open coded simple_open() function 3 /// and replace file operations references to the function
|
D | vma_pages.cocci | 3 /// Use vma_pages function on vma object instead of explicit computation.
|
D | err_cast.cocci | 3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
D | resource_size.cocci | 3 /// Use resource_size function on resource object
|
/scripts/gcc-plugins/ |
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
|
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
|
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
|
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/ |
D | mini_lock.cocci | 5 /// cases where the if branch represents a case where the function is 7 /// function call that releases the lock.
|
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]…
|
D | double_lock.cocci | 4 /// an intervening function call that releases the lock.
|
/scripts/mod/ |
D | devicetable-offsets.c | 82 DEVID_FIELD(pcmcia_device_id, function); in main() 174 DEVID_FIELD(isapnp_device_id, function); in main() 256 DEVID_FIELD(ssam_device_id, function); in main()
|
/scripts/gdb/linux/ |
D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>") 38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
|
/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 6 # You can not pass commas directly to a function since they are treated as
|
/scripts/coccinelle/null/ |
D | eno.cocci | 48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
|
D | kmerr.cocci | 4 /// error handling code later in the function, which may be helpful
|
/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 43 # User-defined function.
|
/scripts/kconfig/ |
D | preprocess.c | 105 struct function { struct 190 static const struct function function_table[] = { 204 const struct function *f; in function_expand()
|