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:stop_at
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/
H
A
D
ff-memless.c
43
unsigned long
stop_at
; /* stop time */
member
93
fade_start = state->
stop_at
-
in calculate_next_time()
102
if (time_before(next_fade, state->
stop_at
))
in calculate_next_time()
106
return state->
stop_at
;
in calculate_next_time()
173
state->
stop_at
- msecs_to_jiffies(envelope->fade_length)) &&
in apply_envelope()
174
time_before(now, state->
stop_at
)) {
in apply_envelope()
175
time_from_level = jiffies_to_msecs(state->
stop_at
- now);
in apply_envelope()
368
time_after_eq(jiffies, state->
stop_at
)) {
in ml_get_combo_effect()
377
state->
stop_at
= state->play_at +
in ml_get_combo_effect()
447
state->
stop_at
in ml_ff_playback()
[all...]
/kernel/linux/linux-6.6/drivers/input/
H
A
D
ff-memless.c
40
unsigned long
stop_at
; /* stop time */
member
90
fade_start = state->
stop_at
-
in calculate_next_time()
99
if (time_before(next_fade, state->
stop_at
))
in calculate_next_time()
103
return state->
stop_at
;
in calculate_next_time()
170
state->
stop_at
- msecs_to_jiffies(envelope->fade_length)) &&
in apply_envelope()
171
time_before(now, state->
stop_at
)) {
in apply_envelope()
172
time_from_level = jiffies_to_msecs(state->
stop_at
- now);
in apply_envelope()
365
time_after_eq(jiffies, state->
stop_at
)) {
in ml_get_combo_effect()
374
state->
stop_at
= state->play_at +
in ml_get_combo_effect()
444
state->
stop_at
in ml_ff_playback()
[all...]
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
rcutorture.c
1723
unsigned long
stop_at
;
in rcu_torture_stall()
local
1742
stop_at
= ktime_get_seconds() + stall_cpu;
in rcu_torture_stall()
1752
stop_at
))
in rcu_torture_stall()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_htb.c
710
unsigned long
stop_at
= start + 2;
in htb_do_events()
local
713
while (time_before(jiffies,
stop_at
)) {
in htb_do_events()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_htb.c
753
unsigned long
stop_at
= start + 2;
in htb_do_events()
local
756
while (time_before(jiffies,
stop_at
)) {
in htb_do_events()
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
rcutorture.c
2438
unsigned long
stop_at
;
in rcu_torture_stall()
local
2457
stop_at
= ktime_get_seconds() + stall_cpu;
in rcu_torture_stall()
2467
stop_at
))
in rcu_torture_stall()
Completed in 15 milliseconds