Searched refs:frn (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | fib_frontend.c | 1344 .flowi4_mark = frn->fl_mark, in nl_fib_lookup() 1345 .daddr = frn->fl_addr, in nl_fib_lookup() 1355 frn->err = -ENOENT; in nl_fib_lookup() 1359 frn->tb_id = tb->tb_id; in nl_fib_lookup() 1362 if (!frn->err) { in nl_fib_lookup() 1364 frn->nh_sel = res.nh_sel; in nl_fib_lookup() 1365 frn->type = res.type; in nl_fib_lookup() 1366 frn->scope = res.scope; in nl_fib_lookup() 1377 struct fib_result_nl *frn; in nl_fib_input() local 1393 frn = nlmsg_data(nlh); in nl_fib_input() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 338 TCGv_i64 frn, frm, dest; in trans_VSEL() local 343 frn = tcg_temp_new_i64(); in trans_VSEL() 355 vfp_load_reg64(frn, rn); in trans_VSEL() 359 tcg_gen_movcond_i64(TCG_COND_EQ, dest, zf, zero, frn, frm); in trans_VSEL() 362 tcg_gen_movcond_i64(TCG_COND_LT, dest, vf, zero, frn, frm); in trans_VSEL() 367 tcg_gen_movcond_i64(TCG_COND_GE, dest, tmp, zero, frn, frm); in trans_VSEL() 370 tcg_gen_movcond_i64(TCG_COND_NE, dest, zf, zero, frn, frm); in trans_VSEL() 378 TCGv_i32 frn, frm, dest; in trans_VSEL() local 383 frn = tcg_temp_new_i32(); in trans_VSEL() 386 vfp_load_reg32(frn, rn); in trans_VSEL() [all …]
|
/openbmc/linux/mm/ |
H A D | memcontrol.c | 4672 struct memcg_cgwb_frn *frn; in mem_cgroup_track_foreign_dirty_slowpath() local 4686 frn = &memcg->cgwb_frn[i]; in mem_cgroup_track_foreign_dirty_slowpath() 4693 oldest_at = frn->at; in mem_cgroup_track_foreign_dirty_slowpath() 4710 frn->at = now; in mem_cgroup_track_foreign_dirty_slowpath() 4713 frn = &memcg->cgwb_frn[oldest]; in mem_cgroup_track_foreign_dirty_slowpath() 4714 frn->bdi_id = wb->bdi->id; in mem_cgroup_track_foreign_dirty_slowpath() 4716 frn->at = now; in mem_cgroup_track_foreign_dirty_slowpath() 4739 frn->at = 0; in mem_cgroup_flush_foreign() 4740 trace_flush_foreign(wb, frn->bdi_id, frn->memcg_id); in mem_cgroup_flush_foreign() 4741 cgroup_writeback_by_id(frn->bdi_id, frn->memcg_id, in mem_cgroup_flush_foreign() [all …]
|