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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_hash.c260 } else for (last = &this->ite_next;
262 last = &this->ite_next) {
267 *last = this->ite_next;
268 this->ite_next = bucket->ihgb_head;
314 entry->ite_next = bucket->ihgb_head;
353 last = &this->ite_next) {
357 *last = this->ite_next;
683 entry = entry->ite_next)
H A Dipc_entry.h152 #define ite_next ite_entry.hash.tree macro

Completed in 75 milliseconds