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

/sssd/src/util/
H A Dutil_watchdog.c28 struct watchdog_ctx { struct
38 } watchdog_ctx; variable in typeref:struct:watchdog_ctx
46 prev_time = watchdog_ctx.timestamp;
47 cur_time = watchdog_ctx.timestamp = time(NULL);
53 ret = setup_watchdog(watchdog_ctx.ev, watchdog_ctx.input_interval);
80 if (__sync_add_and_fetch(&watchdog_ctx.ticks, 1) > WATCHDOG_MAX_TICKS) {
89 __sync_and_and_fetch(&watchdog_ctx.ticks, 0);
101 watchdog_ctx.te = tevent_add_timer(ev, ev,
102 tevent_timeval_current_ofs(watchdog_ctx
[all...]

Completed in 2379 milliseconds