Function report |
Source Code:kernel\locking\rtmutex.c |
Create Date:2022-07-28 09:51:56 |
Last Modify:2020-03-17 14:26:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fixup_rt_mutex_waiters
Proto:static void fixup_rt_mutex_waiters(struct rt_mutex *lock)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rt_mutex * | lock |
73 | If rt_mutex_has_waiters(lock) Then Return |
135 | If owner & lock->owner state tracking: Then WRITE_ONCE( * p, owner & ~lock->owner state tracking:) |
Name | Describe |
---|---|
rt_mutex_slowlock | Slow path lock function: |
__rt_mutex_slowtrylock | |
rt_mutex_wait_proxy_lock | _mutex_wait_proxy_lock() - Wait for lock acquisition*@lock: the rt_mutex we were woken on*@to: the timeout, null if none |
rt_mutex_cleanup_proxy_lock | _mutex_cleanup_proxy_lock() - Cleanup failed lock acquisition*@lock: the rt_mutex we were woken on*@waiter: the pre-initialized rt_mutex_waiter* Attempt to clean up after a failed __rt_mutex_start_proxy_lock() or* rt_mutex_wait_proxy_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 |