Function report |
Source Code:kernel\locking\lockdep.c |
Create Date:2022-07-28 09:50:09 |
Last Modify:2020-03-17 14:16:01 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__lock_pin_lock
Proto:static struct pin_cookie __lock_pin_lock(struct lockdep_map *lock)
Type:struct pin_cookie
Parameter:
Type | Parameter | Name |
---|---|---|
struct lockdep_map * | lock |
4318 | cookie = NIL_COOKIE |
4319 | curr = current process |
4325 | When i < lockdep_depth cycle |
4326 | hlock = held_locks + i |
4328 | If match_held_lock(hlock, lock) Then |
4340 | WARN(1, "pinning an unheld lock\n") |
4341 | Return cookie |
Name | Describe |
---|---|
lock_pin_lock |
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 |