Searched refs:CT_LOCKARRAY_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_conn.c80 #define CT_LOCKARRAY_SIZE (1<<CT_LOCKARRAY_BITS) macro
81 #define CT_LOCKARRAY_MASK (CT_LOCKARRAY_SIZE-1)
90 __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned;
1164 for (idx = 0; idx < CT_LOCKARRAY_SIZE; idx++) {

Completed in 87 milliseconds