Home
last modified time | relevance | path

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

/linux/kernel/
H A Dpid_namespace.c74 static void destroy_pid_namespace_work(struct work_struct *work);
120 INIT_WORK(&ns->work, destroy_pid_namespace_work); in create_pid_namespace()
161 static void destroy_pid_namespace_work(struct work_struct *work) in destroy_pid_namespace_work() function