Searched refs:gc_state (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | gc.c | 176 static u8 gc_state; /* Internal persistent state */ in key_garbage_collector() local 189 kenter("[%lx,%x]", key_gc_flags, gc_state); in key_garbage_collector() 198 gc_state &= KEY_GC_REAPING_DEAD_1 | KEY_GC_REAPING_DEAD_2; in key_garbage_collector() 199 gc_state <<= 1; in key_garbage_collector() 201 gc_state |= KEY_GC_REAPING_LINKS | KEY_GC_SET_TIMER; in key_garbage_collector() 204 gc_state |= KEY_GC_REAPING_DEAD_1; in key_garbage_collector() 205 kdebug("new pass %x", gc_state); in key_garbage_collector() 224 if (unlikely(gc_state & KEY_GC_REAPING_DEAD_1)) { in key_garbage_collector() 226 gc_state |= KEY_GC_FOUND_DEAD_KEY; in key_garbage_collector() 236 if (gc_state & KEY_GC_SET_TIMER) { in key_garbage_collector() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rknand/ |
| H A D | rk_zftl_arm_v8.S | 27295 .global gc_state symbol 28140 .section .bss.gc_state,"aw",@nobits 28142 .type gc_state, %object 28143 .size gc_state, 1 28144 gc_state: label
|
| H A D | rk_zftl_spl_arm_v8.S | 26886 .global gc_state symbol 27731 .section .bss.gc_state,"aw",@nobits 27733 .type gc_state, %object 27734 .size gc_state, 1 27735 gc_state: label
|
| H A D | rk_zftl_arm_v7.S | 30360 .global gc_state symbol 31203 .section .bss.gc_state,"aw",%nobits 31205 .type gc_state, %object 31206 .size gc_state, 1 31207 gc_state: label
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_zftl_arm32.S | 30987 .global gc_state symbol 36143 .type gc_state, %object 36144 .size gc_state, 1 36145 gc_state: label
|
| H A D | rk_zftl_arm64.S | 29054 .global gc_state symbol 32735 .type gc_state, %object 32736 .size gc_state, 1 32737 gc_state: label
|