Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns01.c36 t->ns_type = ns_types[i]; in setup0()
41 t->ns_type = ns_types[i]; in setup1()
58 t->ns_type = ns_types[(i+1) % ns_total]; in setup3()
66 t->ns_type = ns_types[i]; in setup4()
Dsetns.h10 static int ns_types[NS_MAX]; variable
36 ns_types[ns_total] = clone_type; in init_ns_type()