Searched refs:last_id (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/fs/xfs/scrub/ |
| D | quota.c | 69 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()
|
| /Linux-v5.10/tools/lib/bpf/ |
| D | btf_dump.c | 63 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() 201 for (i = 0; i <= d->last_id; i++) { in btf_dump__free() 274 for (i = d->last_id + 1; i <= n; i++) { in btf_dump_mark_referenced()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_counters.c | 171 u32 last_id) in mlx5_fc_stats_query_counter_range() argument 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()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_trap.c | 1089 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()
|
| /Linux-v5.10/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 2547 self.last_id = -1 2558 stmt = self.sql.replace("$$last_id$$", str(self.last_id)) 2566 self.last_id = self.query.value(0) 3431 self.last_id = 0 3438 self.last_id = int(query.value(0)) 3516 vrange[0] = self.BinarySearchTime(0, self.last_id, beg_range, True) 3517 vrange[1] = self.BinarySearchTime(1, self.last_id + 1, end_range, False)
|
| /Linux-v5.10/drivers/infiniband/core/ |
| D | device.c | 1152 static u32 last_id; in assign_name() local 1171 &last_id, GFP_KERNEL); in assign_name()
|