VCC_HTABLE_SIZE 171 drivers/atm/atmtcp.c for(i = 0; i < VCC_HTABLE_SIZE; ++i) { VCC_HTABLE_SIZE 269 drivers/atm/atmtcp.c head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; VCC_HTABLE_SIZE 2176 drivers/atm/eni.c for(i = 0; i < VCC_HTABLE_SIZE; ++i) { VCC_HTABLE_SIZE 338 drivers/atm/he.c head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; VCC_HTABLE_SIZE 904 drivers/atm/solos-pci.c head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; VCC_HTABLE_SIZE 222 include/linux/atmdev.h extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; VCC_HTABLE_SIZE 35 net/atm/common.c struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; VCC_HTABLE_SIZE 46 net/atm/common.c struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; VCC_HTABLE_SIZE 47 net/atm/common.c sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1); VCC_HTABLE_SIZE 267 net/atm/common.c for (i = 0; i < VCC_HTABLE_SIZE; i++) { VCC_HTABLE_SIZE 315 net/atm/common.c struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; VCC_HTABLE_SIZE 83 net/atm/proc.c for (*bucket = 0; *bucket < VCC_HTABLE_SIZE; ++*bucket) { VCC_HTABLE_SIZE 98 net/atm/proc.c if (!sk && ++*bucket < VCC_HTABLE_SIZE) { VCC_HTABLE_SIZE 209 net/atm/signaling.c for (i = 0; i < VCC_HTABLE_SIZE; ++i) {