Lines Matching refs:ntf
167 struct need_to_free *ntf; in kmem_init() local
181 ntf = kmem_info.need_to_free; in kmem_init()
183 ntf[i].addr = 0; in kmem_init()
729 struct need_to_free *ntf; in check_need_to_free() local
736 ntf = &kmem_info.need_to_free_list; in check_need_to_free()
737 if (ntf->addr) { in check_need_to_free()
738 addr = ntf->addr; in check_need_to_free()
739 nbytes = ntf->nbytes; in check_need_to_free()
740 *ntf = *(struct need_to_free *)ntf->addr; in check_need_to_free()
745 ntf = kmem_info.need_to_free; in check_need_to_free()
747 if (ntf[i].addr) { in check_need_to_free()
748 addr = ntf[i].addr; in check_need_to_free()
749 nbytes = ntf[i].nbytes; in check_need_to_free()
750 ntf[i].addr = 0; in check_need_to_free()