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:child_args
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/
H
A
D
move_mount_set_group_test.c
302
struct
child_args
{
struct
311
struct
child_args
*ca = (struct
child_args
*)data;
in get_nestedns_mount_cb()
344
struct
child_args
ca_from = {
in TEST_F()
347
struct
child_args
ca_to = {
in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H
A
D
cs_prctl_test.c
66
struct
child_args
{
struct
73
static struct
child_args
procs[MAX_PROCESSES];
154
struct
child_args
*ca = (struct
child_args
*)arg;
in child_func_process()
175
void create_processes(int num_processes, int num_threads, struct
child_args
proc[])
in create_processes()
201
void disp_processes(int num_processes, struct
child_args
proc[])
in disp_processes()
/kernel/linux/linux-6.6/drivers/soc/tegra/
H
A
D
pmc.c
1447
struct of_phandle_args
child_args
, parent_args;
in tegra_powergate_init()
local
1479
child_args
.np = child;
in tegra_powergate_init()
1480
child_args
.args_count = 0;
in tegra_powergate_init()
1482
err = of_genpd_add_subdomain(&parent_args, &
child_args
);
in tegra_powergate_init()
Completed in 7 milliseconds