Searched refs:new_ml (Results 1 – 2 of 2) sorted by relevance
434 int new_ml = ml; in LZ4HC_compress_generic() local436 if (new_ml > OPTIMAL_ML) in LZ4HC_compress_generic()437 new_ml = OPTIMAL_ML; in LZ4HC_compress_generic()438 if (ip + new_ml > start2 + ml2 - MINMATCH) in LZ4HC_compress_generic()439 new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in LZ4HC_compress_generic()441 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_generic()
3476 MemoryRegionList *new_ml, *ml, *next_ml; in mtree_print_mr() local3557 new_ml = g_new(MemoryRegionList, 1); in mtree_print_mr()3558 new_ml->mr = submr; in mtree_print_mr()3560 if (new_ml->mr->addr < ml->mr->addr || in mtree_print_mr()3561 (new_ml->mr->addr == ml->mr->addr && in mtree_print_mr()3562 new_ml->mr->priority > ml->mr->priority)) { in mtree_print_mr()3563 QTAILQ_INSERT_BEFORE(ml, new_ml, mrqueue); in mtree_print_mr()3564 new_ml = NULL; in mtree_print_mr()3568 if (new_ml) { in mtree_print_mr()3569 QTAILQ_INSERT_TAIL(&submr_print_queue, new_ml, mrqueue); in mtree_print_mr()