HomeSort by: relevance | last modified time | path
    Searched defs:oreclaim (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_pages.c 433 int oreclaim = 0; local in function:lfs_putpages
784 oreclaim = (ap->a_flags & PGO_RECLAIM);
788 ap->a_flags |= oreclaim;
796 if (oreclaim) {
815 if (oreclaim && error == EAGAIN) {
822 } while (error == EDEADLK || (oreclaim && error == EAGAIN));
lfs_pages.c 433 int oreclaim = 0; local in function:lfs_putpages
784 oreclaim = (ap->a_flags & PGO_RECLAIM);
788 ap->a_flags |= oreclaim;
796 if (oreclaim) {
815 if (oreclaim && error == EAGAIN) {
822 } while (error == EDEADLK || (oreclaim && error == EAGAIN));
lfs_pages.c 433 int oreclaim = 0; local in function:lfs_putpages
784 oreclaim = (ap->a_flags & PGO_RECLAIM);
788 ap->a_flags |= oreclaim;
796 if (oreclaim) {
815 if (oreclaim && error == EAGAIN) {
822 } while (error == EDEADLK || (oreclaim && error == EAGAIN));

Completed in 38 milliseconds