Function report |
Source Code:fs\verity\verify.c |
Create Date:2022-07-28 20:24:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fsverity_init_workqueue
Proto:int __init fsverity_init_workqueue(void)
Type:int
Parameter:Nothing
269 | fsverity_read_workqueue = alloc_workqueue("fsverity_read_queue", WQ_UNBOUND | WQ_HIGHPRI, num_online_cpus()) |
272 | If Not fsverity_read_workqueue Then Return -ENOMEM |
274 | 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 |