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_item
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/common_modules/tzdriver/tlogger/
H
A
D
tlogger.c
235
struct log_item *
next_item
= NULL;
in parse_log_item()
local
251
next_item
= get_next_log_item(position->buffer_start,
in parse_log_item()
254
if (!
next_item
)
in parse_log_item()
258
item_len =
next_item
->buffer_len + sizeof(*
next_item
);
in parse_log_item()
266
(void *)
next_item
, item_len) != 0)
in parse_log_item()
1087
struct log_item *
next_item
= NULL;
in write_part_log_to_msg()
local
1092
next_item
= msg_get_next(buffer, read_off,
in write_part_log_to_msg()
1095
while (
next_item
&& read_off <= read_off_end) {
in write_part_log_to_msg()
1096
item_len =
next_item
in write_part_log_to_msg()
1137
struct log_item *
next_item
= NULL;
update_dumpmsg_offset()
local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
xattr.c
335
goto
next_item
;
in btrfs_listxattr()
368
next_item
:
in btrfs_listxattr()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
inode.c
1746
goto
next_item
;
in ceph_readdir_prepopulate()
1757
goto
next_item
;
in ceph_readdir_prepopulate()
1762
goto
next_item
;
in ceph_readdir_prepopulate()
1777
next_item
:
in ceph_readdir_prepopulate()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
inode.c
2018
goto
next_item
;
in ceph_readdir_prepopulate()
2029
goto
next_item
;
in ceph_readdir_prepopulate()
2034
goto
next_item
;
in ceph_readdir_prepopulate()
2049
next_item
:
in ceph_readdir_prepopulate()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
extent_io.c
2983
goto
next_item
;
in extent_fiemap()
3071
next_item
:
in extent_fiemap()
Completed in 15 milliseconds