vfs_subr.c | 122 "int"/*vdelay*/, 126 "int"/*vdelay*/, 757 int vdelay; local in function:vfs_syncer_add_to_worklist 779 vdelay = sync_delay(mp); 780 mp->mnt_synclist_slot = vdelay > 0 ? next % vdelay : 0; 782 mp, vdelay, mp->mnt_synclist_slot); 844 int vdelay, oslot, nslot, delayx; local in function:sched_sync 864 vdelay = sync_delay(mp); 866 nslot = sync_delay_slot(vdelay); [all...] |