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:new_nr_creds
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
vas.c
831
int vas_reconfig_capabilties(u8 type, int
new_nr_creds
)
in vas_reconfig_capabilties()
argument
850
atomic_set(&caps->nr_total_credits,
new_nr_creds
);
in vas_reconfig_capabilties()
857
if (old_nr_creds <
new_nr_creds
) {
in vas_reconfig_capabilties()
863
rc = reconfig_open_windows(vcaps,
new_nr_creds
- old_nr_creds,
in vas_reconfig_capabilties()
872
if (nr_active_wins >
new_nr_creds
)
in vas_reconfig_capabilties()
874
nr_active_wins -
new_nr_creds
,
in vas_reconfig_capabilties()
884
int
new_nr_creds
, rc;
in pseries_vas_dlpar_cpu()
local
897
new_nr_creds
= be16_to_cpu(hv_cop_caps.target_lpar_creds);
in pseries_vas_dlpar_cpu()
898
rc = vas_reconfig_capabilties(VAS_GZIP_DEF_FEAT_TYPE,
new_nr_creds
);
in pseries_vas_dlpar_cpu()
957
int old_nr_creds,
new_nr_creds
in vas_migration_handler()
local
[all...]
H
A
D
vas.h
141
int vas_reconfig_capabilties(u8 type, int
new_nr_creds
);
Completed in 3 milliseconds