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:atomic_threshold
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-scmi.c
172
unsigned int
atomic_threshold
;
in scmi_clocks_probe()
local
203
is_atomic = handle->is_transport_atomic(handle, &
atomic_threshold
);
in scmi_clocks_probe()
229
sclk->info->enable_latency <=
atomic_threshold
)
in scmi_clocks_probe()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
driver.c
141
* @
atomic_threshold
: Optional system wide DT-configured threshold, expressed
172
unsigned int
atomic_threshold
;
member
2110
* @
atomic_threshold
: An optional return value for the system wide currently
2116
unsigned int *
atomic_threshold
)
in scmi_is_transport_atomic()
2123
if (ret &&
atomic_threshold
)
in scmi_is_transport_atomic()
2124
*
atomic_threshold
= info->
atomic_threshold
;
in scmi_is_transport_atomic()
2585
&info->
atomic_threshold
);
in scmi_debugfs_common_setup()
2699
&info->
atomic_threshold
))
in scmi_probe()
2702
info->
atomic_threshold
);
in scmi_probe()
2115
scmi_is_transport_atomic(const struct scmi_handle *handle, unsigned int *
atomic_threshold
)
scmi_is_transport_atomic()
argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
scmi_protocol.h
799
unsigned int *
atomic_threshold
);
Completed in 7 milliseconds