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

/linux-master/security/keys/
H A Dgc.c34 #define KEY_GC_KEY_EXPIRED 0 /* A key expired and needs unlinking */ macro
87 set_bit(KEY_GC_KEY_EXPIRED, &key_gc_flags);
208 if (test_and_clear_bit(KEY_GC_KEY_EXPIRED, &key_gc_flags))

Completed in 113 milliseconds