Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dshm.h19 void exit_shm(struct task_struct *task);
32 static inline void exit_shm(struct task_struct *task) in exit_shm() function
/linux/kernel/
H A Dfork.c3311 exit_shm(current); in ksys_unshare()