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:stp_policy_subsys
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H
A
D
policy.c
48
static struct configfs_subsystem
stp_policy_subsys
;
variable
114
mutex_lock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_masters_store()
131
mutex_unlock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_masters_store()
161
mutex_lock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_channels_store()
177
mutex_unlock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_channels_store()
483
static struct configfs_subsystem
stp_policy_subsys
= {
variable
542
mutex_lock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_lookup()
552
mutex_unlock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_lookup()
559
lockdep_assert_held(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_put()
561
mutex_unlock(&
stp_policy_subsys
in stp_policy_node_put()
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H
A
D
policy.c
48
static struct configfs_subsystem
stp_policy_subsys
;
variable
109
mutex_lock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_masters_store()
126
mutex_unlock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_masters_store()
156
mutex_lock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_channels_store()
172
mutex_unlock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_channels_store()
478
static struct configfs_subsystem
stp_policy_subsys
= {
variable
537
mutex_lock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_lookup()
547
mutex_unlock(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_lookup()
554
lockdep_assert_held(&
stp_policy_subsys
.su_mutex);
in stp_policy_node_put()
556
mutex_unlock(&
stp_policy_subsys
in stp_policy_node_put()
[all...]
Completed in 2 milliseconds