Home
last modified time | relevance | path

Searched refs:flush_threshold_scheduled (Results 1 – 2 of 2) sorted by relevance

/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Ddriver.c99 static off_t flush_threshold_scheduled; variable
358 flush_threshold_scheduled = (conf_flush_threshold_scheduled * tape_length) / 100; in main()
362 driver_debug(1, _("flush-threshold-scheduled: %lld\n"), (long long)flush_threshold_scheduled); in main()
3944 flush_threshold_scheduled == 0) { in tape_action()
3980 flush_threshold_scheduled < sched_size && in tape_action()
3986 driver_debug(2, "flush_threshold_scheduled %lld\n", (long long)flush_threshold_scheduled); in tape_action()
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Ddriver.c99 static off_t flush_threshold_scheduled; variable
358 flush_threshold_scheduled = (conf_flush_threshold_scheduled * tape_length) / 100; in main()
362 driver_debug(1, _("flush-threshold-scheduled: %lld\n"), (long long)flush_threshold_scheduled); in main()
3944 flush_threshold_scheduled == 0) { in tape_action()
3980 flush_threshold_scheduled < sched_size && in tape_action()
3986 driver_debug(2, "flush_threshold_scheduled %lld\n", (long long)flush_threshold_scheduled); in tape_action()