Searched refs:clog_time_to_warn (Results 1 – 6 of 6) sorted by relevance
357 && (now = event_time()) >= queue->clog_time_to_warn) { in qmgr_entry_create()389 queue->clog_time_to_warn = now + var_qmgr_clog_warn_time; in qmgr_entry_create()
215 time_t clog_time_to_warn; /* time of next warning */ member
433 queue->clog_time_to_warn = 0; in qmgr_queue_create()
418 && (now = event_time()) >= queue->clog_time_to_warn) { in qmgr_entry_create()450 queue->clog_time_to_warn = now + var_qmgr_clog_warn_time; in qmgr_entry_create()
429 queue->clog_time_to_warn = 0; in qmgr_queue_create()
254 time_t clog_time_to_warn; /* time of last warning */ member