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:entitled
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
vio.c
78
* @
entitled
: total system entitlement in bytes
91
size_t
entitled
;
member
153
if (viodev->cmo.
entitled
> viodev->cmo.allocated)
in vio_cmo_alloc()
154
reserve_free = viodev->cmo.
entitled
- viodev->cmo.allocated;
in vio_cmo_alloc()
200
if (viodev->cmo.allocated > viodev->cmo.
entitled
) {
in vio_cmo_dealloc()
202
viodev->cmo.
entitled
));
in vio_cmo_dealloc()
233
tmp = min3(spare_needed, reserve_freed, (viodev->cmo.
entitled
- VIO_CMO_MIN_ENT));
in vio_cmo_dealloc()
236
viodev->cmo.
entitled
-= tmp;
in vio_cmo_dealloc()
286
if (new_entitlement > vio_cmo.
entitled
) {
in vio_cmo_entitlement_update()
287
delta = new_entitlement - vio_cmo.
entitled
;
in vio_cmo_entitlement_update()
974
viodev_cmo_rd_attr(
entitled
);
global()
variable
1021
viobus_cmo_rd_attr(
entitled
);
global()
variable
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
vio.c
80
* @
entitled
: total system entitlement in bytes
93
size_t
entitled
;
member
155
if (viodev->cmo.
entitled
> viodev->cmo.allocated)
in vio_cmo_alloc()
156
reserve_free = viodev->cmo.
entitled
- viodev->cmo.allocated;
in vio_cmo_alloc()
202
if (viodev->cmo.allocated > viodev->cmo.
entitled
) {
in vio_cmo_dealloc()
204
viodev->cmo.
entitled
));
in vio_cmo_dealloc()
235
tmp = min3(spare_needed, reserve_freed, (viodev->cmo.
entitled
- VIO_CMO_MIN_ENT));
in vio_cmo_dealloc()
238
viodev->cmo.
entitled
-= tmp;
in vio_cmo_dealloc()
288
if (new_entitlement > vio_cmo.
entitled
) {
in vio_cmo_entitlement_update()
289
delta = new_entitlement - vio_cmo.
entitled
;
in vio_cmo_entitlement_update()
977
viodev_cmo_rd_attr(
entitled
);
global()
variable
1024
viobus_cmo_rd_attr(
entitled
);
global()
variable
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
vio.h
92
* @
entitled
: bytes of IO data that has been reserved for this device.
104
size_t
entitled
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
vio.h
92
* @
entitled
: bytes of IO data that has been reserved for this device.
104
size_t
entitled
;
member
Completed in 4 milliseconds