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:cgroup_can_fork
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
cgroup.h
125
extern int
cgroup_can_fork
(struct task_struct *p,
715
static inline int
cgroup_can_fork
(struct task_struct *p,
in cgroup_can_fork()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
cgroup.h
126
extern int
cgroup_can_fork
(struct task_struct *p,
653
static inline int
cgroup_can_fork
(struct task_struct *p,
in cgroup_can_fork()
function
/kernel/linux/linux-5.10/kernel/
H
A
D
fork.c
2246
retval =
cgroup_can_fork
(p, args);
in copy_process()
/kernel/linux/linux-6.6/kernel/
H
A
D
fork.c
2610
retval =
cgroup_can_fork
(p, args);
in copy_process()
/kernel/linux/linux-5.10/kernel/cgroup/
H
A
D
cgroup.c
6158
*
cgroup_can_fork
- called on a new task before the process is exposed
6163
* This calls the subsystem can_fork() callbacks. If the
cgroup_can_fork
()
6167
int
cgroup_can_fork
(struct task_struct *child, struct kernel_clone_args *kargs)
in cgroup_can_fork()
function
6198
* cgroup_cancel_fork - called if a fork failed after
cgroup_can_fork
()
6203
*
cgroup_can_fork
() succeded and cleans up references we took to
6204
* prepare a new css_set for the child process in
cgroup_can_fork
().
/kernel/linux/linux-6.6/kernel/cgroup/
H
A
D
cgroup.c
6499
*
cgroup_can_fork
- called on a new task before the process is exposed
6505
* This calls the subsystem can_fork() callbacks. If the
cgroup_can_fork
()
6509
int
cgroup_can_fork
(struct task_struct *child, struct kernel_clone_args *kargs)
in cgroup_can_fork()
function
6540
* cgroup_cancel_fork - called if a fork failed after
cgroup_can_fork
()
6545
*
cgroup_can_fork
() succeeded and cleans up references we took to
6546
* prepare a new css_set for the child process in
cgroup_can_fork
().
Completed in 30 milliseconds