Searched refs:function (Results 1 – 25 of 34) sorted by relevance
12
/scripts/ |
D | generate_initcall_order.pl | 58 my ($function, $level) = $symbol =~ 67 'function' => $function 104 my ($level, $counter, $line, $function) = $_ =~ 110 !defined($function)) { 122 'function' => $function
|
D | markup_oops.pl | 38 my $function; 165 $function = $1; 169 $function = $1; 204 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
|
D | kernel-doc | 309 my ($function, %function_table, %parametertypes, $declaration_purpose); 414 $function = shift @ARGV; 415 $function_table{$function} = 1; 418 $function = shift @ARGV; 419 $function_table{$function} = 1; 1671 $function = ""; 2066 $function = "";
|
/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 | ifnullfree.cocci | 53 cocci.print_main("NULL check before that freeing function is not needed", p)
|
D | put_device.cocci | 48 + ", but without a corresponding object release within this function.")
|
D | iounmap.cocci | 5 //# in the same function.
|
D | clk_put.cocci | 5 //# in the same 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-rtl-pass.h | 117 virtual bool gate(function *) { return _GATE(); } 127 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
D | gcc-generate-gimple-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 | 31 bool "Compute the cyclomatic complexity of a function" if EXPERT 34 The complexity M of a function's control flow graph is defined as: 76 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/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)
|
/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() 166 DEVID_FIELD(isapnp_device_id, function); in main()
|
12