Searched refs:new_mem_block (Results 1 – 1 of 1) sorted by relevance
497 void *new_mem_block = NULL; in kpb_allocate_history_buffer() local522 new_mem_block = rballoc(0, hb_mcp[i], ca_size); in kpb_allocate_history_buffer()524 if (new_mem_block) { in kpb_allocate_history_buffer()531 hb->start_addr = new_mem_block; in kpb_allocate_history_buffer()532 hb->end_addr = (char *)new_mem_block + in kpb_allocate_history_buffer()534 hb->w_ptr = new_mem_block; in kpb_allocate_history_buffer()535 hb->r_ptr = new_mem_block; in kpb_allocate_history_buffer()