Home
last modified time | relevance | path

Searched refs:last_id (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dquota.c69 xfs_dqid_t last_id; member
95 if (dq->q_id && dq->q_id <= sqi->last_id) in xchk_quota_item()
98 sqi->last_id = dq->q_id; in xchk_quota_item()
237 sqi.last_id = 0; in xchk_quota()
242 sqi.last_id * qi->qi_dqperchunk, &error)) in xchk_quota()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dquota.c75 xfs_dqid_t last_id; member
101 if (dq->q_id && dq->q_id <= sqi->last_id) in xchk_quota_item()
104 sqi->last_id = dq->q_id; in xchk_quota_item()
243 sqi.last_id = 0; in xchk_quota()
249 sqi.last_id * qi->qi_dqperchunk, &error)) in xchk_quota()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf_dump.c63 int last_id; member
164 int err, last_id = btf__get_nr_types(d->btf); in btf_dump_resize() local
166 if (last_id <= d->last_id) in btf_dump_resize()
170 sizeof(*d->type_states), last_id + 1)) in btf_dump_resize()
173 sizeof(*d->cached_names), last_id + 1)) in btf_dump_resize()
176 if (d->last_id == 0) { in btf_dump_resize()
187 d->last_id = last_id; in btf_dump_resize()
212 for (i = 0; i <= d->last_id; in btf_dump__free()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf_dump.c86 int last_id; member
196 int err, last_id = btf__type_cnt(d->btf) - 1; in btf_dump_resize() local
198 if (last_id <= d->last_id) in btf_dump_resize()
202 sizeof(*d->type_states), last_id + 1)) in btf_dump_resize()
205 sizeof(*d->cached_names), last_id + 1)) in btf_dump_resize()
208 if (d->last_id == 0) { in btf_dump_resize()
219 d->last_id = last_id; in btf_dump_resize()
244 for (i = 0; i <= d->last_id; in btf_dump__free()
[all...]
/kernel/linux/linux-6.6/net/devlink/
H A Dcore.c197 static u32 last_id; in devlink_alloc_ns() local
209 &last_id, GFP_KERNEL); in devlink_alloc_ns()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c171 u32 last_id) in mlx5_fc_stats_query_counter_range()
174 bool query_more_counters = (first->id <= last_id); in mlx5_fc_stats_query_counter_range()
188 ALIGN(last_id - bulk_base_id + 1, 4)); in mlx5_fc_stats_query_counter_range()
169 mlx5_fc_stats_query_counter_range(struct mlx5_core_dev *dev, struct mlx5_fc *first, u32 last_id) mlx5_fc_stats_query_counter_range() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c179 u32 last_id) in mlx5_fc_stats_query_counter_range()
182 bool query_more_counters = (first->id <= last_id); in mlx5_fc_stats_query_counter_range()
196 ALIGN(last_id - bulk_base_id + 1, 4)); in mlx5_fc_stats_query_counter_range()
177 mlx5_fc_stats_query_counter_range(struct mlx5_core_dev *dev, struct mlx5_fc *first, u32 last_id) mlx5_fc_stats_query_counter_range() argument
H A Den_tc.c147 enum flow_action_id last_id; member
3818 if (act->id == jump_state->last_id && act->hw_index == jump_state->last_index) in dec_jump_count()
3821 jump_state->last_id = act->id; in dec_jump_count()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c1089 u32 last_id; in mlxsw_sp_trap_policer_items_arr_init() local
1113 last_id = mlxsw_sp_trap_policer_items_arr[arr_size - 1].policer.id; in mlxsw_sp_trap_policer_items_arr_init()
1122 trap->policer_items_arr[i].policer.id = ++last_id; in mlxsw_sp_trap_policer_items_arr_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c1267 u32 last_id; in mlxsw_sp_trap_policer_items_arr_init() local
1291 last_id = mlxsw_sp_trap_policer_items_arr[arr_size - 1].policer.id; in mlxsw_sp_trap_policer_items_arr_init()
1300 trap->policer_items_arr[i].policer.id = ++last_id; in mlxsw_sp_trap_policer_items_arr_init()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Ddevice.c1163 static u32 last_id; in assign_name() local
1182 &last_id, GFP_KERNEL); in assign_name()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ddevice.c1204 static u32 last_id; in assign_name() local
1223 &last_id, GFP_KERNEL); in assign_name()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2552 self.query_limit = 0 if "$$last_id$$" in sql else 2
2553 self.last_id = -1
2564 stmt = self.sql.replace("$$last_id$$", str(self.last_id))
2572 self.last_id = self.query.value(0)
3121 " WHERE samples.id > $$last_id$$" + where_clause +
3437 self.last_id = 0
3444 self.last_id = int(query.value(0))
3522 vrange[0] = self.BinarySearchTime(0, self.last_id, beg_range, True)
3523 vrange[1] = self.BinarySearchTime(1, self.last_id
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2553 self.query_limit = 0 if "$$last_id$$" in sql else 2
2554 self.last_id = -1
2565 stmt = self.sql.replace("$$last_id$$", str(self.last_id))
2573 self.last_id = self.query.value(0)
3122 " WHERE samples.id > $$last_id$$" + where_clause +
3438 self.last_id = 0
3445 self.last_id = int(query.value(0))
3523 vrange[0] = self.BinarySearchTime(0, self.last_id, beg_range, True)
3524 vrange[1] = self.BinarySearchTime(1, self.last_id
[all...]

Completed in 33 milliseconds