Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dtipc.h278 #define TIPC_CLUSTER_SIZE ((1UL << TIPC_CLUSTER_BITS) - 1) macro
282 #define TIPC_CLUSTER_MASK (TIPC_CLUSTER_SIZE << TIPC_CLUSTER_OFFSET)
/linux-6.1.9/net/tipc/
Dmonitor.c728 if (cluster_size > TIPC_CLUSTER_SIZE) in tipc_nl_monitor_set_threshold()