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

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

Completed in 80 milliseconds