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:phys_hdr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/hypfs/
H
A
D
hypfs_diag_fs.c
280
static void *hypfs_create_phys_files(struct dentry *parent_dir, void *
phys_hdr
)
in hypfs_create_phys_files()
argument
289
cpu_info =
phys_hdr
+ phys_hdr__size(diag204_get_info_type());
in hypfs_create_phys_files()
290
for (i = 0; i < phys_hdr__cpus(diag204_get_info_type(),
phys_hdr
); i++) {
in hypfs_create_phys_files()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw_queues.c
608
u32
phys_hdr
[2];
in efct_hw_rqpair_put()
local
615
phys_hdr
[0] = upper_32_bits(seq->header->dma.phys);
in efct_hw_rqpair_put()
616
phys_hdr
[1] = lower_32_bits(seq->header->dma.phys);
in efct_hw_rqpair_put()
630
qindex_hdr = sli_rq_write(&hw->sli, rq_hdr, (void *)
phys_hdr
);
in efct_hw_rqpair_put()
/kernel/linux/linux-5.10/arch/s390/hypfs/
H
A
D
hypfs_diag.c
549
static void *hypfs_create_phys_files(struct dentry *parent_dir, void *
phys_hdr
)
in hypfs_create_phys_files()
argument
558
cpu_info =
phys_hdr
+ phys_hdr__size(diag204_info_type);
in hypfs_create_phys_files()
559
for (i = 0; i < phys_hdr__cpus(diag204_info_type,
phys_hdr
); i++) {
in hypfs_create_phys_files()
Completed in 3 milliseconds