Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 34) sorted by relevance

12

/scripts/
Dgenerate_initcall_order.pl58 my ($function, $level) = $symbol =~
67 'function' => $function
104 my ($level, $counter, $line, $function) = $_ =~
110 !defined($function)) {
122 'function' => $function
Dmarkup_oops.pl38 my $function;
165 $function = $1;
169 $function = $1;
204 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
Dkernel-doc309 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/
Ddevm_free.cocci5 /// 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.
Difnullfree.cocci53 cocci.print_main("NULL check before that freeing function is not needed", p)
Dput_device.cocci48 + ", but without a corresponding object release within this function.")
Diounmap.cocci5 //# in the same function.
Dclk_put.cocci5 //# in the same function.
/scripts/coccinelle/api/
Dsimple_open.cocci2 /// Remove an open coded simple_open() function
3 /// and replace file operations references to the function
Derr_cast.cocci3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Dvma_pages.cocci3 /// Use vma_pages function on vma object instead of explicit computation.
/scripts/gcc-plugins/
Dgcc-generate-rtl-pass.h117 virtual bool gate(function *) { return _GATE(); }
127 virtual unsigned int execute(function *) { return _EXECUTE(); }
Dgcc-generate-gimple-pass.h117 virtual bool gate(function *) { return _GATE(); }
127 virtual unsigned int execute(function *) { return _EXECUTE(); }
Dgcc-generate-simple_ipa-pass.h117 virtual bool gate(function *) { return _GATE(); }
127 virtual unsigned int execute(function *) { return _EXECUTE(); }
DKconfig31 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
Dgcc-generate-ipa-pass.h206 virtual bool gate(function *) { return _GATE(); }
216 virtual unsigned int execute(function *) { return _EXECUTE(); }
/scripts/coccinelle/locks/
Dmini_lock.cocci5 /// cases where the if branch represents a case where the function is
7 /// function call that releases the lock.
Dcall_kern.cocci5 //# 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/
Dboolreturn.cocci58 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
/scripts/gdb/linux/
Dtimerlist.py33 function = str(timer['function']).split(" ")[1].strip("<>")
38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
/scripts/kconfig/
Dpreprocess.c105 struct function { struct
190 static const struct function function_table[] = {
204 const struct function *f; in function_expand()
/scripts/kconfig/tests/preprocess/escape/
DKconfig6 # You can not pass commas directly to a function since they are treated as
/scripts/coccinelle/null/
Deno.cocci48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
/scripts/kconfig/tests/preprocess/variable/
DKconfig43 # User-defined function.
/scripts/mod/
Ddevicetable-offsets.c81 DEVID_FIELD(pcmcia_device_id, function); in main()
166 DEVID_FIELD(isapnp_device_id, function); in main()

12