Home
last modified time | relevance | path

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

/linux-6.12.1/security/keys/
Dgc.c182 #define KEY_GC_REAP_AGAIN 0x01 /* - Need another cycle */ in key_garbage_collector() macro
313 gc_state |= KEY_GC_REAP_AGAIN; in key_garbage_collector()
324 if (gc_state & KEY_GC_REAP_AGAIN) in key_garbage_collector()
338 gc_state |= KEY_GC_REAP_AGAIN; in key_garbage_collector()