Searched refs:bsd_socket_locks (Results 1 – 1 of 1) sorted by relevance
114 static spinlock_t bsd_socket_locks[UNIX_HASH_SIZE / 2]; variable406 spin_lock(&bsd_socket_locks[sk->sk_hash]); in unix_insert_bsd_socket()408 spin_unlock(&bsd_socket_locks[sk->sk_hash]); in unix_insert_bsd_socket()414 spin_lock(&bsd_socket_locks[sk->sk_hash]); in unix_remove_bsd_socket()416 spin_unlock(&bsd_socket_locks[sk->sk_hash]); in unix_remove_bsd_socket()457 spin_lock(&bsd_socket_locks[hash]); in unix_find_socket_byinode()463 spin_unlock(&bsd_socket_locks[hash]); in unix_find_socket_byinode()467 spin_unlock(&bsd_socket_locks[hash]); in unix_find_socket_byinode()3782 spin_lock_init(&bsd_socket_locks[i]); in af_unix_init()