Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dpid_namespace.c73 static void destroy_pid_namespace_work(struct work_struct *work);
121 INIT_WORK(&ns->work, destroy_pid_namespace_work); in create_pid_namespace()
160 static void destroy_pid_namespace_work(struct work_struct *work) in destroy_pid_namespace_work() function