Function report |
Source Code:fs\locks.c |
Create Date:2022-07-28 20:25:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__locks_wake_up_blocks
Proto:static void __locks_wake_up_blocks(struct file_lock *blocker)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_lock * | blocker |
739 | If Callbacks for lockmanagers && lm_notify Then lm_notify(waiter) |
Name | Describe |
---|---|
locks_delete_block | locks_delete_lock - stop waiting for a file lock*@waiter: the lock which was waiting* lockd/nfsd need to disconnect the lock while working on it. |
__locks_insert_block | Insert waiter into blocker's block list.* We use a circular list so that processes can be easily woken up in* the order they blocked. The documentation doesn't require this but* it seems like the reasonable thing to do. |
locks_wake_up_blocks | Wake up processes blocked waiting for blocker.* Must be called with the inode->flc_lock held! |
posix_lock_inode |
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 |