Searched refs:function (Results 1 – 25 of 36) sorted by relevance
12
| /scripts/coccinelle/api/ |
| D | setup_timer.cocci | 1 /// 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 …]
|
| D | simple_open.cocci | 1 /// Remove an open coded simple_open() function 2 /// and replace file operations references to the function
|
| D | err_cast.cocci | 2 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
| D | vma_pages.cocci | 2 /// Use vma_pages function on vma object instead of explicit computation.
|
| D | resource_size.cocci | 2 /// Use resource_size function on resource object
|
| /scripts/coccinelle/free/ |
| D | devm_free.cocci | 4 /// 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.
|
| D | ifnullfree.cocci | 52 cocci.print_main("NULL check before that freeing function is not needed", p)
|
| D | iounmap.cocci | 4 //# in the same function.
|
| D | clk_put.cocci | 4 //# in the same function.
|
| /scripts/ |
| D | markup_oops.pl | 41 my $function; 168 $function = $1; 172 $function = $1; 207 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
|
| D | kernel-doc | 363 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/ |
| D | zconf.gperf | 2 %define hash-function-name kconf_id_hash 3 %define lookup-function-name kconf_id_lookup
|
| /scripts/genksyms/ |
| D | keywords.gperf | 2 %define hash-function-name is_reserved_hash 3 %define lookup-function-name is_reserved_word
|
| /scripts/mod/ |
| D | file2alias.c | 50 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 …]
|
| D | devicetable-offsets.c | 80 DEVID_FIELD(pcmcia_device_id, function); in main() 162 DEVID_FIELD(isapnp_device_id, function); in main()
|
| /scripts/gcc-plugins/ |
| D | gcc-generate-simple_ipa-pass.h | 116 virtual bool gate(function *) { return _GATE(); } 126 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
| D | gcc-generate-rtl-pass.h | 116 virtual bool gate(function *) { return _GATE(); } 126 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
| D | gcc-generate-gimple-pass.h | 116 virtual bool gate(function *) { return _GATE(); } 126 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
| D | gcc-generate-ipa-pass.h | 205 virtual bool gate(function *) { return _GATE(); } 215 virtual unsigned int execute(function *) { return _EXECUTE(); }
|
| /scripts/coccinelle/locks/ |
| D | mini_lock.cocci | 4 /// cases where the if branch represents a case where the function is 6 /// function call that releases the lock.
|
| D | call_kern.cocci | 4 //# 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]…
|
| D | double_lock.cocci | 3 /// an intervening function call that releases the lock.
|
| /scripts/coccinelle/misc/ |
| D | boolreturn.cocci | 57 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
|
| /scripts/coccinelle/null/ |
| D | eno.cocci | 47 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
|
| /scripts/coccinelle/api/alloc/ |
| D | alloc_cast.cocci | 69 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
|
12