Home
last modified time | relevance | path

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

/linux-6.15/net/unix/
H A Daf_unix.h8 #define UNIX_HASH_SIZE (256 * 2) macro
H A Ddiag.c183 for (slot = s_slot; slot < UNIX_HASH_SIZE; s_num = 0, slot++) { in unix_diag_dump()
225 for (i = 0; i < UNIX_HASH_SIZE; i++) { in unix_lookup_by_ino()
H A Daf_unix.c113 static struct hlist_head bsd_socket_buckets[UNIX_HASH_SIZE / 2];
114 static spinlock_t bsd_socket_locks[UNIX_HASH_SIZE / 2];
3329 while (bucket < UNIX_HASH_SIZE) { in unix_get_first()
3659 net->unx.table.locks = kvmalloc_array(UNIX_HASH_SIZE, in unix_net_init()
3664 net->unx.table.buckets = kvmalloc_array(UNIX_HASH_SIZE, in unix_net_init()
3670 for (i = 0; i < UNIX_HASH_SIZE; i++) { in unix_net_init()
3781 for (i = 0; i < UNIX_HASH_SIZE / 2; i++) { in af_unix_init()