VCC_HTABLE_SIZE   410 include/linux/atmdev.h extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
VCC_HTABLE_SIZE    33 net/atm/common.c struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
VCC_HTABLE_SIZE    40 net/atm/common.c 					(VCC_HTABLE_SIZE - 1)];
VCC_HTABLE_SIZE    41 net/atm/common.c 	sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1);
VCC_HTABLE_SIZE   221 net/atm/common.c 	for (i = 0; i < VCC_HTABLE_SIZE; i++) {
VCC_HTABLE_SIZE   268 net/atm/common.c 					(VCC_HTABLE_SIZE - 1)];
VCC_HTABLE_SIZE    82 net/atm/proc.c 		for (*bucket = 0; *bucket < VCC_HTABLE_SIZE; ++*bucket) {
VCC_HTABLE_SIZE    97 net/atm/proc.c 	if (!sk && ++*bucket < VCC_HTABLE_SIZE) {
VCC_HTABLE_SIZE   229 net/atm/signaling.c 	for(i = 0; i < VCC_HTABLE_SIZE; ++i) {