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:next_status_check
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
gp8psk-fe.c
35
unsigned long
next_status_check
;
member
58
if (time_after(jiffies,st->
next_status_check
)) {
in gp8psk_fe_update_status()
62
st->
next_status_check
= jiffies + (st->status_check_interval*HZ)/1000;
in gp8psk_fe_update_status()
232
st->
next_status_check
= jiffies;
in gp8psk_fe_set_frontend()
H
A
D
bcm3510.c
60
unsigned long
next_status_check
;
member
284
if (time_after(jiffies,st->
next_status_check
)) {
in bcm3510_refresh_state()
287
st->
next_status_check
= jiffies + (st->status_check_interval*HZ)/1000;
in bcm3510_refresh_state()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H
A
D
vp702x-fe.c
34
unsigned long
next_status_check
;
member
43
if (time_after(jiffies, st->
next_status_check
)) {
in vp702x_fe_refresh_state()
57
st->
next_status_check
= jiffies + (st->status_check_interval*HZ)/1000;
in vp702x_fe_refresh_state()
183
st->
next_status_check
= jiffies;
in vp702x_fe_set_frontend()
H
A
D
af9005-fe.c
45
unsigned long
next_status_check
;
member
416
if (time_after(jiffies, state->
next_status_check
)) {
in af9005_fe_refresh_state()
422
state->
next_status_check
= jiffies + 250 * HZ / 1000;
in af9005_fe_refresh_state()
1211
state->
next_status_check
= jiffies;
in af9005_fe_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
gp8psk-fe.c
35
unsigned long
next_status_check
;
member
58
if (time_after(jiffies,st->
next_status_check
)) {
in gp8psk_fe_update_status()
62
st->
next_status_check
= jiffies + (st->status_check_interval*HZ)/1000;
in gp8psk_fe_update_status()
232
st->
next_status_check
= jiffies;
in gp8psk_fe_set_frontend()
H
A
D
bcm3510.c
60
unsigned long
next_status_check
;
member
284
if (time_after(jiffies,st->
next_status_check
)) {
in bcm3510_refresh_state()
287
st->
next_status_check
= jiffies + (st->status_check_interval*HZ)/1000;
in bcm3510_refresh_state()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H
A
D
vp702x-fe.c
34
unsigned long
next_status_check
;
member
43
if (time_after(jiffies, st->
next_status_check
)) {
in vp702x_fe_refresh_state()
57
st->
next_status_check
= jiffies + (st->status_check_interval*HZ)/1000;
in vp702x_fe_refresh_state()
183
st->
next_status_check
= jiffies;
in vp702x_fe_set_frontend()
H
A
D
af9005-fe.c
45
unsigned long
next_status_check
;
member
416
if (time_after(jiffies, state->
next_status_check
)) {
in af9005_fe_refresh_state()
422
state->
next_status_check
= jiffies + 250 * HZ / 1000;
in af9005_fe_refresh_state()
1211
state->
next_status_check
= jiffies;
in af9005_fe_set_frontend()
Completed in 8 milliseconds