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:ns_total
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setns/
H
A
D
setns.h
12
static int
ns_total
;
variable
36
ns_types[
ns_total
] = clone_type;
in init_ns_type()
37
ns_fds[
ns_total
] = fd;
in init_ns_type()
39
proc_name,
ns_total
, fd,
ns_total
, clone_type);
in init_ns_type()
40
ns_total
++;
in init_ns_type()
57
for (i = 0; i <
ns_total
; i++)
in close_ns_fds()
H
A
D
setns01.c
52
if (
ns_total
< 2) {
in setup3()
58
t->ns_type = ns_types[(i+1) %
ns_total
];
in setup3()
115
for (i = 0; i <
ns_total
; i++) {
in test_setns()
152
if (
ns_total
== 0)
in setup()
/third_party/python/Modules/
H
A
D
posixmodule.c
2377
PyObject *
ns_total
= NULL;
in fill_time()
local
2387
ns_total
= PyNumber_Add(s_in_ns, ns_fractional);
in fill_time()
2388
if (!
ns_total
)
in fill_time()
2398
PyStructSequence_SET_ITEM(v, index+6,
ns_total
);
in fill_time()
2401
ns_total
= NULL;
in fill_time()
2406
Py_XDECREF(
ns_total
);
in fill_time()
Completed in 16 milliseconds