Home
last modified time | relevance | path

Searched refs:ns_types (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setns/
Dsetns01.c109 t->ns_type = ns_types[i]; in setup0()
114 t->ns_type = ns_types[i]; in setup1()
139 t->ns_type = ns_types[(i+1) % ns_total]; in setup3()
147 t->ns_type = ns_types[i]; in setup4()
Dsetns.h26 static int ns_types[NS_MAX]; variable
54 ns_types[ns_total] = clone_type; in init_ns_type()