unlock_sock_fast (9) Linux Manual Page
unlock_sock_fast – complement of lock_sock_fast
Synopsis
void unlock_sock_fast(struct sock *sk, bool slow);
Arguments
sk
-
- socket
slow
- slow mode
Description
fast unlock socket for user context. If slow mode is on, we call regular release_sock
