rushjob 67 kern/vfs_sync.c int rushjob = 0; /* number of slots to run ASAP */
rushjob 218 kern/vfs_sync.c if (rushjob > 0) {
rushjob 219 kern/vfs_sync.c rushjob -= 1;
rushjob 249 kern/vfs_sync.c if (rushjob < syncdelay / 2) {
rushjob 250 kern/vfs_sync.c rushjob += 1;
rushjob 244 sys/vnode.h extern int rushjob; /* # of slots syncer should run ASAP */