Home
last modified time | relevance | path

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

/linux/security/keys/
H A Dgc.c221 if (!test_bit_acquire(KEY_FLAG_USER_ALIVE, &key->flags)) { in key_garbage_collector()
H A Dkey.c301 key->flags |= 1 << KEY_FLAG_USER_ALIVE; in key_alloc()
663 clear_bit_unlock(KEY_FLAG_USER_ALIVE, &key->flags); in key_put()
/linux/include/linux/
H A Dkey.h239 #define KEY_FLAG_USER_ALIVE 10 /* set if final put has not happened on key yet */ macro