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:delay_jiffies
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/extcon/
H
A
D
extcon-max8997.c
632
int
delay_jiffies
;
in max8997_muic_probe()
local
717
delay_jiffies
=
in max8997_muic_probe()
720
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max8997_muic_probe()
724
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max8997_muic_probe()
752
delay_jiffies
);
in max8997_muic_probe()
H
A
D
extcon-max77693.c
1074
int
delay_jiffies
;
in max77693_muic_probe()
local
1207
delay_jiffies
=
in max77693_muic_probe()
1210
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max77693_muic_probe()
1214
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max77693_muic_probe()
1252
delay_jiffies
);
in max77693_muic_probe()
H
A
D
extcon-max14577.c
659
int
delay_jiffies
;
in max14577_muic_probe()
local
728
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max14577_muic_probe()
764
delay_jiffies
);
in max14577_muic_probe()
/kernel/linux/linux-6.6/drivers/extcon/
H
A
D
extcon-max8997.c
637
int
delay_jiffies
;
in max8997_muic_probe()
local
724
delay_jiffies
=
in max8997_muic_probe()
727
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max8997_muic_probe()
731
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max8997_muic_probe()
759
delay_jiffies
);
in max8997_muic_probe()
H
A
D
extcon-max77693.c
1075
int
delay_jiffies
;
in max77693_muic_probe()
local
1211
delay_jiffies
=
in max77693_muic_probe()
1214
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max77693_muic_probe()
1218
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max77693_muic_probe()
1256
delay_jiffies
);
in max77693_muic_probe()
H
A
D
extcon-max14577.c
660
int
delay_jiffies
;
in max14577_muic_probe()
local
732
delay_jiffies
= msecs_to_jiffies(DELAY_MS_DEFAULT);
in max14577_muic_probe()
768
delay_jiffies
);
in max14577_muic_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device.c
1022
unsigned long
delay_jiffies
= msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS);
in kgd2kfd_schedule_evict_and_restore_process()
local
1043
if (
delay_jiffies
> active_time)
in kgd2kfd_schedule_evict_and_restore_process()
1044
delay_jiffies
-= active_time;
in kgd2kfd_schedule_evict_and_restore_process()
1046
delay_jiffies
= 0;
in kgd2kfd_schedule_evict_and_restore_process()
1052
p->lead_thread->pid,
delay_jiffies
);
in kgd2kfd_schedule_evict_and_restore_process()
1053
schedule_delayed_work(&p->eviction_work,
delay_jiffies
);
in kgd2kfd_schedule_evict_and_restore_process()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device.c
1101
unsigned long
delay_jiffies
= msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS);
in kgd2kfd_schedule_evict_and_restore_process()
local
1122
if (
delay_jiffies
> active_time)
in kgd2kfd_schedule_evict_and_restore_process()
1123
delay_jiffies
-= active_time;
in kgd2kfd_schedule_evict_and_restore_process()
1125
delay_jiffies
= 0;
in kgd2kfd_schedule_evict_and_restore_process()
1131
p->lead_thread->pid,
delay_jiffies
);
in kgd2kfd_schedule_evict_and_restore_process()
1132
schedule_delayed_work(&p->eviction_work,
delay_jiffies
);
in kgd2kfd_schedule_evict_and_restore_process()
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal_core.c
1172
static void thermal_set_delay_jiffies(unsigned long *
delay_jiffies
, int delay_ms)
in thermal_set_delay_jiffies()
argument
1174
*
delay_jiffies
= msecs_to_jiffies(delay_ms);
in thermal_set_delay_jiffies()
1176
*
delay_jiffies
= round_jiffies(*
delay_jiffies
);
in thermal_set_delay_jiffies()
Completed in 13 milliseconds