Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/
Daf_unix.c123 static spinlock_t bsd_socket_locks[UNIX_HASH_SIZE / 2]; variable
341 spin_lock(&bsd_socket_locks[sk->sk_hash]); in unix_insert_bsd_socket()
343 spin_unlock(&bsd_socket_locks[sk->sk_hash]); in unix_insert_bsd_socket()
349 spin_lock(&bsd_socket_locks[sk->sk_hash]); in unix_remove_bsd_socket()
351 spin_unlock(&bsd_socket_locks[sk->sk_hash]); in unix_remove_bsd_socket()
392 spin_lock(&bsd_socket_locks[hash]); in unix_find_socket_byinode()
398 spin_unlock(&bsd_socket_locks[hash]); in unix_find_socket_byinode()
402 spin_unlock(&bsd_socket_locks[hash]); in unix_find_socket_byinode()
3735 spin_lock_init(&bsd_socket_locks[i]); in af_unix_init()