Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:next_op
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
dsopcode.c
274
union acpi_parse_object *
next_op
;
in acpi_ds_eval_buffer_field_operands()
local
284
/*
next_op
points to the op that holds the Buffer */
in acpi_ds_eval_buffer_field_operands()
286
next_op
= op->common.value.arg;
in acpi_ds_eval_buffer_field_operands()
290
status = acpi_ds_create_operands(walk_state,
next_op
);
in acpi_ds_eval_buffer_field_operands()
360
union acpi_parse_object *
next_op
;
in acpi_ds_eval_region_operands()
local
371
/*
next_op
points to the op that holds the space_ID */
in acpi_ds_eval_region_operands()
373
next_op
= op->common.value.arg;
in acpi_ds_eval_region_operands()
374
space_id = (acpi_adr_space_type)
next_op
->common.value.integer;
in acpi_ds_eval_region_operands()
376
/*
next_op
points to address op */
in acpi_ds_eval_region_operands()
378
next_op
in acpi_ds_eval_region_operands()
467
union acpi_parse_object *
next_op
;
acpi_ds_eval_table_region_operands()
local
687
union acpi_parse_object *
next_op
;
acpi_ds_eval_bank_field_operands()
local
[all...]
H
A
D
dswexec.c
333
union acpi_parse_object *
next_op
;
in acpi_ds_exec_end_op()
local
492
/*
next_op
points to the op that holds the method name */
in acpi_ds_exec_end_op()
494
next_op
= first_arg;
in acpi_ds_exec_end_op()
496
/*
next_op
points to first argument op */
in acpi_ds_exec_end_op()
498
next_op
=
next_op
->common.next;
in acpi_ds_exec_end_op()
503
status = acpi_ds_create_operands(walk_state,
next_op
);
in acpi_ds_exec_end_op()
H
A
D
acstruct.h
42
u8 next_op_info; /* Info about
next_op
*/
89
union acpi_parse_object *
next_op
; /* next op to be processed */
member
H
A
D
dswstate.c
588
/* The
next_op
of the next_walk will be the beginning of the method */
in acpi_ds_init_aml_walk()
590
walk_state->
next_op
= NULL;
in acpi_ds_init_aml_walk()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
dsopcode.c
274
union acpi_parse_object *
next_op
;
in acpi_ds_eval_buffer_field_operands()
local
284
/*
next_op
points to the op that holds the Buffer */
in acpi_ds_eval_buffer_field_operands()
286
next_op
= op->common.value.arg;
in acpi_ds_eval_buffer_field_operands()
290
status = acpi_ds_create_operands(walk_state,
next_op
);
in acpi_ds_eval_buffer_field_operands()
360
union acpi_parse_object *
next_op
;
in acpi_ds_eval_region_operands()
local
371
/*
next_op
points to the op that holds the space_ID */
in acpi_ds_eval_region_operands()
373
next_op
= op->common.value.arg;
in acpi_ds_eval_region_operands()
374
space_id = (acpi_adr_space_type)
next_op
->common.value.integer;
in acpi_ds_eval_region_operands()
376
/*
next_op
points to address op */
in acpi_ds_eval_region_operands()
378
next_op
in acpi_ds_eval_region_operands()
467
union acpi_parse_object *
next_op
;
acpi_ds_eval_table_region_operands()
local
688
union acpi_parse_object *
next_op
;
acpi_ds_eval_bank_field_operands()
local
[all...]
H
A
D
dswexec.c
333
union acpi_parse_object *
next_op
;
in acpi_ds_exec_end_op()
local
494
/*
next_op
points to the op that holds the method name */
in acpi_ds_exec_end_op()
496
next_op
= first_arg;
in acpi_ds_exec_end_op()
498
/*
next_op
points to first argument op */
in acpi_ds_exec_end_op()
500
next_op
=
next_op
->common.next;
in acpi_ds_exec_end_op()
505
status = acpi_ds_create_operands(walk_state,
next_op
);
in acpi_ds_exec_end_op()
H
A
D
acstruct.h
42
u8 next_op_info; /* Info about
next_op
*/
89
union acpi_parse_object *
next_op
; /* next op to be processed */
member
H
A
D
dswstate.c
588
/* The
next_op
of the next_walk will be the beginning of the method */
in acpi_ds_init_aml_walk()
590
walk_state->
next_op
= NULL;
in acpi_ds_init_aml_walk()
/kernel/linux/linux-5.10/lib/
H
A
D
asn1_decoder.c
200
next_op
:
in asn1_ber_decoder()
201
pr_debug("
next_op
: pc=\e[32m%zu\e[m/%zu dp=\e[33m%zu\e[m/%zu C=%d J=%d\n",
in asn1_ber_decoder()
220
goto
next_op
;
in asn1_ber_decoder()
253
goto
next_op
;
in asn1_ber_decoder()
354
goto
next_op
;
in asn1_ber_decoder()
364
goto
next_op
;
in asn1_ber_decoder()
370
goto
next_op
;
in asn1_ber_decoder()
412
goto
next_op
;
in asn1_ber_decoder()
425
goto
next_op
;
in asn1_ber_decoder()
444
goto
next_op
;
in asn1_ber_decoder()
[all...]
/kernel/linux/linux-6.6/lib/
H
A
D
asn1_decoder.c
200
next_op
:
in asn1_ber_decoder()
201
pr_debug("
next_op
: pc=\e[32m%zu\e[m/%zu dp=\e[33m%zu\e[m/%zu C=%d J=%d\n",
in asn1_ber_decoder()
220
goto
next_op
;
in asn1_ber_decoder()
253
goto
next_op
;
in asn1_ber_decoder()
354
goto
next_op
;
in asn1_ber_decoder()
364
goto
next_op
;
in asn1_ber_decoder()
370
goto
next_op
;
in asn1_ber_decoder()
412
goto
next_op
;
in asn1_ber_decoder()
425
goto
next_op
;
in asn1_ber_decoder()
444
goto
next_op
;
in asn1_ber_decoder()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic.c
2843
u32
next_op
= cp->completed_kcq[i + j]->kcqe_op_flag;
in service_kcqes()
local
2845
if (cnic_get_kcqe_layer_mask(
next_op
) != kcqe_layer)
in service_kcqes()
2848
if (unlikely(
next_op
& KCQE_RAMROD_COMPLETION))
in service_kcqes()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic.c
2841
u32
next_op
= cp->completed_kcq[i + j]->kcqe_op_flag;
in service_kcqes()
local
2843
if (cnic_get_kcqe_layer_mask(
next_op
) != kcqe_layer)
in service_kcqes()
2846
if (unlikely(
next_op
& KCQE_RAMROD_COMPLETION))
in service_kcqes()
/kernel/linux/linux-6.6/net/ceph/
H
A
D
osd_client.c
5864
next_op
:
in osd_sparse_read()
5929
goto
next_op
;
in osd_sparse_read()
Completed in 27 milliseconds