Searched refs:function (Results 1 – 25 of 36) sorted by relevance
12
/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 | 48 + ", 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 | clk_put.cocci | 5 //# in the same function.
|
D | iounmap.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 | err_cast.cocci | 3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
D | vma_pages.cocci | 3 /// Use vma_pages function on vma object instead of explicit computation.
|
/scripts/gcc-plugins/ |
D | gcc-generate-gimple-pass.h | 117 virtual bool gate(function *) { return _GATE(); } 127 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
D | gcc-generate-rtl-pass.h | 117 virtual bool gate(function *) { return _GATE(); } 127 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
D | gcc-generate-simple_ipa-pass.h | 117 virtual bool gate(function *) { return _GATE(); } 127 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
D | Kconfig | 23 bool "Compute the cyclomatic complexity of a function" if EXPERT 26 The complexity M of a function's control flow graph is defined as: 68 function pointers (and have not been manually annotated with
|
D | gcc-generate-ipa-pass.h | 206 virtual bool gate(function *) { return _GATE(); } 216 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
/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]…
|
/scripts/coccinelle/misc/ |
D | boolreturn.cocci | 58 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
|
/scripts/gdb/linux/ |
D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>") 38 text = " #{}: <{}>, {}, ".format(idx, timer, 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()
|
/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/escape/ |
D | Kconfig | 6 # You can not pass commas directly to a function since they are treated as
|
/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 43 # User-defined function.
|
/scripts/mod/ |
D | devicetable-offsets.c | 81 DEVID_FIELD(pcmcia_device_id, function); in main() 173 DEVID_FIELD(isapnp_device_id, function); in main()
|
12