Searched refs:KCTLREF_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
1532 #define KCTLREF_INDEX_MASK 0x0000FFFF macro1563 ((i + 1) & KCTLREF_INDEX_MASK); in kctl_make_ref()1590 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_delete_ref()1614 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_from_ref()