Home
last modified time | relevance | path

Searched refs:locks_wake_up_waiter (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfilelock.h181 static inline void locks_wake_up_waiter(struct file_lock_core *flc) in locks_wake_up_waiter() function
188 locks_wake_up_waiter(&fl->c); in locks_wake_up()
/linux/fs/
H A Dlocks.c774 locks_wake_up_waiter(waiter); in __locks_wake_up_blocks()