Home
last modified time | relevance | path

Searched refs:function_table (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/scripts/
Dkernel-doc322 my ($function, %function_table, %parametertypes, $declaration_purpose);
442 $function_table{$function} = 1;
448 %function_table = ();
451 %function_table = ();
607 defined($function_table{$name})))
1165 defined($function_table{$name})) ||
1167 !($functype eq "function" && defined($function_table{$name}))))
1352 if (defined($function_table{$name})) {
1359 if (!($functype eq "function" && defined($function_table{$name}))) {
1366 if (defined($function_table{$name})) {
[all …]
/linux-5.10/scripts/kconfig/
Dpreprocess.c190 static const struct function function_table[] = { variable
207 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
208 f = &function_table[i]; in function_expand()
/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.c434 struct hinic_cmd_fw_ctxt *function_table = buf_in; in check_func_table() local
437 !function_table->rx_buf_sz) in check_func_table()