Searched refs:VCC_HTABLE_SIZE (Results 1 – 8 of 8) sorted by relevance
220 #define VCC_HTABLE_SIZE 32 macro222 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
35 struct hlist_head vcc_hash[VCC_HTABLE_SIZE];46 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; in __vcc_insert_socket()47 sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1); in __vcc_insert_socket()267 for (i = 0; i < VCC_HTABLE_SIZE; i++) { in atm_dev_release_vccs()315 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
83 for (*bucket = 0; *bucket < VCC_HTABLE_SIZE; ++*bucket) { in __vcc_walk()98 if (!sk && ++*bucket < VCC_HTABLE_SIZE) { in __vcc_walk()
209 for (i = 0; i < VCC_HTABLE_SIZE; ++i) { in sigd_close()
171 for(i = 0; i < VCC_HTABLE_SIZE; ++i) { in atmtcp_v_ioctl()269 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
904 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
2176 for(i = 0; i < VCC_HTABLE_SIZE; ++i) { in eni_proc_read()
338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()