Searched refs:LKM_CTLPTR (Results 1 – 2 of 2) sorted by relevance
62 #define LKM_CTL(ptr, type) (LKM_CTLPTR(ptr) | (type))63 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK)) macro496 uintptr_t addr = LKM_CTLPTR(lmp->lkm_bufctl); in leaky_subr_add_leak()
68 #define LKM_CTL(ptr, type) (LKM_CTLPTR(ptr) | (type))69 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK)) macro787 uintptr_t addr = LKM_CTLPTR(lmp->lkm_bufctl); in leaky_subr_add_leak()