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:forked
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
mdwe_test.c
47
bool
forked
;
in FIXTURE_VARIANT()
local
53
.
forked
= false,
in FIXTURE_VARIANT_ADD()
59
.
forked
= false,
in FIXTURE_VARIANT_ADD()
62
FIXTURE_VARIANT_ADD(mdwe,
forked
)
in FIXTURE_VARIANT_ADD()
65
.
forked
= true,
in FIXTURE_VARIANT_ADD()
87
if (variant->
forked
) {
in FIXTURE_SETUP()
/kernel/linux/linux-6.6/arch/arc/kernel/
H
A
D
entry.S
51
; when the
forked
child comes here from the __switch_to function
64
; 1. Any
forked
task (Reach here via BRne above)
/kernel/linux/linux-5.10/arch/arc/kernel/
H
A
D
entry.S
51
; when the
forked
child comes here from the __switch_to function
64
; 1. Any
forked
task (Reach here via BRne above)
/kernel/linux/linux-5.10/security/smack/
H
A
D
smack_lsm.c
323
* @
forked
: a pointer to the Smack label for the
forked
task
327
struct smack_known *
forked
)
in init_task_smack()
330
tsp->smk_forked =
forked
;
in init_task_smack()
326
init_task_smack(struct task_smack *tsp, struct smack_known *task, struct smack_known *
forked
)
init_task_smack()
argument
/kernel/linux/linux-6.6/security/smack/
H
A
D
smack_lsm.c
335
* @
forked
: a pointer to the Smack label for the
forked
task
339
struct smack_known *
forked
)
in init_task_smack()
342
tsp->smk_forked =
forked
;
in init_task_smack()
338
init_task_smack(struct task_smack *tsp, struct smack_known *task, struct smack_known *
forked
)
init_task_smack()
argument
Completed in 27 milliseconds