Function report |
Source Code:security\keys\gc.c |
Create Date:2022-07-28 18:14:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Schedule a garbage collection run.* - time precision isn't particularly important
Proto:void key_schedule_gc(time64_t gc_at)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
time64_t | gc_at |
59 | kdebug("IMMEDIATE") |
61 | Else if gc_at < key_gc_next_run Then |
62 | kdebug("DEFERRED") |
63 | key_gc_next_run = gc_at |
Name | Describe |
---|---|
key_garbage_collector | Reaper for unused keys. |
__key_instantiate_and_link | Instantiate a key and link it into the target keyring atomically. Must be* called with the target keyring's semaphore writelocked. The target key's* semaphore need not be locked as instantiation is serialised by* key_construction_mutex. |
key_reject_and_link | key_reject_and_link - Negatively instantiate a key and link it into the keyring.*@key: The key to instantiate.*@timeout: The timeout on the negative key.*@error: The error to return when the key is hit. |
key_set_timeout | |
key_revoke | key_revoke - Revoke a key |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |