Home
last modified time | relevance | path

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

/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.
Dclk_put.cocci4 //# in the same function.
Diounmap.cocci4 //# in the same function.
/scripts/
Dmarkup_oops.pl41 my $function;
168 $function = $1;
172 $function = $1;
207 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
Dkernel-doc265 my ($function, %function_table, %parametertypes, $declaration_purpose);
360 $function = shift @ARGV;
361 $function_table{$function} = 1;
364 $function = shift @ARGV;
365 $function_table{$function} = 1;
2160 $function = "";
2496 $function = "";
2514 $function = "";
/scripts/kconfig/
Dzconf.gperf2 %define hash-function-name kconf_id_hash
3 %define lookup-function-name kconf_id_lookup
Dzconf.lex.c_shipped992 /** The main scanner function which does all the work.
1750 * @note This function does not reset the start condition to @c INITIAL .
1772 /* TODO. We should be able to replace this entire function body
1858 * This function is sometimes called more than once on the same buffer,
1913 * the current state. This function will allocate the stack
2206 * This function is called from zconflex_destroy(), so don't allocate here.
Dzconf.tab.c_shipped65 /* Substitute the variable and function names. */
270 /* Identity function, used to suppress warnings about constant conditions. */
/scripts/coccinelle/api/
Dsimple_open.cocci1 /// This removes an open coded simple_open() function
2 /// and replaces file operations references to the function
Derr_cast.cocci2 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Dresource_size.cocci2 /// Use resource_size function on resource object
/scripts/genksyms/
Dkeywords.gperf2 %define hash-function-name is_reserved_hash
3 %define lookup-function-name is_reserved_word
Dlex.lex.c_shipped751 /** The main scanner function which does all the work.
1351 * @note This function does not reset the start condition to @c INITIAL .
1373 /* TODO. We should be able to replace this entire function body
1463 * This function is sometimes called more than once on the same buffer,
1518 * the current state. This function will allocate the stack
1811 * This function is called from yylex_destroy(), so don't allocate here.
Dparse.tab.c_shipped269 /* Identity function, used to suppress warnings about constant conditions. */
1265 function.
1267 the only way this function was invoked is if the default action
/scripts/mod/
Dfile2alias.c47 void *function; member
101 #define ADD_TO_DEVTABLE(device_id, type, function) \ argument
103 device_id + 0*sizeof((function)((const char *)NULL, \
106 SIZE_##type, (function) }; \
613 DEF_FIELD(symval, pcmcia_device_id, function); in do_pcmcia_entry()
629 function); in do_pcmcia_entry()
1013 DEF_FIELD(symval, isapnp_device_id, function); in do_isapnp_entry()
1018 (function >> 4) & 0x0f, function & 0x0f, in do_isapnp_entry()
1019 (function >> 12) & 0x0f, (function >> 8) & 0x0f); in do_isapnp_entry()
1170 void *function, in do_table() argument
[all …]
Ddevicetable-offsets.c78 DEVID_FIELD(pcmcia_device_id, function); in main()
160 DEVID_FIELD(isapnp_device_id, function); in main()
/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/null/
Deno.cocci47 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
Dkmerr.cocci3 /// error handling code later in the function, which may be helpful
Dbadzero.cocci4 //# if it has previously been used with the function used to initialize x.
/scripts/dtc/
Ddtc-lexer.lex.c_shipped847 /** The main scanner function which does all the work.
1618 * @note This function does not reset the start condition to @c INITIAL .
1640 /* TODO. We should be able to replace this entire function body
1726 * This function is sometimes called more than once on the same buffer,
1781 * the current state. This function will allocate the stack
2074 * This function is called from yylex_destroy(), so don't allocate here.
Ddtc-parser.tab.c_shipped253 /* Identity function, used to suppress warnings about constant conditions. */
1102 function.
1104 the only way this function was invoked is if the default action