Function report |
Source Code:mm\kasan\quarantine.c |
Create Date:2022-07-28 15:54:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:qlink_free
Proto:static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct qlist_node * | qlink | |
struct kmem_cache * | cache |
142 | object = qlink_to_object(qlink, cache) |
145 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SLAB) Then local_irq_save(flags) |
148 | ___cache_free(cache, object, _THIS_IP_) |
150 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SLAB) Then local_irq_restore(flags) |
Name | Describe |
---|---|
qlist_free_all |
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 |