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:AVC_CACHE_SLOTS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/
H
A
D
avc.c
37
#define
AVC_CACHE_SLOTS
512
macro
72
struct hlist_head slots[
AVC_CACHE_SLOTS
]; /* head for avc_node->list */
73
spinlock_t slots_lock[
AVC_CACHE_SLOTS
]; /* lock for writes */
101
for (i = 0; i <
AVC_CACHE_SLOTS
; i++) {
in selinux_avc_init()
129
return (ssid ^ (tsid<<2) ^ (tclass<<4)) & (
AVC_CACHE_SLOTS
- 1);
in avc_hash()
163
for (i = 0; i <
AVC_CACHE_SLOTS
; i++) {
in avc_get_hash_stats()
180
slots_used,
AVC_CACHE_SLOTS
, max_chain_len);
in avc_get_hash_stats()
473
for (try = 0, ecx = 0; try <
AVC_CACHE_SLOTS
; try++) {
in avc_reclaim_node()
475
(
AVC_CACHE_SLOTS
- 1);
in avc_reclaim_node()
951
for (i = 0; i <
AVC_CACHE_SLOTS
;
in avc_flush()
[all...]
/kernel/linux/linux-6.6/security/selinux/
H
A
D
avc.c
37
#define
AVC_CACHE_SLOTS
512
macro
72
struct hlist_head slots[
AVC_CACHE_SLOTS
]; /* head for avc_node->list */
73
spinlock_t slots_lock[
AVC_CACHE_SLOTS
]; /* lock for writes */
101
for (i = 0; i <
AVC_CACHE_SLOTS
; i++) {
in selinux_avc_init()
127
return (ssid ^ (tsid<<2) ^ (tclass<<4)) & (
AVC_CACHE_SLOTS
- 1);
in avc_hash()
161
for (i = 0; i <
AVC_CACHE_SLOTS
; i++) {
in avc_get_hash_stats()
178
slots_used,
AVC_CACHE_SLOTS
, max_chain_len);
in avc_get_hash_stats()
469
for (try = 0, ecx = 0; try <
AVC_CACHE_SLOTS
; try++) {
in avc_reclaim_node()
471
(
AVC_CACHE_SLOTS
- 1);
in avc_reclaim_node()
931
for (i = 0; i <
AVC_CACHE_SLOTS
;
in avc_flush()
[all...]
Completed in 4 milliseconds