Home
last modified time | relevance | path

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

12

/scripts/coccinelle/api/
Dsetup_timer.cocci1 /// Use setup_timer function instead of initializing timer with the function
22 -e.function = func;
26 -e.function = func;
40 -e1.function = a;
46 -e1.function = a;
71 // in another function.
87 -e6.function = c;
99 * e@j1.function = func;
103 * e@j2.function = func;
118 * e1@j1.function = a;
[all …]
Dsimple_open.cocci1 /// Remove an open coded simple_open() function
2 /// and replace file operations references to the function
Derr_cast.cocci2 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Dvma_pages.cocci2 /// Use vma_pages function on vma object instead of explicit computation.
Dresource_size.cocci2 /// Use resource_size function on resource object
/scripts/coccinelle/free/
Ddevm_free.cocci4 /// function would cause a double free.
8 /// function might be called from a different function than the one
9 /// containing the allocation function. It is thus necessary to make the
10 /// connection between the allocation function and the freeing function.
Difnullfree.cocci52 cocci.print_main("NULL check before that freeing function is not needed", p)
Diounmap.cocci4 //# in the same function.
Dclk_put.cocci4 //# in the same function.
/scripts/
Dmarkup_oops.pl41 my $function;
168 $function = $1;
172 $function = $1;
207 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
Dkernel-doc363 my ($function, %function_table, %parametertypes, $declaration_purpose);
486 $function = shift @ARGV;
487 $function_table{$function} = 1;
490 $function = shift @ARGV;
491 $function_table{$function} = 1;
2583 $function = "";
3037 $function = "";
/scripts/kconfig/
Dzconf.gperf2 %define hash-function-name kconf_id_hash
3 %define lookup-function-name kconf_id_lookup
/scripts/genksyms/
Dkeywords.gperf2 %define hash-function-name is_reserved_hash
3 %define lookup-function-name is_reserved_word
/scripts/mod/
Dfile2alias.c50 void *function; member
106 #define ADD_TO_DEVTABLE(device_id, type, function) \ argument
108 device_id + 0*sizeof((function)((const char *)NULL, \
111 SIZE_##type, (function) }; \
701 DEF_FIELD(symval, pcmcia_device_id, function); in do_pcmcia_entry()
717 function); in do_pcmcia_entry()
1074 DEF_FIELD(symval, isapnp_device_id, function); in do_isapnp_entry()
1079 (function >> 4) & 0x0f, function & 0x0f, in do_isapnp_entry()
1080 (function >> 12) & 0x0f, (function >> 8) & 0x0f); in do_isapnp_entry()
1316 void *function, in do_table() argument
[all …]
Ddevicetable-offsets.c80 DEVID_FIELD(pcmcia_device_id, function); in main()
162 DEVID_FIELD(isapnp_device_id, function); in main()
/scripts/gcc-plugins/
Dgcc-generate-simple_ipa-pass.h116 virtual bool gate(function *) { return _GATE(); }
126 virtual unsigned int execute(function *) { return _EXECUTE(); }
Dgcc-generate-rtl-pass.h116 virtual bool gate(function *) { return _GATE(); }
126 virtual unsigned int execute(function *) { return _EXECUTE(); }
Dgcc-generate-gimple-pass.h116 virtual bool gate(function *) { return _GATE(); }
126 virtual unsigned int execute(function *) { return _EXECUTE(); }
Dgcc-generate-ipa-pass.h205 virtual bool gate(function *) { return _GATE(); }
215 virtual unsigned int execute(function *) { return _EXECUTE(); }
/scripts/coccinelle/locks/
Dmini_lock.cocci4 /// cases where the if branch represents a case where the function is
6 /// function call that releases the lock.
Dcall_kern.cocci4 //# function under the lock in the first place.
104 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…
Ddouble_lock.cocci3 /// an intervening function call that releases the lock.
/scripts/coccinelle/misc/
Dboolreturn.cocci57 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
/scripts/coccinelle/null/
Deno.cocci47 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci69 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)

12