Searched refs:KEY_FLAG_USER_ALIVE (Results 1 – 3 of 3) sorted by relevance
221 if (!test_bit_acquire(KEY_FLAG_USER_ALIVE, &key->flags)) { in key_garbage_collector()
301 key->flags |= 1 << KEY_FLAG_USER_ALIVE; in key_alloc()663 clear_bit_unlock(KEY_FLAG_USER_ALIVE, &key->flags); in key_put()
239 #define KEY_FLAG_USER_ALIVE 10 /* set if final put has not happened on key yet */ macro