Searched refs:se_depth (Results 1 – 1 of 1) sorted by relevance
198 uint8_t se_depth; member229 size_t depth = sep->se_depth; in stacks_hash_entry()259 int depth = MIN(l->se_depth, r->se_depth); in stacks_entry_comp_impl()314 if (l->se_depth > r->se_depth) in stacks_entry_comp_impl()316 if (l->se_depth < r->se_depth) in stacks_entry_comp_impl()359 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()363 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()378 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()381 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()423 nsep->se_depth = depth; in stacks_thread_cb()[all …]