Function report |
Source Code:kernel\futex.c |
Create Date:2022-07-28 10:53:34 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:PI code:
Proto:static int refill_pi_state_cache(void)
Type:int
Parameter:Nothing
814 | If Value is more likely to compile time(pi_state_cache) Then Return 0 |
817 | pi_state = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
824 | owner = NULL |
826 | key = |
828 | pi_state_cache = pi_state |
830 | Return 0 |
Name | Describe |
---|---|
futex_requeue | ex_requeue() - Requeue waiters from uaddr1 to uaddr2*@uaddr1: source futex user address*@flags: futex flags (FLAGS_SHARED, etc |
futex_lock_pi | Userspace tried a 0 -> TID atomic transition of the futex value* and failed. The kernel side here does the whole locking operation:* if there are waiters then it will block as a consequence of relying* on rt-mutexes, it does PI, etc |
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 |