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

/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c892 nandfsdev->nd_syncing = 0;
1084 if (nffsdev->nd_syncing)
1088 nffsdev->nd_syncing = 1;
1089 wakeup(&nffsdev->nd_syncing);
1101 nffsdev->nd_syncing = 0;
1106 error = tsleep(&nffsdev->nd_syncing, PRIBIO, "-",
1122 tsleep(&nffsdev->nd_syncing, PRIBIO, "-", hz * nandfs_sync_interval);
1126 nffsdev->nd_syncing = 1;
H A Dnandfs.h222 int nd_syncing; member in struct:nandfs_device
H A Dnandfs_subr.c965 if (nffsdev->nd_syncing == 0) {
967 nffsdev->nd_syncing = 1;
968 wakeup(&nffsdev->nd_syncing);

Completed in 159 milliseconds