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:prev_object
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
utdelete.c
487
union acpi_operand_object *
prev_object
;
in acpi_ut_update_object_reference()
local
517
prev_object
=
in acpi_ut_update_object_reference()
519
while (
prev_object
) {
in acpi_ut_update_object_reference()
521
prev_object
->notify.next[i];
in acpi_ut_update_object_reference()
522
acpi_ut_update_ref_count(
prev_object
,
in acpi_ut_update_object_reference()
524
prev_object
= next_object;
in acpi_ut_update_object_reference()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
utdelete.c
487
union acpi_operand_object *
prev_object
;
in acpi_ut_update_object_reference()
local
517
prev_object
=
in acpi_ut_update_object_reference()
519
while (
prev_object
) {
in acpi_ut_update_object_reference()
521
prev_object
->notify.next[i];
in acpi_ut_update_object_reference()
522
acpi_ut_update_ref_count(
prev_object
,
in acpi_ut_update_object_reference()
524
prev_object
= next_object;
in acpi_ut_update_object_reference()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
glock.c
867
void *
prev_object
;
in glock_set_object()
local
870
prev_object
= gl->gl_object;
in glock_set_object()
873
if (gfs2_assert_warn(gl->gl_name.ln_sbd,
prev_object
== NULL)) {
in glock_set_object()
888
void *
prev_object
;
in glock_clear_object()
local
891
prev_object
= gl->gl_object;
in glock_clear_object()
894
if (gfs2_assert_warn(gl->gl_name.ln_sbd,
prev_object
== object)) {
in glock_clear_object()
Completed in 6 milliseconds