Searched refs:last_id (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | quota.c | 75 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()
|
/openbmc/openbmc-test-automation/redfish/systems/LogServices/ |
H A D | test_post_codes.robot | 202 ${last_id}= Set Variable ${post_codes['Members'][-1]['Id']} 203 ${last_id}= Split String ${last_id} - 204 ${boot_count}= Set Variable ${last_id[0][1]}
|
/openbmc/linux/tools/lib/bpf/ |
H A D | btf_dump.c | 86 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; i++) { in btf_dump__free() 317 for (i = d->last_id + 1; i < n; i++) { in btf_dump_mark_referenced()
|
/openbmc/linux/net/devlink/ |
H A D | core.c | 197 static u32 last_id; in devlink_alloc_ns() local 209 &last_id, GFP_KERNEL); in devlink_alloc_ns()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_counters.c | 179 u32 last_id) in mlx5_fc_stats_query_counter_range() argument 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()
|
H A D | en_tc.c | 147 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()
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dprc.h | 244 MC_CMD_OP(cmd, 1, 32, 32, int, range_desc->last_id);\ 269 MC_RSP_OP(cmd, 1, 32, 32, int, range_desc->last_id);\ 791 int last_id; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_trap.c | 1267 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()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2554 self.last_id = -1 2565 stmt = self.sql.replace("$$last_id$$", str(self.last_id)) 2573 self.last_id = self.query.value(0) 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 + 1, end_range, False)
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | device.c | 1204 static u32 last_id; in assign_name() local 1223 &last_id, GFP_KERNEL); in assign_name()
|