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:grant_idx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
xen-blkfront.c
591
unsigned int
grant_idx
;
member
614
unsigned int
grant_idx
= setup->
grant_idx
;
in blkif_setup_rw_req_grant()
local
626
grant_idx
>= BLKIF_MAX_SEGMENTS_PER_REQUEST)) {
in blkif_setup_rw_req_grant()
628
* We are using the second request, setup
grant_idx
in blkif_setup_rw_req_grant()
631
grant_idx
-= BLKIF_MAX_SEGMENTS_PER_REQUEST;
in blkif_setup_rw_req_grant()
636
(
grant_idx
% GRANTS_PER_INDIRECT_FRAME == 0)) {
in blkif_setup_rw_req_grant()
640
n =
grant_idx
/ GRANTS_PER_INDIRECT_FRAME;
in blkif_setup_rw_req_grant()
653
shadow->grants_used[setup->
grant_idx
] = gnt_list_entry;
in blkif_setup_rw_req_grant()
679
ring_req->u.rw.seg[
grant_idx
]
in blkif_setup_rw_req_grant()
1396
unsigned int
grant_idx
;
global()
member
[all...]
/kernel/linux/linux-6.6/drivers/block/
H
A
D
xen-blkfront.c
579
unsigned int
grant_idx
;
member
602
unsigned int
grant_idx
= setup->
grant_idx
;
in blkif_setup_rw_req_grant()
local
614
grant_idx
>= BLKIF_MAX_SEGMENTS_PER_REQUEST)) {
in blkif_setup_rw_req_grant()
616
* We are using the second request, setup
grant_idx
in blkif_setup_rw_req_grant()
619
grant_idx
-= BLKIF_MAX_SEGMENTS_PER_REQUEST;
in blkif_setup_rw_req_grant()
624
(
grant_idx
% GRANTS_PER_INDIRECT_FRAME == 0)) {
in blkif_setup_rw_req_grant()
628
n =
grant_idx
/ GRANTS_PER_INDIRECT_FRAME;
in blkif_setup_rw_req_grant()
641
shadow->grants_used[setup->
grant_idx
] = gnt_list_entry;
in blkif_setup_rw_req_grant()
667
ring_req->u.rw.seg[
grant_idx
]
in blkif_setup_rw_req_grant()
1323
unsigned int
grant_idx
;
global()
member
[all...]
Completed in 5 milliseconds