Searched refs:exit_aio (Results 1 - 3 of 3) sorted by path

/linux-master/fs/
H A Daio.c891 * exit_aio: called when the last user of mm goes away. At this point, there is
898 void exit_aio(struct mm_struct *mm) function
/linux-master/include/linux/
H A Daio.h15 extern void exit_aio(struct mm_struct *mm);
18 static inline void exit_aio(struct mm_struct *mm) { } function
/linux-master/kernel/
H A Dfork.c1343 exit_aio(mm);

Completed in 330 milliseconds