Home
last modified time | relevance | path

Searched refs:frn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfib_frontend.c1345 .daddr = frn->fl_addr, in nl_fib_lookup()
1346 .flowi4_tos = frn->fl_tos, 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 Dtranslate-vfp.c332 TCGv_i64 frn, frm, dest; in trans_VSEL() local
337 frn = tcg_temp_new_i64(); in trans_VSEL()
349 vfp_load_reg64(frn, rn); in trans_VSEL()
353 tcg_gen_movcond_i64(TCG_COND_EQ, dest, zf, zero, frn, frm); in trans_VSEL()
356 tcg_gen_movcond_i64(TCG_COND_LT, dest, vf, zero, frn, frm); in trans_VSEL()
361 tcg_gen_movcond_i64(TCG_COND_GE, dest, tmp, zero, frn, frm); in trans_VSEL()
364 tcg_gen_movcond_i64(TCG_COND_NE, dest, zf, zero, frn, frm); in trans_VSEL()
372 TCGv_i32 frn, frm, dest; in trans_VSEL() local
377 frn = tcg_temp_new_i32(); in trans_VSEL()
380 vfp_load_reg32(frn, rn); in trans_VSEL()
[all …]
/openbmc/linux/mm/
H A Dmemcontrol.c4672 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 …]