Searched refs:se_depth (Results 1 – 1 of 1) sorted by relevance
184 uint8_t se_depth; member215 size_t depth = sep->se_depth; in stacks_hash_entry()245 int depth = MIN(l->se_depth, r->se_depth); in stacks_entry_comp_impl()300 if (l->se_depth > r->se_depth) in stacks_entry_comp_impl()302 if (l->se_depth < r->se_depth) in stacks_entry_comp_impl()345 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()349 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()364 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()367 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()409 nsep->se_depth = depth; in stacks_thread_cb()[all …]