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:selinux_avc
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/security/selinux/
H
A
D
avc.c
89
struct
selinux_avc
{
struct
94
static struct
selinux_avc
selinux_avc
;
variable
100
selinux_avc
.avc_cache_threshold = AVC_DEF_CACHE_THRESHOLD;
in selinux_avc_init()
102
INIT_HLIST_HEAD(&
selinux_avc
.avc_cache.slots[i]);
in selinux_avc_init()
103
spin_lock_init(&
selinux_avc
.avc_cache.slots_lock[i]);
in selinux_avc_init()
105
atomic_set(&
selinux_avc
.avc_cache.active_nodes, 0);
in selinux_avc_init()
106
atomic_set(&
selinux_avc
.avc_cache.lru_hint, 0);
in selinux_avc_init()
111
return
selinux_avc
.avc_cache_threshold;
in avc_get_cache_threshold()
116
selinux_avc
in avc_set_cache_threshold()
[all...]
/kernel/linux/linux-5.10/security/selinux/
H
A
D
avc.c
89
struct
selinux_avc
{
struct
94
static struct
selinux_avc
selinux_avc
;
variable
96
void selinux_avc_init(struct
selinux_avc
**avc)
in selinux_avc_init()
100
selinux_avc
.avc_cache_threshold = AVC_DEF_CACHE_THRESHOLD;
in selinux_avc_init()
102
INIT_HLIST_HEAD(&
selinux_avc
.avc_cache.slots[i]);
in selinux_avc_init()
103
spin_lock_init(&
selinux_avc
.avc_cache.slots_lock[i]);
in selinux_avc_init()
105
atomic_set(&
selinux_avc
.avc_cache.active_nodes, 0);
in selinux_avc_init()
106
atomic_set(&
selinux_avc
.avc_cache.lru_hint, 0);
in selinux_avc_init()
107
*avc = &
selinux_avc
;
in selinux_avc_init()
[all...]
/kernel/linux/linux-5.10/security/selinux/include/
H
A
D
avc.h
184
struct
selinux_avc
;
185
int avc_get_hash_stats(struct
selinux_avc
*avc, char *page);
186
unsigned int avc_get_cache_threshold(struct
selinux_avc
*avc);
187
void avc_set_cache_threshold(struct
selinux_avc
*avc,
H
A
D
avc_ss.h
12
struct
selinux_avc
;
13
int avc_ss_reset(struct
selinux_avc
*avc, u32 seqno);
H
A
D
security.h
87
struct
selinux_avc
;
104
struct
selinux_avc
*avc;
109
void selinux_avc_init(struct
selinux_avc
**avc);
Completed in 4 milliseconds