Lines Matching refs:bucket
52 unsigned int bucket;
63 bucket = cb->args[1];
72 while (bucket < ARRAY_SIZE(vsock_bind_table)) {
73 struct list_head *head = &vsock_bind_table[bucket];
94 bucket++;
98 bucket = 0;
102 while (bucket < ARRAY_SIZE(vsock_connected_table)) {
103 struct list_head *head = &vsock_connected_table[bucket];
128 bucket++;
135 cb->args[1] = bucket;