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:SHM_STAT
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
shm.h
88
#define
SHM_STAT
13
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
shm.h
88
#define
SHM_STAT
13
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
shm.h
68
#define
SHM_STAT
13
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
shm.h
57
#define
SHM_STAT
13
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
shm.h
68
#define
SHM_STAT
13
macro
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H
A
D
shm_test_004.cpp
57
ret = shmctl(shmid,
SHM_STAT
, &ds);
in Testcase()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_ipc_container_004.cpp
194
ret = shmctl(shmid,
SHM_STAT
, &ds);
in ItIpcContainer004()
/kernel/liteos_a/kernel/base/vm/
H
A
D
shm.c
659
case
SHM_STAT
:
in ShmCtl()
670
if (cmd ==
SHM_STAT
) {
in ShmCtl()
/kernel/linux/linux-5.10/ipc/
H
A
D
shm.c
1084
if (cmd ==
SHM_STAT
|| cmd == SHM_STAT_ANY) {
in shmctl_stat()
1147
*
SHM_STAT
and SHM_STAT_ANY (both Linux specific)
in shmctl_stat()
1265
case
SHM_STAT
:
in ksys_shmctl()
1462
case
SHM_STAT
:
in compat_ksys_shmctl()
/kernel/linux/linux-6.6/ipc/
H
A
D
shm.c
1094
if (cmd ==
SHM_STAT
|| cmd == SHM_STAT_ANY) {
in shmctl_stat()
1157
*
SHM_STAT
and SHM_STAT_ANY (both Linux specific)
in shmctl_stat()
1275
case
SHM_STAT
:
in ksys_shmctl()
1472
case
SHM_STAT
:
in compat_ksys_shmctl()
/kernel/linux/linux-5.10/security/smack/
H
A
D
smack_lsm.c
3007
case
SHM_STAT
:
in smack_shm_shmctl()
/kernel/linux/linux-6.6/security/smack/
H
A
D
smack_lsm.c
3150
case
SHM_STAT
:
in smack_shm_shmctl()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
6179
case
SHM_STAT
:
in selinux_shm_shmctl()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
6165
case
SHM_STAT
:
in selinux_shm_shmctl()
Completed in 47 milliseconds