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:min_usage
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
page_counter.c
27
if (min || atomic_long_read(&c->
min_usage
)) {
in propagate_protected_usage()
29
old_protected = atomic_long_xchg(&c->
min_usage
, protected);
in propagate_protected_usage()
/kernel/linux/linux-6.6/mm/
H
A
D
page_counter.c
26
old_protected = atomic_long_read(&c->
min_usage
);
in propagate_protected_usage()
28
old_protected = atomic_long_xchg(&c->
min_usage
, protected);
in propagate_protected_usage()
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
bpf_local_storage.c
449
u64
min_usage
= U64_MAX;
in bpf_local_storage_cache_idx_get()
local
455
if (cache->idx_usage_counts[i] <
min_usage
) {
in bpf_local_storage_cache_idx_get()
456
min_usage
= cache->idx_usage_counts[i];
in bpf_local_storage_cache_idx_get()
460
if (!
min_usage
)
in bpf_local_storage_cache_idx_get()
/kernel/linux/linux-5.10/include/linux/
H
A
D
page_counter.h
19
atomic_long_t
min_usage
;
member
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
bpf_local_storage.c
667
u64
min_usage
= U64_MAX;
in bpf_local_storage_cache_idx_get()
local
673
if (cache->idx_usage_counts[i] <
min_usage
) {
in bpf_local_storage_cache_idx_get()
674
min_usage
= cache->idx_usage_counts[i];
in bpf_local_storage_cache_idx_get()
678
if (!
min_usage
)
in bpf_local_storage_cache_idx_get()
/kernel/linux/linux-6.6/include/linux/
H
A
D
page_counter.h
20
atomic_long_t
min_usage
;
member
Completed in 4 milliseconds