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:idle_counter
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
writeback.c
127
* If c->
idle_counter
is overflow (idel for really long time),
in idle_counter_exceeded()
131
counter = atomic_inc_return(&c->
idle_counter
);
in idle_counter_exceeded()
133
atomic_set(&c->
idle_counter
, 0);
in idle_counter_exceeded()
142
* c->
idle_counter
is increased by writeback thread of all
in idle_counter_exceeded()
H
A
D
request.c
1147
* c->
idle_counter
is 0 already).
in quit_max_writeback_rate()
1188
if (atomic_read(&d->c->
idle_counter
))
in cached_dev_submit_bio()
1189
atomic_set(&d->c->
idle_counter
, 0);
in cached_dev_submit_bio()
H
A
D
bcache.h
518
atomic_t
idle_counter
;
member
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H
A
D
rtsx_chip.h
792
int
idle_counter
;
member
930
(chip)->
idle_counter
= 0; \
H
A
D
rtsx_chip.c
1063
if (chip->
idle_counter
< IDLE_MAX_COUNT) {
in rtsx_manage_idle()
1064
chip->
idle_counter
++;
in rtsx_manage_idle()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H
A
D
rtsx_chip.h
792
int
idle_counter
;
member
930
(chip)->
idle_counter
= 0; \
H
A
D
rtsx_chip.c
1063
if (chip->
idle_counter
< IDLE_MAX_COUNT) {
in rtsx_manage_idle()
1064
chip->
idle_counter
++;
in rtsx_manage_idle()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
writeback.c
165
* If c->
idle_counter
is overflow (idel for really long time),
in idle_counter_exceeded()
169
counter = atomic_inc_return(&c->
idle_counter
);
in idle_counter_exceeded()
171
atomic_set(&c->
idle_counter
, 0);
in idle_counter_exceeded()
180
* c->
idle_counter
is increased by writeback thread of all
in idle_counter_exceeded()
H
A
D
request.c
1144
* c->
idle_counter
is 0 already).
in quit_max_writeback_rate()
1187
if (atomic_read(&d->c->
idle_counter
))
in cached_dev_submit_bio()
1188
atomic_set(&d->c->
idle_counter
, 0);
in cached_dev_submit_bio()
H
A
D
bcache.h
524
atomic_t
idle_counter
;
member
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
imx.c
213
int
idle_counter
;
member
368
sport->
idle_counter
= 0;
in imx_uart_soft_reset()
815
* We use '
idle_counter
' to ensure that we got at least so many RX
in imx_uart_check_flood()
827
sport->
idle_counter
= 0;
in imx_uart_check_flood()
828
} else if (++sport->
idle_counter
> 3) {
in imx_uart_check_flood()
830
imx_uart_soft_reset(sport); /* also clears 'sport->
idle_counter
' */
in imx_uart_check_flood()
1303
sport->
idle_counter
= 0;
in imx_uart_clear_rx_errors()
Completed in 21 milliseconds