Lines Matching full:dead
25 * Reaper for links from keyrings to dead keys.
44 .name = ".dead",
70 * Schedule a dead links collection run.
90 * Reap keys of dead type.
93 * collector: the first to mark keys of that type as being dead, the second to
94 * collect dead links and the third to clean up the dead keys. We have to be
180 #define KEY_GC_REAPING_DEAD_1 0x10 /* - We need to mark dead keys */ in key_garbage_collector()
181 #define KEY_GC_REAPING_DEAD_2 0x20 /* - We need to reap dead key links */ in key_garbage_collector()
182 #define KEY_GC_REAPING_DEAD_3 0x40 /* - We need to reap dead keys */ in key_garbage_collector()
183 #define KEY_GC_FOUND_DEAD_KEY 0x80 /* - We found at least one dead key */ in key_garbage_collector()
287 * fulfilled and that people aren't now looking at dead or in key_garbage_collector()
303 /* No remaining dead keys: short circuit the remaining in key_garbage_collector()
306 kdebug("dead short"); in key_garbage_collector()
315 kdebug("dead wake"); in key_garbage_collector()
339 * it is associated with the dead key type. in key_garbage_collector()
347 * dead or expired keys. We don't flag another reap immediately as we in key_garbage_collector()
356 /* We found a dead key that is still referenced. Reset its type and in key_garbage_collector()