Searched refs:KCTLREF_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
1555 #define KCTLREF_INDEX_MASK 0x0000FFFF macro1586 ((i + 1) & KCTLREF_INDEX_MASK); in kctl_make_ref()1613 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_delete_ref()1637 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_from_ref()