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

/linux-master/security/keys/
H A Dgc.c194 #define KEY_GC_REAPING_DEAD_3 0x40 /* - We need to reap dead keys */ macro
265 if (unlikely(gc_state & KEY_GC_REAPING_DEAD_3))
319 gc_state |= KEY_GC_REAPING_DEAD_3;
325 if (unlikely(gc_state & KEY_GC_REAPING_DEAD_3)) {

Completed in 111 milliseconds