centos man page for lock_sock_fast

Query: lock_sock_fast

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

LOCK_SOCK_FAST(9)						 Linux Networking						 LOCK_SOCK_FAST(9)

NAME
lock_sock_fast - fast version of lock_sock
SYNOPSIS
bool lock_sock_fast(struct sock * sk);
ARGUMENTS
sk socket
DESCRIPTION
This version should be used for very small section, where process wont block return false if fast path is taken sk_lock.slock locked, owned = 0, BH disabled return true if slow path is taken sk_lock.slock unlocked, owned = 1, BH enabled
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 LOCK_SOCK_FAST(9)
Related Man Pages
pthread_mutex_trylock(3) - redhat
wait_event_interruptible_exclusive_locked_irq(9) - centos
pthread_mutex_destroy(3) - redhat
pthread_mutex_lock(3) - debian
pthread_mutex_lock(3) - opendarwin
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Tar Command
Docker learning Phase-I
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq