LOCK_SOCK_FAST(9) Linux Networking LOCK_SOCK_FAST(9)NAMElock_sock_fast - fast version of lock_sockSYNOPSISbool lock_sock_fast(struct sock * sk);ARGUMENTSsk socketDESCRIPTIONThis 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 enabledCOPYRIGHTKernel Hackers Manual 3.10 June 2014 LOCK_SOCK_FAST(9)
| Related Man Pages |
|---|
| pthread_mutex_destroy(3) - redhat |
| pthread_mutex_unlock(3) - redhat |
| pthread_mutex_lock(3) - redhat |
| pthread_mutex_unlock(3) - debian |
| slock(9s) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |