Searched refs:se_depth (Results 1 – 1 of 1) sorted by relevance
172 uint8_t se_depth; member203 size_t depth = sep->se_depth; in stacks_hash_entry()233 int depth = MIN(l->se_depth, r->se_depth); in stacks_entry_comp_impl()288 if (l->se_depth > r->se_depth) in stacks_entry_comp_impl()290 if (l->se_depth < r->se_depth) in stacks_entry_comp_impl()333 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()337 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()352 STACKS_ENTRY_SIZE(next->se_depth)); in stacks_cleanup()355 mdb_free(cur, STACKS_ENTRY_SIZE(cur->se_depth)); in stacks_cleanup()397 nsep->se_depth = depth; in stacks_thread_cb()[all …]