Home
last modified time | relevance | path

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

12

/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.
Dput_device.cocci48 + ", but without a corresponding object release within this function.")
Difnullfree.cocci60 cocci.print_main("NULL check before that freeing function is not needed", p)
Dclk_put.cocci5 //# in the same function.
Diounmap.cocci5 //# in the same function.
/scripts/
Dgenerate_initcall_order.pl135 my ($function, $level) = $symbol =~
139 if (!defined($function) || !defined($level));
144 'function' => $function,
Dmarkup_oops.pl38 my $function;
165 $function = $1;
169 $function = $1;
204 if ($_ =~ /^([0-9a-f]+) \<$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-gimple-pass.h117 virtual bool gate(function *) { return _GATE(); }
127 virtual unsigned int execute(function *) { return _EXECUTE(); }
Dgcc-generate-rtl-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(); }
DKconfig23 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
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/coccinelle/null/
Deno.cocci48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
Dkmerr.cocci4 /// error handling code later in the function, which may be helpful
/scripts/kconfig/tests/preprocess/escape/
DKconfig6 # You can not pass commas directly to a function since they are treated as
/scripts/kconfig/tests/preprocess/variable/
DKconfig43 # User-defined function.
/scripts/mod/
Ddevicetable-offsets.c81 DEVID_FIELD(pcmcia_device_id, function); in main()
173 DEVID_FIELD(isapnp_device_id, function); in main()

12