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:nr_scans
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
bpf_lru_list.c
142
* 4. It will at most scan
nr_scans
nodes
158
if (++i == lru->
nr_scans
|| node == first_node)
in __bpf_lru_list_rotate_active()
169
* 3. It will at most scan
nr_scans
nodes
187
while (i < lru->
nr_scans
) {
in __bpf_lru_list_rotate_inactive()
232
if (++i == lru->
nr_scans
)
in __bpf_lru_list_shrink_inactive()
667
lru->
nr_scans
= PERCPU_NR_SCANS;
in bpf_lru_init()
683
lru->
nr_scans
= LOCAL_NR_SCANS;
in bpf_lru_init()
H
A
D
bpf_lru_list.h
60
unsigned int
nr_scans
;
member
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
bpf_lru_list.c
142
* 4. It will at most scan
nr_scans
nodes
158
if (++i == lru->
nr_scans
|| node == first_node)
in __bpf_lru_list_rotate_active()
169
* 3. It will at most scan
nr_scans
nodes
187
while (i < lru->
nr_scans
) {
in __bpf_lru_list_rotate_inactive()
232
if (++i == lru->
nr_scans
)
in __bpf_lru_list_shrink_inactive()
667
lru->
nr_scans
= PERCPU_NR_SCANS;
in bpf_lru_init()
683
lru->
nr_scans
= LOCAL_NR_SCANS;
in bpf_lru_init()
H
A
D
bpf_lru_list.h
61
unsigned int
nr_scans
;
member
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_transport_iscsi.h
292
atomic_t
nr_scans
;
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_transport_iscsi.c
1560
atomic_set(&ihost->
nr_scans
, 0);
in iscsi_setup_host()
1772
return !atomic_read(&ihost->
nr_scans
);
in iscsi_scan_finished()
1858
atomic_dec(&ihost->
nr_scans
);
in iscsi_scan_session()
1951
atomic_inc(&ihost->
nr_scans
);
in __iscsi_unblock_session()
Completed in 15 milliseconds