| /linux/rust/syn/ |
| H A D | path.rs | 87 && self.segments[0].arguments.is_none() in get_ident() 114 pub arguments: PathArguments, 125 arguments: PathArguments::None, in from() 335 && match &ty.path.segments[0].arguments { in parse() 343 let generics = match segment.arguments { in parse() 345 PathArguments::AngleBracketed(arguments) => Some(arguments), in parse() 370 generics: match segment.arguments { in parse() 372 PathArguments::AngleBracketed(arguments) => Some(arguments), in parse() 541 arguments: PathArguments::AngleBracketed(input.parse()?), in parse_helper() 644 .all(|segment| segment.arguments.is_none()) in is_mod_style() [all …]
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | program.py | 38 arguments = dict.fromkeys([]) 43 arguments[procedure.argument.type_name] = None 44 if len(arguments) > 0: 47 for argument in arguments: 67 arguments = dict.fromkeys([]) 72 arguments[procedure.argument.type_name] = None 75 for argument in arguments: 97 arguments = dict.fromkeys([]) 100 arguments[procedure.argument.type_name] = None 103 for argument in arguments:
|
| /linux/drivers/acpi/acpica/ |
| H A D | dbexec.c | 538 local_info.args = local_info.arguments; in acpi_db_method_thread() 539 local_info.arguments[0] = local_info.num_threads_str; in acpi_db_method_thread() 540 local_info.arguments[1] = local_info.id_of_thread_str; in acpi_db_method_thread() 541 local_info.arguments[2] = local_info.index_of_thread_str; in acpi_db_method_thread() 542 local_info.arguments[3] = NULL; in acpi_db_method_thread() 658 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread() argument 666 acpi_gbl_db_method_info.args = acpi_gbl_db_method_info.arguments; in acpi_db_create_execution_thread() 671 for (i = 0; (i < ACPI_METHOD_NUM_ARGS) && *arguments; i++) { in acpi_db_create_execution_thread() 672 acpi_gbl_db_method_info.arguments[i] = *arguments; in acpi_db_create_execution_thread() 673 arguments++; in acpi_db_create_execution_thread() [all …]
|
| H A D | dsmthdat.c | 64 ACPI_MOVE_32_TO_32(&walk_state->arguments[i].name, in acpi_ds_method_data_init() 67 walk_state->arguments[i].name.integer |= (i << 24); in acpi_ds_method_data_init() 68 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ds_method_data_init() 69 walk_state->arguments[i].type = ACPI_TYPE_ANY; in acpi_ds_method_data_init() 70 walk_state->arguments[i].flags = ANOBJ_METHOD_ARG; in acpi_ds_method_data_init() 127 if (walk_state->arguments[index].object) { in acpi_ds_method_data_delete_all() 130 walk_state->arguments[index].object)); in acpi_ds_method_data_delete_all() 134 acpi_ns_detach_object(&walk_state->arguments[index]); in acpi_ds_method_data_delete_all() 250 *node = &walk_state->arguments[index]; in acpi_ds_method_data_get_node()
|
| H A D | dbutils.c | 38 struct acpi_db_argument_info *arguments) in acpi_db_match_argument() argument 46 for (i = 0; arguments[i].name; i++) { in acpi_db_match_argument() 47 if (strstr(ACPI_CAST_PTR(char, arguments[i].name), in acpi_db_match_argument() 49 user_argument)) == arguments[i].name) { in acpi_db_match_argument()
|
| H A D | dbobject.c | 267 obj_desc = walk_state->arguments in acpi_db_display_internal_object() 488 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments() 504 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
|
| /linux/Documentation/sphinx/ |
| H A D | kernel_feat.py | 91 feature_dir = os.path.join(srctree, 'Documentation', self.arguments[0]) 96 if len(self.arguments) > 1: 97 arch = self.arguments[1] 116 nodeList = self.nestedParse(out_lines, self.arguments[0])
|
| /linux/Documentation/networking/ |
| H A D | radiotap-headers.rst | 36 argument bitmap extensions..." above), and the start of the arguments is moved 40 covered by the ieee80211_radiotap_header and any arguments following. 43 Requirements for arguments 46 After the fixed part of the header, the arguments follow for each argument 50 - the arguments are all stored little-endian! 57 - the arguments must be aligned to a boundary of the argument size using 75 - The arguments for a given argument index can be a compound of multiple types
|
| /linux/scripts/ |
| H A D | macro_checker.py | 32 arguments = [item.strip() for item in content.split(',') if item.strip()] 45 for arg in arguments: 49 for arg in arguments:
|
| /linux/scripts/kconfig/tests/preprocess/variable/ |
| H A D | Kconfig | 47 # The number of arguments is not checked for user-defined functions. 48 # If some arguments are optional, it is useful to pass fewer parameters.
|
| /linux/Documentation/trace/ |
| H A D | fprobetrace.rst | 74 the stack. But this only support the arguments via registers. 83 Function arguments at exit 85 Function arguments can be accessed at exit probe using $arg<N> fetcharg. This 91 BTF arguments 123 If user unsures the name of arguments, ``$arg*`` will be helpful. The ``$arg*`` 124 is expanded to all function arguments of the function or the tracepoint. :: 156 For these BTF arguments and fields, ``:string`` and ``:ustring`` change the 175 and exit, with BTF arguments. 196 You can see all function arguments and return values are recorded as signed int. 221 structure pointed by the ``prev`` and ``next`` arguments.
|
| H A D | kprobetrace.rst | 78 the stack. But this only support the arguments via registers. 85 Function arguments at kretprobe 87 Function arguments can be accessed at kretprobe using $arg<N> fetcharg. This 100 respectively. 'x' prefix implies it is unsigned. Traced arguments are shown 112 Char type can be used to show the character value of traced arguments. 164 probe and gives you what arguments will be shown in trace buffer. If an event 215 1st to 4th arguments as "myprobe" event. Note, which register/stack entry is 219 As this example shows, users can choose more familiar names for each arguments. 250 You can see that the event has 4 arguments as in the expressions you specified.
|
| /linux/tools/power/pm-graph/config/ |
| H A D | custom-timeline-functions.cfg | 3 # all the tool arguments so that they don't have to be given on the 90 # name with no arguments. 107 # arglist: A list of arguments from registers/stack addresses. See URL: 155 # name with no arguments. 172 # arglist: A list of arguments from registers/stack addresses. See URL:
|
| /linux/tools/testing/cxl/test/ |
| H A D | mock.c | 83 struct acpi_object_list *arguments, in __wrap_acpi_table_parse_cedt() 91 status = ops->acpi_evaluate_integer(handle, pathname, arguments, 94 status = acpi_evaluate_integer(handle, pathname, arguments, in __wrap_acpi_evaluate_integer() 95 __wrap_acpi_evaluate_integer(acpi_handle handle,acpi_string pathname,struct acpi_object_list * arguments,unsigned long long * data) __wrap_acpi_evaluate_integer() argument
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-script-perl.txt | 45 Most of the event's field values are passed as arguments to the 87 The $common_* arguments in the handler's argument list are the set of 88 arguments passed to all event handlers; some of the fields correspond 91 to every event as arguments but are available as library functions. 104 counterparts as handler function arguments of the same name, as can be 153 of common arguments are passed into it:
|
| H A D | db-export.txt | 35 number of arguments (e.g. def call_return_table(*x)) i.e. perf can pass more 36 arguments which old scripts will ignore.
|
| /linux/Documentation/bpf/ |
| H A D | prog_cgroup_sockopt.rst | 16 all input arguments: ``level``, ``optname``, ``optval`` and ``optlen``. 22 sockopt and it has writable context: it can modify the supplied arguments 84 to the input arguments (``level``, ``optname``, ``optval``, ``optlen``), 86 *not* the original input ``setsockopt`` arguments. The potentially
|
| H A D | kfuncs.rst | 56 All kfuncs now require trusted arguments by default. This means that all 57 pointer arguments must be valid, and all pointers to BTF objects must be 63 1. Pointers which are passed as tracepoint or struct_ops callback arguments. 143 This annotation is only understood for scalar arguments, where it indicates that 185 The verifier will allow passing NULL for such arguments. 256 These annotations are used for ``struct bpf_map *`` arguments and distinguish a 308 The suffixes have the same meaning on the arguments of struct_ops stub 311 it while saving the arguments, so the callback receives an arena pointer 331 In addition to kfuncs' arguments, verifier may need more information about the 411 with KF_RCU expect either PTR_TRUSTED or MEM_RCU arguments. The verifier [all …]
|
| H A D | classic_vs_extended.rst | 16 pointer. Since 64-bit CPUs are passing arguments to functions via registers 19 function. Natively, x86_64 passes first 6 arguments in registers, aarch64/ 20 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved 65 place function arguments into R1 to R5 registers to satisfy calling 69 doesn't need to emit extra moves. Function arguments will be in the correct 109 can call kernel functions with up to 5 arguments. Calls with 6 or more arguments 185 arg2, u64 arg3, u64 arg4, u64 arg5); will receive arguments in proper
|
| /linux/arch/alpha/lib/ |
| H A D | callback_srm.S | 21 mov $20,$21 # Shift arguments right. 48 lda $25,2($31) # two integer arguments
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro-specs.rst | 19 a handful of arguments, the most important ones are: 44 The input arguments are parsed as JSON, while the output is only 79 but it takes a few arguments so calling it directly for each file 120 // 4. Free the request arguments
|
| /linux/Documentation/RCU/ |
| H A D | UP.rst | 25 Now, if call_rcu() were to directly invoke its arguments, then upon return 37 by having call_rcu() directly invoke its arguments only if it was called 47 its arguments would cause it to fail to make the fundamental guarantee 48 underlying RCU, namely that call_rcu() defers invoking its arguments until 100 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
|
| /linux/arch/mips/ |
| H A D | Kconfig.debug | 38 should choose 'Y' here, and fill in the extra boot arguments 53 pass arguments to the kernel. For these platforms, and for the cases 64 bool "Built-in command line overrides firmware arguments" 68 command line arguments from firmware or second stage bootloader.
|
| /linux/Documentation/core-api/ |
| H A D | min_heap.rst | 133 - **args**: Optional arguments passed to the `less` and `swp` functions. 150 - **args**: Optional arguments passed to the `less` and `swp` functions. 171 - **args**: Optional arguments passed to the `less` and `swp` functions. 187 - **args**: Optional arguments passed to the `less` and `swp` functions. 201 - **args**: Optional arguments passed to the `less` and `swp` functions. 220 - **args**: Optional arguments passed to the `less` and `swp` functions.
|
| /linux/tools/net/sunrpc/xdrgen/templates/C/program/encoder/ |
| H A D | argument.j2 | 4 /* Encode {{ argument }} arguments */
|