Searched refs:new_cr (Results 1 – 2 of 2) sorted by relevance
403 unsigned int status, old_cr, new_cr; in apbuart_console_write() local407 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()408 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
910 *new_cr = CR_GOAL_LEN_FAST; in ext4_mb_choose_next_group_p2_aligned()949 enum criteria *new_cr, ext4_group_t *group) in ext4_mb_choose_next_group_goal_fast() argument979 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()981 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_goal_fast()1068 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()1111 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group()1129 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group()1131 } else if (*new_cr == CR_GOAL_LEN_FAST) { in ext4_mb_choose_next_group()1133 } else if (*new_cr == CR_BEST_AVAIL_LEN) { in ext4_mb_choose_next_group()2878 if (new_cr != cr) { in ext4_mb_regular_allocator()[all …]