Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setns/
Dsetns.h48 static void init_ns_type(int clone_type, const char *proc_name) in init_ns_type() argument
54 ns_types[ns_total] = clone_type; in init_ns_type()
57 proc_name, ns_total, fd, ns_total, clone_type); in init_ns_type()
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c46 int clone_type; member
91 res = ltp_clone(tc->clone_type | SIGCHLD, do_child, &tc->kcmp_type, in verify_kcmp()