Searched refs:te_next_p (Results 1 – 1 of 1) sorted by relevance
181 struct table_shell_st *te_next_p; /* pointer to next in the list */ member196 struct table_entry_st *te_next_p; /* pointer to next in the list */ member357 entry_p = TABLE_POINTER(table_p, table_entry_t *, entry_p)->te_next_p; in next_entry()983 next_p = entry_p->te_next_p; in table_clear()1149 last_p = entry_p, entry_p = entry_p->te_next_p) { in table_insert_kd()1186 table_p->ta_buckets[bucket] = entry_p->te_next_p; in table_insert_kd()1188 last_p->te_next_p = entry_p->te_next_p; in table_insert_kd()1202 entry_p->te_next_p = table_p->ta_buckets[bucket]; in table_insert_kd()1255 entry_p->te_next_p = table_p->ta_buckets[bucket]; in table_insert_kd()1393 entry_p = entry_p->te_next_p) { in table_retrieve()[all …]