Lines Matching full:dead
25 * Reaper for links from keyrings to dead keys.
44 .name = ".dead",
83 * Schedule a dead links collection run.
103 * Reap keys of dead type.
106 * collector: the first to mark keys of that type as being dead, the second to
107 * collect dead links and the third to clean up the dead keys. We have to be
184 #define KEY_GC_REAPING_DEAD_1 0x10 /* - We need to mark dead keys */ in key_garbage_collector()
185 #define KEY_GC_REAPING_DEAD_2 0x20 /* - We need to reap dead key links */ in key_garbage_collector()
186 #define KEY_GC_REAPING_DEAD_3 0x40 /* - We need to reap dead keys */ in key_garbage_collector()
187 #define KEY_GC_FOUND_DEAD_KEY 0x80 /* - We found at least one dead key */ in key_garbage_collector()
290 * fulfilled and that people aren't now looking at dead or in key_garbage_collector()
306 /* No remaining dead keys: short circuit the remaining in key_garbage_collector()
309 kdebug("dead short"); in key_garbage_collector()
318 kdebug("dead wake"); in key_garbage_collector()
342 * it is associated with the dead key type. in key_garbage_collector()
350 * dead or expired keys. We don't flag another reap immediately as we in key_garbage_collector()
359 /* We found a dead key that is still referenced. Reset its type and in key_garbage_collector()