Function report |
Source Code:fs\locks.c |
Create Date:2022-07-28 20:25:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:filelock_init
Proto:static int __init filelock_init(void)
Type:int
Parameter:Nothing
2981 | for_each_possible_cpu(i) |
2982 | fll = per_cpu_ptr( & file_lock_list, i) |
2984 | Process spin lock initialization( & lock) |
2985 | INIT_HLIST_HEAD( & hlist) |
2988 | lease_notifier_chain_init() |
2989 | 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 |