Searched refs:hindex (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_hash.c208 mach_port_index_t hindex, index; local
214 hindex = IH_TABLE_HASH(obj, size);
217 * Ideally, table[hindex].ie_index is the name we want.
223 while ((index = table[hindex].ie_index) != 0) {
235 if (++hindex == size)
236 hindex = 0;
258 mach_port_index_t hindex; local
263 hindex = IH_TABLE_HASH(obj, size);
269 * We want to insert at hindex, but there may be collisions.
274 while (table[hindex]
298 mach_port_index_t hindex, dindex; local
[all...]
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_fairq.c817 u_int32_t hindex; local
832 hindex = (hash & cl->cl_nbucket_mask);
833 b = &cl->cl_buckets[hindex];

Completed in 73 milliseconds