Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dgc.c190 #define KEY_GC_REAP_AGAIN 0x01 /* - Need another cycle */ in key_garbage_collector() macro
321 gc_state |= KEY_GC_REAP_AGAIN; in key_garbage_collector()
332 if (gc_state & KEY_GC_REAP_AGAIN) in key_garbage_collector()
346 gc_state |= KEY_GC_REAP_AGAIN; in key_garbage_collector()