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:get_num_pages_dir
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xen-front-pgdir-shbuf.c
167
static int
get_num_pages_dir
(struct xen_front_pgdir_shbuf *buf)
in get_num_pages_dir()
function
181
buf->num_grefs =
get_num_pages_dir
(buf);
in backend_calc_num_grefs()
196
buf->num_grefs =
get_num_pages_dir
(buf) + buf->num_pages;
in guest_calc_num_grefs()
341
num_pages_dir =
get_num_pages_dir
(buf);
in backend_fill_page_dir()
367
num_pages_dir =
get_num_pages_dir
(buf);
in guest_fill_page_dir()
447
num_pages_dir =
get_num_pages_dir
(buf);
in grant_references()
483
buf->directory = kcalloc(
get_num_pages_dir
(buf), PAGE_SIZE, GFP_KERNEL);
in alloc_storage()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xen-front-pgdir-shbuf.c
158
static int
get_num_pages_dir
(struct xen_front_pgdir_shbuf *buf)
in get_num_pages_dir()
function
172
buf->num_grefs =
get_num_pages_dir
(buf);
in backend_calc_num_grefs()
187
buf->num_grefs =
get_num_pages_dir
(buf) + buf->num_pages;
in guest_calc_num_grefs()
339
num_pages_dir =
get_num_pages_dir
(buf);
in backend_fill_page_dir()
365
num_pages_dir =
get_num_pages_dir
(buf);
in guest_fill_page_dir()
445
num_pages_dir =
get_num_pages_dir
(buf);
in grant_references()
481
buf->directory = kcalloc(
get_num_pages_dir
(buf), PAGE_SIZE, GFP_KERNEL);
in alloc_storage()
Completed in 2 milliseconds