Searched refs:KCTLREF_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
1530 #define KCTLREF_INDEX_MASK 0x0000FFFF macro1561 ((i + 1) & KCTLREF_INDEX_MASK); in kctl_make_ref()1588 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_delete_ref()1612 uintptr_t i = (((uintptr_t)kctlref) & KCTLREF_INDEX_MASK) - 1; in kctl_from_ref()