Searched refs:function (Results 1 – 6 of 6) sorted by relevance
/lib/ |
D | Kconfig.kmsan | 42 eagerly check every function parameter passed by value and every 43 function return value. 46 function parameters and return values across function borders. This
|
D | dynamic_debug.c | 57 const char *function; member 143 query->function ?: "", in vpr_info_dq() 220 if (query->function && in ddebug_change() 221 !match_wildcard(query->function, dp->function)) in ddebug_change() 259 dt->mod_name, dp->function, in ddebug_change() 434 rc = check_set(&query->function, arg, "func"); in ddebug_parse_query() 446 if (check_set(&query->function, fline, "func")) in ddebug_parse_query() 843 desc->function); in __dynamic_emit_prefix() 1148 iter->table->mod_name, dp->function, in ddebug_proc_show()
|
D | Kconfig | 30 This option provides the packing() helper function, which permits 276 tristate "CRC8 function" 278 This option provides CRC8 function. Drivers may select this 558 # prompt "glob_match() function" 560 This option provides a glob_match function for performing 565 All drivers in the Linux kernel tree that require this function 575 function on startup. It is primarily useful for people
|
D | Kconfig.debug | 47 kernel module where the function is located. 119 function, module, format string, and line number. This mechanism 138 filename:lineno [module]function flags format 143 function : function that contains the debug statement 150 # filename:lineno [module]function flags format 169 // enable all 12 messages in the function svc_process() 173 // disable all 12 messages in the function svc_process() 181 bool "Enable core function of dynamic debug support" 494 When inlining a function annotated with __init in a non-init 495 function, we would lose the section information and thus [all …]
|
D | Kconfig.kgdb | 7 # function to enable gdb stub to address XML packet sent from GDB.
|
D | Kconfig.kasan | 142 Makes the compiler insert function calls that check whether the memory
|