Function report |
Source Code:mm\zswap.c |
Create Date:2022-07-28 15:22:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zswap_cpu_comp_dead
Proto:static int zswap_cpu_comp_dead(unsigned int cpu, struct hlist_node *node)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu | |
struct hlist_node * | node |
418 | pool = hlist_entry(node, structzswap_pool, node) |
421 | tfm = per_cpu_ptr(tfm, cpu) |
422 | If Not IS_ERR_OR_NULL(tfm) Then crypto_free_comp(tfm) |
424 | * per_cpu_ptr(tfm, cpu) = NULL |
425 | Return 0 |
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 |