Home
last modified time | relevance | path

Searched refs:new_spc (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dlprops.c607 int new_spc; in ubifs_change_lp() local
609 new_spc = lprops->free + lprops->dirty; in ubifs_change_lp()
610 if (new_spc < c->dead_wm) in ubifs_change_lp()
611 c->lst.total_dead += new_spc; in ubifs_change_lp()
613 c->lst.total_dark += ubifs_calc_dark(c, new_spc); in ubifs_change_lp()
615 c->lst.total_used += c->leb_size - new_spc; in ubifs_change_lp()
/openbmc/linux/fs/ubifs/
H A Dlprops.c602 int new_spc; in ubifs_change_lp() local
604 new_spc = lprops->free + lprops->dirty; in ubifs_change_lp()
605 if (new_spc < c->dead_wm) in ubifs_change_lp()
606 c->lst.total_dead += new_spc; in ubifs_change_lp()
608 c->lst.total_dark += ubifs_calc_dark(c, new_spc); in ubifs_change_lp()
610 c->lst.total_used += c->leb_size - new_spc; in ubifs_change_lp()
/openbmc/qemu/target/cris/
H A Dop_helper.c57 void helper_spc_write(CPUCRISState *env, uint32_t new_spc) in helper_spc_write() argument
63 tlb_flush_page(cs, new_spc); in helper_spc_write()
/openbmc/qemu/target/hppa/
H A Dtranslate.c3752 TCGv_i64 new_spc = tcg_temp_new_i64(); in trans_be() local
3754 load_spr(ctx, new_spc, a->sp); in trans_be()
3763 tcg_gen_mov_i64(cpu_iasq_f, new_spc); in trans_be()
3771 tcg_gen_mov_i64(cpu_iasq_b, new_spc); in trans_be()