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:tomoyo_ss
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
group.c
137
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_path_matches_group()
166
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_number_matches_group()
197
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_address_matches_group()
H
A
D
domain.c
45
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_update_policy()
124
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_update_domain()
172
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_check_acl()
305
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_scan_transition()
743
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_find_next_domain()
H
A
D
common.h
1095
extern struct srcu_struct
tomoyo_ss
;
1111
return srcu_read_lock(&
tomoyo_ss
);
in tomoyo_read_lock()
1123
srcu_read_unlock(&
tomoyo_ss
, idx);
in tomoyo_read_unlock()
1331
pos = srcu_dereference((head)->next, &
tomoyo_ss
); \
1332
for ( ; pos != (head); pos = srcu_dereference(pos->next, &
tomoyo_ss
))
H
A
D
util.c
615
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_find_domain()
1052
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_domain_quota_is_ok()
H
A
D
tomoyo.c
565
DEFINE_SRCU(
tomoyo_ss
);
variable
H
A
D
gc.c
397
synchronize_srcu(&
tomoyo_ss
);
in tomoyo_try_to_gc()
H
A
D
common.c
955
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_manager()
1100
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_delete_domain()
2779
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_check_profile()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
group.c
137
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_path_matches_group()
166
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_number_matches_group()
197
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_address_matches_group()
H
A
D
domain.c
45
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_update_policy()
124
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_update_domain()
172
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_check_acl()
305
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_scan_transition()
741
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_find_next_domain()
H
A
D
common.h
1092
extern struct srcu_struct
tomoyo_ss
;
1108
return srcu_read_lock(&
tomoyo_ss
);
in tomoyo_read_lock()
1120
srcu_read_unlock(&
tomoyo_ss
, idx);
in tomoyo_read_unlock()
1284
pos = srcu_dereference((head)->next, &
tomoyo_ss
); \
1285
for ( ; pos != (head); pos = srcu_dereference(pos->next, &
tomoyo_ss
))
H
A
D
util.c
620
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_find_domain()
1057
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_domain_quota_is_ok()
H
A
D
tomoyo.c
585
DEFINE_SRCU(
tomoyo_ss
);
variable
H
A
D
gc.c
397
synchronize_srcu(&
tomoyo_ss
);
in tomoyo_try_to_gc()
H
A
D
common.c
947
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_manager()
1092
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_delete_domain()
2772
srcu_read_lock_held(&
tomoyo_ss
)) {
in tomoyo_check_profile()
Completed in 24 milliseconds