Home
last modified time | relevance | path

Searched refs:ns_total (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h12 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 Dsetns01.c52 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 Dposixmodule.c2377 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