Searched refs:kill_ioctx (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Daio.c849 /* kill_ioctx
854 static int kill_ioctx(struct mm_struct *mm, struct kioctx *ctx, function
924 * Since kill_ioctx() uses non-zero ->mmap_size as indicator
928 kill_ioctx(mm, ctx, &wait);
1410 kill_ioctx(current->mm, ioctx, NULL);
1442 kill_ioctx(current->mm, ioctx, NULL);
1467 /* Pass requests_done to kill_ioctx() where it can be set
1471 ret = kill_ioctx(current->mm, ioctx, &wait);

Completed in 803 milliseconds