Home
last modified time | relevance | path

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

/security/keys/
Dgc.c234 #define KEY_GC_SET_TIMER 0x04 /* - We need to restart the timer */ in key_garbage_collector() macro
256 gc_state |= KEY_GC_REAPING_LINKS | KEY_GC_SET_TIMER; in key_garbage_collector()
288 if (gc_state & KEY_GC_SET_TIMER) { in key_garbage_collector()
331 if (gc_state & KEY_GC_SET_TIMER && new_timer != (time_t)LONG_MAX) { in key_garbage_collector()