Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtime_namespace.h46 void timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk);
138 static inline void timens_on_fork(struct nsproxy *nsproxy, in timens_on_fork() function
/linux-6.1.9/kernel/time/
Dnamespace.c308 void timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk) in timens_on_fork() function
/linux-6.1.9/kernel/
Dnsproxy.c182 timens_on_fork(new_ns, tsk); in copy_namespaces()