Home
last modified time | relevance | path

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

/linux-6.1.9/security/keys/
Dgc.c179 #define KEY_GC_SET_TIMER 0x04 /* - We need to restart the timer */ in key_garbage_collector() macro
201 gc_state |= KEY_GC_REAPING_LINKS | KEY_GC_SET_TIMER; in key_garbage_collector()
236 if (gc_state & KEY_GC_SET_TIMER) { in key_garbage_collector()
279 if (gc_state & KEY_GC_SET_TIMER && new_timer != (time64_t)TIME64_MAX) { in key_garbage_collector()