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:h_iter
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xlate_mmu.c
81
int
h_iter
; /* Iterator */
member
88
info->h_idxs[info->
h_iter
] = *info->fgfn;
in setup_hparams()
89
info->h_gpfns[info->
h_iter
] = gfn;
in setup_hparams()
90
info->h_errs[info->
h_iter
] = 0;
in setup_hparams()
92
info->
h_iter
++;
in setup_hparams()
112
info->
h_iter
= 0;
in remap_pte_fn()
114
BUG_ON(info->
h_iter
!= nr_gfn);
in remap_pte_fn()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xlate_mmu.c
81
int
h_iter
; /* Iterator */
member
88
info->h_idxs[info->
h_iter
] = *info->fgfn;
in setup_hparams()
89
info->h_gpfns[info->
h_iter
] = gfn;
in setup_hparams()
90
info->h_errs[info->
h_iter
] = 0;
in setup_hparams()
92
info->
h_iter
++;
in setup_hparams()
112
info->
h_iter
= 0;
in remap_pte_fn()
114
BUG_ON(info->
h_iter
!= nr_gfn);
in remap_pte_fn()
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_wr.c
345
struct smc_wr_rx_handler *
h_iter
;
in smc_wr_rx_register_handler()
local
349
hash_for_each_possible(smc_wr_rx_hash,
h_iter
, list, handler->type) {
in smc_wr_rx_register_handler()
350
if (
h_iter
->type == handler->type) {
in smc_wr_rx_register_handler()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_wr.c
410
struct smc_wr_rx_handler *
h_iter
;
in smc_wr_rx_register_handler()
local
414
hash_for_each_possible(smc_wr_rx_hash,
h_iter
, list, handler->type) {
in smc_wr_rx_register_handler()
415
if (
h_iter
->type == handler->type) {
in smc_wr_rx_register_handler()
Completed in 4 milliseconds