Function report |
Source Code:lib\lru_cache.c |
Create Date:2022-07-28 07:16:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lc_committed - tell @lc that pending changes have been recorded*@lc: the lru cache to operate on* User is expected to serialize on explicit lc_try_lock_for_transaction()* before the transaction is started, and later needs to lc_unlock() explicitly
Proto:void lc_committed(struct lru_cache *lc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct lru_cache * | lc |
538 | his is developers aid only.* it catches concurrent access (lack of locking on the users part) () |
541 | ++changed |
542 | we want to track a larger set of objects,* it needs to become arch independend u64 = r pending changes |
546 | RETURN() |
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 |