Searched refs:first_arg (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | is_zero.rs | 79 ($first_arg:ident $(,$rest:ident)*) => { 80 unsafe impl <$first_arg: IsZero, $($rest: IsZero,)*> IsZero for ($first_arg, $($rest,)*){ 86 let ($first_arg, $($rest,)*) = self; in is_zero() 88 $first_arg.is_zero() in is_zero()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dswexec.c | 334 union acpi_parse_object *first_arg; in acpi_ds_exec_end_op() local 352 first_arg = op->common.value.arg; in acpi_ds_exec_end_op() 385 status = acpi_ds_create_operands(walk_state, first_arg); in acpi_ds_exec_end_op() 494 next_op = first_arg; in acpi_ds_exec_end_op()
|
H A D | dsutils.c | 652 * first_arg - First argument of a parser argument tree 664 union acpi_parse_object *first_arg) in acpi_ds_create_operands() 675 ACPI_FUNCTION_TRACE_PTR(ds_create_operands, first_arg); in acpi_ds_create_operands() 679 arg = first_arg; in acpi_ds_create_operands() 663 acpi_ds_create_operands(struct acpi_walk_state *walk_state, union acpi_parse_object *first_arg) acpi_ds_create_operands() argument
|
H A D | acdispat.h | 265 union acpi_parse_object *first_arg);
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dswexec.c | 334 union acpi_parse_object *first_arg; in acpi_ds_exec_end_op() local 352 first_arg = op->common.value.arg; in acpi_ds_exec_end_op() 385 status = acpi_ds_create_operands(walk_state, first_arg); in acpi_ds_exec_end_op() 496 next_op = first_arg; in acpi_ds_exec_end_op()
|
H A D | dsutils.c | 652 * first_arg - First argument of a parser argument tree 664 union acpi_parse_object *first_arg) in acpi_ds_create_operands() 673 ACPI_FUNCTION_TRACE_PTR(ds_create_operands, first_arg); in acpi_ds_create_operands() 677 arg = first_arg; in acpi_ds_create_operands() 663 acpi_ds_create_operands(struct acpi_walk_state *walk_state, union acpi_parse_object *first_arg) acpi_ds_create_operands() argument
|
H A D | acdispat.h | 265 union acpi_parse_object *first_arg);
|
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 1555 my @first_arg; 1558 push(@first_arg, split('\s+', $1)); 1559 push(@first_arg, $2); 1561 @first_arg = split('\s+', shift @args); 1564 unshift(@args, pop @first_arg); 1565 $type = join " ", @first_arg;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | kernel-doc | 1520 my @first_arg; 1523 push(@first_arg, split('\s+', $1)); 1524 push(@first_arg, $2); 1526 @first_arg = split('\s+', shift @args); 1529 unshift(@args, pop @first_arg); 1530 $type = join " ", @first_arg;
|
Completed in 11 milliseconds