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:max_latency
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
oct_ilm.c
21
u64
max_latency
;
member
38
max = (curr_li.
max_latency
* 1000000000) / cpuclk;
in show_latency()
90
li->
max_latency
= 0;
in init_latency_info()
128
if (last_latency > li.
max_latency
)
in cvm_oct_ciu_timer_interrupt()
129
li.
max_latency
= last_latency;
in cvm_oct_ciu_timer_interrupt()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
oct_ilm.c
21
u64
max_latency
;
member
38
max = (curr_li.
max_latency
* 1000000000) / cpuclk;
in oct_ilm_show()
79
li->
max_latency
= 0;
in init_latency_info()
117
if (last_latency > li.
max_latency
)
in cvm_oct_ciu_timer_interrupt()
118
li.
max_latency
= last_latency;
in cvm_oct_ciu_timer_interrupt()
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_selftest.c
828
unsigned long save_max = tr->
max_latency
;
in trace_selftest_startup_irqsoff()
840
tr->
max_latency
= 0;
in trace_selftest_startup_irqsoff()
867
tr->
max_latency
= save_max;
in trace_selftest_startup_irqsoff()
877
unsigned long save_max = tr->
max_latency
;
in trace_selftest_startup_preemptoff()
902
tr->
max_latency
= 0;
in trace_selftest_startup_preemptoff()
929
tr->
max_latency
= save_max;
in trace_selftest_startup_preemptoff()
939
unsigned long save_max = tr->
max_latency
;
in trace_selftest_startup_preemptirqsoff()
964
tr->
max_latency
= 0;
in trace_selftest_startup_preemptirqsoff()
999
tr->
max_latency
= 0;
in trace_selftest_startup_preemptirqsoff()
1030
tr->
max_latency
in trace_selftest_startup_preemptirqsoff()
[all...]
H
A
D
trace_irqsoff.c
169
tr->
max_latency
= 0;
in irqsoff_display_graph()
312
if (delta <= tr->
max_latency
)
in report_latency()
355
tr->
max_latency
= delta;
in check_critical_timing()
569
tr->
max_latency
= 0;
in __irqsoff_tracer_init()
H
A
D
trace_sched_wakeup.c
110
tr->
max_latency
= 0;
in wakeup_display_graph()
361
if (delta <= tr->
max_latency
)
in report_latency()
490
wakeup_trace->
max_latency
= delta;
in probe_wakeup_sched_switch()
681
tr->
max_latency
= 0;
in __wakeup_tracer_init()
H
A
D
trace_hwlat.c
270
if (latency > tr->
max_latency
) {
in get_sample()
271
tr->
max_latency
= latency;
in get_sample()
599
tr->
max_latency
= 0;
in hwlat_tracer_init()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_selftest.c
930
unsigned long save_max = tr->
max_latency
;
in trace_selftest_startup_irqsoff()
942
tr->
max_latency
= 0;
in trace_selftest_startup_irqsoff()
969
tr->
max_latency
= save_max;
in trace_selftest_startup_irqsoff()
979
unsigned long save_max = tr->
max_latency
;
in trace_selftest_startup_preemptoff()
1004
tr->
max_latency
= 0;
in trace_selftest_startup_preemptoff()
1031
tr->
max_latency
= save_max;
in trace_selftest_startup_preemptoff()
1041
unsigned long save_max = tr->
max_latency
;
in trace_selftest_startup_preemptirqsoff()
1066
tr->
max_latency
= 0;
in trace_selftest_startup_preemptirqsoff()
1101
tr->
max_latency
= 0;
in trace_selftest_startup_preemptirqsoff()
1132
tr->
max_latency
in trace_selftest_startup_preemptirqsoff()
[all...]
H
A
D
trace_irqsoff.c
172
tr->
max_latency
= 0;
in irqsoff_display_graph()
315
if (delta <= tr->
max_latency
)
in report_latency()
356
tr->
max_latency
= delta;
in check_critical_timing()
563
tr->
max_latency
= 0;
in __irqsoff_tracer_init()
H
A
D
trace_sched_wakeup.c
110
tr->
max_latency
= 0;
in wakeup_display_graph()
358
if (delta <= tr->
max_latency
)
in report_latency()
488
wakeup_trace->
max_latency
= delta;
in probe_wakeup_sched_switch()
677
tr->
max_latency
= 0;
in __wakeup_tracer_init()
H
A
D
trace_hwlat.c
302
if (latency > tr->
max_latency
) {
in get_sample()
303
tr->
max_latency
= latency;
in get_sample()
839
tr->
max_latency
= 0;
in hwlat_tracer_init()
H
A
D
trace_osnoise.c
1398
if (tracer_tracing_is_on(tr) && tr->
max_latency
< latency) {
in notify_new_max_latency()
1399
tr->
max_latency
= latency;
in notify_new_max_latency()
2992
tr->
max_latency
= 0;
in osnoise_tracer_init()
3066
tr->
max_latency
= 0;
in timerlat_tracer_init()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
powernow-k8.c
863
int
max_latency
= 0;
in get_transition_latency()
local
868
if (cur_latency >
max_latency
)
in get_transition_latency()
869
max_latency
= cur_latency;
in get_transition_latency()
871
if (
max_latency
== 0) {
in get_transition_latency()
873
max_latency
= 1;
in get_transition_latency()
876
return 1000 *
max_latency
;
in get_transition_latency()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
powernow-k8.c
863
int
max_latency
= 0;
in get_transition_latency()
local
868
if (cur_latency >
max_latency
)
in get_transition_latency()
869
max_latency
= cur_latency;
in get_transition_latency()
871
if (
max_latency
== 0) {
in get_transition_latency()
873
max_latency
= 1;
in get_transition_latency()
876
return 1000 *
max_latency
;
in get_transition_latency()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.c
287
sysfs_show_32bit_prop(buffer, offs, "
max_latency
", iolink->
max_latency
);
in iolink_show()
1380
props->
max_latency
= gpu_link->
max_latency
+ cpu_link->
max_latency
;
in kfd_create_indirect_link_prop()
1447
props->
max_latency
= iolink1->
max_latency
+ iolink2->
max_latency
;
in kfd_add_peer_prop()
1461
props->
max_latency
+= iolink3->
max_latency
;
in kfd_add_peer_prop()
[all...]
H
A
D
kfd_topology.h
120
uint32_t
max_latency
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
kwork.h
126
u64
max_latency
;
member
H
A
D
bpf_kwork.c
298
work->
max_latency
= data->max_time;
in add_work()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kwork.c
126
if (l->
max_latency
> r->
max_latency
)
in max_latency_cmp()
128
if (l->
max_latency
< r->
max_latency
)
in max_latency_cmp()
541
if ((delta > work->
max_latency
) ||
in latency_update_entry_event()
542
(work->
max_latency
== 0)) {
in latency_update_entry_event()
543
work->
max_latency
= delta;
in latency_update_entry_event()
1152
(double)work->
max_latency
/ NSEC_PER_MSEC,
in report_print_work()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.h
148
uint32_t
max_latency
;
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
sco.c
785
cp.
max_latency
= cpu_to_le16(0x0008);
in sco_conn_defer_accept()
787
cp.
max_latency
= cpu_to_le16(0x000D);
in sco_conn_defer_accept()
791
cp.
max_latency
= cpu_to_le16(0xffff);
in sco_conn_defer_accept()
796
cp.
max_latency
= cpu_to_le16(0xffff);
in sco_conn_defer_accept()
H
A
D
hci_conn.c
40
u16
max_latency
;
member
319
cp.
max_latency
= __cpu_to_le16(param->
max_latency
);
in hci_setup_sync()
450
cp.
max_latency
= cpu_to_le16(0);
in hci_conn_idle()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
sco.c
779
cp.
max_latency
= cpu_to_le16(0x0008);
in sco_conn_defer_accept()
781
cp.
max_latency
= cpu_to_le16(0x000D);
in sco_conn_defer_accept()
785
cp.
max_latency
= cpu_to_le16(0xffff);
in sco_conn_defer_accept()
790
cp.
max_latency
= cpu_to_le16(0xffff);
in sco_conn_defer_accept()
H
A
D
hci_conn.c
43
u16
max_latency
;
member
451
cp.
max_latency
= __cpu_to_le16(param->
max_latency
);
in hci_enhanced_setup_sync()
503
cp.
max_latency
= __cpu_to_le16(param->
max_latency
);
in hci_setup_sync_conn()
652
cp.
max_latency
= cpu_to_le16(0);
in hci_conn_idle()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
858
__le16
max_latency
;
member
869
__le16
max_latency
;
member
1005
__le16
max_latency
;
member
1107
__le16
max_latency
;
member
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
754
__le16
max_latency
;
member
765
__le16
max_latency
;
member
969
__le16
max_latency
;
member
Completed in 50 milliseconds
1
2