Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtime_namespace.h32 extern int vdso_join_timens(struct task_struct *task,
107 static inline int vdso_join_timens(struct task_struct *task, in vdso_join_timens() function
/openbmc/linux/arch/loongarch/kernel/
H A Dvdso.c133 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens() function
/openbmc/linux/arch/s390/kernel/
H A Dvdso.c54 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens() function
/openbmc/linux/arch/riscv/kernel/
H A Dvdso.c108 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens() function
/openbmc/linux/arch/powerpc/kernel/
H A Dvdso.c115 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens() function
/openbmc/linux/arch/x86/entry/vdso/
H A Dvma.c111 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens() function
/openbmc/linux/arch/arm64/kernel/
H A Dvdso.c132 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens() function
/openbmc/linux/kernel/time/
H A Dnamespace.c301 vdso_join_timens(tsk, ns); in timens_commit()