Searched refs:ns_total (Results 1 – 3 of 3) sorted by relevance
28 static int ns_total; variable54 ns_types[ns_total] = clone_type; in init_ns_type()55 ns_fds[ns_total] = fd; in init_ns_type()57 proc_name, ns_total, fd, ns_total, clone_type); in init_ns_type()58 ns_total++; in init_ns_type()85 for (i = 0; i < ns_total; i++) in close_ns_fds()
133 if (ns_total < 2) { in setup3()139 t->ns_type = ns_types[(i+1) % ns_total]; in setup3()159 for (i = 0; i < ns_total; i++) { in test_setns()210 if (ns_total == 0) in setup()
1972 PyObject *ns_total = NULL; in fill_time() local1982 ns_total = PyNumber_Add(s_in_ns, ns_fractional); in fill_time()1983 if (!ns_total) in fill_time()1993 PyStructSequence_SET_ITEM(v, index+6, ns_total); in fill_time()1996 ns_total = NULL; in fill_time()2001 Py_XDECREF(ns_total); in fill_time()