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:ptr_end
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
tree-log.c
1012
unsigned long
ptr_end
;
in __add_inode_ref()
local
1027
ptr_end
= ptr + btrfs_item_size_nr(leaf, path->slots[0]);
in __add_inode_ref()
1028
while (ptr <
ptr_end
) {
in __add_inode_ref()
1669
unsigned long
ptr_end
;
in count_inode_refs()
local
1693
ptr_end
= ptr + btrfs_item_size_nr(path->nodes[0],
in count_inode_refs()
1695
while (ptr <
ptr_end
) {
in count_inode_refs()
2089
unsigned long
ptr_end
;
in replay_one_dir_item()
local
2093
ptr_end
= ptr + item_size;
in replay_one_dir_item()
2094
while (ptr <
ptr_end
) {
in replay_one_dir_item()
2256
unsigned long
ptr_end
;
in check_item_in_log()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_struct.h
262
u64
ptr_end
; /* W7 */
member
H
A
D
rvu_debugfs.c
1144
seq_printf(m, "W7:
ptr_end
\t\t%llx\n", pool->
ptr_end
);
in print_npa_pool_ctx()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
tree-log.c
1074
unsigned long
ptr_end
;
in __add_inode_ref()
local
1089
ptr_end
= ptr + btrfs_item_size(leaf, path->slots[0]);
in __add_inode_ref()
1090
while (ptr <
ptr_end
) {
in __add_inode_ref()
1537
unsigned long
ptr_end
;
in count_inode_refs()
local
1561
ptr_end
= ptr + btrfs_item_size(path->nodes[0],
in count_inode_refs()
1563
while (ptr <
ptr_end
) {
in count_inode_refs()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_struct.h
320
u64
ptr_end
; /* W7 */
member
H
A
D
rvu_debugfs.c
548
seq_printf(m, "W7:
ptr_end
\t\t%llx\n", pool->
ptr_end
);
in print_npa_pool_ctx()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.c
1199
aq->pool.
ptr_end
= ~0ULL;
in otx2_pool_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.c
1400
aq->pool.
ptr_end
= ~0ULL;
in otx2_pool_init()
Completed in 29 milliseconds