Home
last modified time | relevance | path

Searched refs:s_t (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dsnapshot.c65 struct bkey_i_snapshot_tree *s_t; in __bch2_snapshot_tree_create() local
72 s_t = bch2_bkey_alloc(trans, &iter, 0, snapshot_tree); in __bch2_snapshot_tree_create()
73 ret = PTR_ERR_OR_ZERO(s_t); in __bch2_snapshot_tree_create()
75 return ret ? ERR_PTR(ret) : s_t; in __bch2_snapshot_tree_create()
579 struct bch_snapshot_tree s_t; in snapshot_tree_ptr_good() local
634 struct bch_snapshot_tree s_t; in snapshot_tree_ptr_repair() local
1150 struct bkey_i_snapshot_tree *s_t; in bch2_snapshot_node_delete() local
1157 ret = PTR_ERR_OR_ZERO(s_t); in bch2_snapshot_node_delete()
1162 s_t->v.root_snapshot = s.v->children[0]; in bch2_snapshot_node_delete()
1164 s_t->k.type = KEY_TYPE_deleted; in bch2_snapshot_node_delete()
[all …]
H A Dquota.c487 struct bch_snapshot_tree s_t; in bch2_fs_quota_read_inode() local
490 int ret = bch2_snapshot_tree_lookup(trans, tree, &s_t); in bch2_fs_quota_read_inode()
496 if (!s_t.master_subvol) in bch2_fs_quota_read_inode()
501 le32_to_cpu(s_t.master_subvol), in bch2_fs_quota_read_inode()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c665 static void print_refinement(enum num_t s_t, struct range src, in print_refinement() argument
669 printf("REFINING (%s) (%s)SRC=", ctx, t_str(s_t)); in print_refinement()
670 print_range(s_t, src, ""); in print_refinement()
679 enum num_t d_t, s_t; in reg_state_refine() local
696 for (s_t = first_t; s_t <= last_t; s_t++) { in reg_state_refine()
699 r->r[d_t] = range_refine(d_t, r->r[d_t], s_t, r->r[s_t]); in reg_state_refine()
703 print_refinement(s_t, r->r[s_t], d_t, old, r->r[d_t], ctx); in reg_state_refine()
/linux-6.15/net/sched/
H A Dsch_api.c2337 int *t_p, int s_t) in tc_dump_tclass_qdisc() argument
2342 *t_p < s_t || !q->ops->cl_ops || in tc_dump_tclass_qdisc()
2348 if (*t_p > s_t) in tc_dump_tclass_qdisc()
2366 int *t_p, int s_t, bool recur) in tc_dump_tclass_root() argument
2374 if (tc_dump_tclass_qdisc(root, skb, tcm, cb, t_p, s_t) < 0) in tc_dump_tclass_root()
2383 tc_dump_tclass_qdisc(q, skb, tcm, cb, t_p, s_t) < 0) in tc_dump_tclass_root()
2388 if (tc_dump_tclass_qdisc(q, skb, tcm, cb, t_p, s_t) < 0) in tc_dump_tclass_root()
2399 int t, s_t; in __tc_dump_tclass() local
2401 s_t = cb->args[0]; in __tc_dump_tclass()
2405 skb, tcm, cb, &t, s_t, true) < 0) in __tc_dump_tclass()
[all …]
/linux-6.15/net/ipv4/
H A Dipmr_base.c360 unsigned int t = 0, s_t = cb->args[0]; in mr_rtm_dumproute() local
376 if (t < s_t) in mr_rtm_dumproute()
H A Dipmr.c2853 unsigned int t = 0, s_t; in ipmr_rtm_dumplink() local
2864 s_t = cb->args[0]; in ipmr_rtm_dumplink()
2872 if (t < s_t) in ipmr_rtm_dumplink()
/linux-6.15/net/core/
H A Dneighbour.c2805 int t, family, s_t; in neigh_dump_info() local
2823 s_t = cb->args[0]; in neigh_dump_info()
2831 if (t < s_t || (family && tbl->family != family)) in neigh_dump_info()
2833 if (t > s_t) in neigh_dump_info()