Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Daf_unix.h20 #define UNIX_HASH_SIZE (256 * 2) macro
/Linux-v6.1/net/unix/
Ddiag.c210 for (slot = s_slot; slot < UNIX_HASH_SIZE; s_num = 0, slot++) { in unix_diag_dump()
244 for (i = 0; i < UNIX_HASH_SIZE; i++) { in unix_lookup_by_ino()
Daf_unix.c122 static struct hlist_head bsd_socket_buckets[UNIX_HASH_SIZE / 2];
123 static spinlock_t bsd_socket_locks[UNIX_HASH_SIZE / 2];
3276 while (bucket < UNIX_HASH_SIZE) { in unix_get_first()
3606 net->unx.table.locks = kvmalloc_array(UNIX_HASH_SIZE, in unix_net_init()
3611 net->unx.table.buckets = kvmalloc_array(UNIX_HASH_SIZE, in unix_net_init()
3617 for (i = 0; i < UNIX_HASH_SIZE; i++) { in unix_net_init()
3727 for (i = 0; i < UNIX_HASH_SIZE / 2; i++) { in af_unix_init()