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

/linux-master/include/linux/
H A Datmdev.h212 #define VCC_HTABLE_SIZE 32 macro
214 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
/linux-master/net/atm/
H A Dcommon.c35 struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
46 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)];
47 sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1);
267 for (i = 0; i < VCC_HTABLE_SIZE; i++) {
315 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)];
H A Dproc.c83 for (*bucket = 0; *bucket < VCC_HTABLE_SIZE; ++*bucket) {
98 if (!sk && ++*bucket < VCC_HTABLE_SIZE) {
H A Dsignaling.c209 for (i = 0; i < VCC_HTABLE_SIZE; ++i) {
/linux-master/drivers/atm/
H A Datmtcp.c171 for(i = 0; i < VCC_HTABLE_SIZE; ++i) {
269 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
H A Dsolos-pci.c904 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
H A Dhe.c338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
H A Deni.c2159 for(i = 0; i < VCC_HTABLE_SIZE; ++i) {

Completed in 167 milliseconds