Searched refs:KCTLREF_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
1552 #define KCTLREF_INDEX_MASK 0x0000FFFF macro1583 ((i + 1) & KCTLREF_INDEX_MASK); in kctl_make_ref()1610 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_delete_ref()1634 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_from_ref()