HomeSort by: relevance | last modified time | path
    Searched defs:other_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
ptree.c 333 const pt_slot_t other_slot = id->id_slot ^ PT_SLOT_OTHER; local in function:ptree_insert_branch_at_node
347 PTN_BRANCH_SLOT(target, other_slot) = node;
351 ptree_set_position(node, other_slot);
930 const pt_slot_t other_slot = slot ^ PT_SLOT_OTHER; local in function:ptree_remove_node
981 PTN_BRANCH_SLOT(parent, other_slot) =
982 PTN_BRANCH_SLOT(target, other_slot);
1022 const pt_slot_t other_slot = parent_slot ^ PT_SLOT_OTHER; local in function:ptree_remove_node
1023 uintptr_t other_node = PTN_BRANCH_SLOT(parent, other_slot);
  /src/sys/kern/
subr_thmap.c 728 unsigned slot, other_slot; local in function:thmap_put
810 other_slot = hashval_getleafslot(thmap, other, query.level);
812 node_insert(child, other_slot, target);
833 if (slot == other_slot) {

Completed in 15 milliseconds