Searched refs:KCTLREF_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
1539 #define KCTLREF_INDEX_MASK 0x0000FFFF macro1570 ((i + 1) & KCTLREF_INDEX_MASK); in kctl_make_ref()1597 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_delete_ref()1621 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_from_ref()