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:memfd_secret
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
run_vmtests.sh
47
-
memfd_secret
48
test
memfd_secret
(2)
306
CATEGORY="
memfd_secret
" run_test ./
memfd_secret
H
A
D
Makefile
54
TEST_GEN_FILES +=
memfd_secret
178
$(OUTPUT)/mlock-random-test $(OUTPUT)/
memfd_secret
: LDLIBS += -lcap
H
A
D
memfd_secret.c
41
static int
memfd_secret
(unsigned int flags)
in memfd_secret()
function
272
fd =
memfd_secret
(0);
in main()
275
ksft_exit_skip("
memfd_secret
is not supported\n");
in main()
277
ksft_exit_fail_msg("
memfd_secret
failed: %s\n",
in main()
295
printf("skip: skipping
memfd_secret
test (missing __NR_memfd_secret)\n");
in main()
/kernel/linux/linux-6.6/mm/
H
A
D
secretmem.c
41
"Enable secretmem and
memfd_secret
(2) system call");
233
SYSCALL_DEFINE1(
memfd_secret
, unsigned int, flags)
in SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/kernel/
H
A
D
sys_ni.c
267
/*
memfd_secret
*/
268
COND_SYSCALL(
memfd_secret
);
variable
Completed in 3 milliseconds