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_CNT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
trace_output_user.c
20
#define
MAX_CNT
100000ll
macro
37
if (cnt ==
MAX_CNT
) {
in print_bpf_output()
39
MAX_CNT
* 1000000000ll / (time_get_ns() - start_time));
in print_bpf_output()
99
while ((ret = perf_buffer__poll(pb, 1000)) >= 0 && cnt <
MAX_CNT
) {
in main()
H
A
D
test_overhead_user.c
23
#define
MAX_CNT
1000000
macro
45
for (i = 0; i <
MAX_CNT
; i++) {
in test_task_rename()
53
cpu,
MAX_CNT
* 1000000000ll / (time_get_ns() - start_time));
in test_task_rename()
69
for (i = 0; i <
MAX_CNT
; i++) {
in test_urandom_read()
77
cpu,
MAX_CNT
* 1000000000ll / (time_get_ns() - start_time));
in test_urandom_read()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
trace_output_user.c
20
#define
MAX_CNT
100000ll
macro
37
if (cnt ==
MAX_CNT
) {
in print_bpf_output()
39
MAX_CNT
* 1000000000ll / (time_get_ns() - start_time));
in print_bpf_output()
97
while ((ret = perf_buffer__poll(pb, 1000)) >= 0 && cnt <
MAX_CNT
) {
in main()
H
A
D
test_overhead_user.c
24
#define
MAX_CNT
1000000
macro
52
for (i = 0; i <
MAX_CNT
; i++) {
in test_task_rename()
60
cpu,
MAX_CNT
* 1000000000ll / (time_get_ns() - start_time));
in test_task_rename()
81
for (i = 0; i <
MAX_CNT
; i++) {
in test_fib_table_lookup()
90
cpu,
MAX_CNT
* 1000000000ll / (time_get_ns() - start_time));
in test_fib_table_lookup()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
test_overhead.c
8
#define
MAX_CNT
100000
macro
28
for (i = 0; i <
MAX_CNT
; i++) {
in test_task_rename()
37
MAX_CNT
* 1000000ll / (time_get_ns() - start_time));
in test_task_rename()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
test_overhead.c
8
#define
MAX_CNT
100000
macro
28
for (i = 0; i <
MAX_CNT
; i++) {
in test_task_rename()
37
MAX_CNT
* 1000000ll / (time_get_ns() - start_time));
in test_task_rename()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
tegra194-cpufreq.c
26
#define
MAX_CNT
~0U
macro
163
delta_ccnt = c.coreclk_cnt + (
MAX_CNT
- c.last_coreclk_cnt);
in tegra194_get_speed_common()
171
delta_refcnt = c.refclk_cnt + (
MAX_CNT
- c.last_refclk_cnt);
in tegra194_get_speed_common()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
tegra194-cpufreq.c
26
#define
MAX_CNT
~0U
macro
311
delta_ccnt = c.coreclk_cnt + (
MAX_CNT
- c.last_coreclk_cnt);
in tegra194_calculate_speed()
319
delta_refcnt = c.refclk_cnt + (
MAX_CNT
- c.last_refclk_cnt);
in tegra194_calculate_speed()
Completed in 4 milliseconds