Searched refs:last_id (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/scrub/ |
| A D | quota.c | 68 xfs_dqid_t last_id; member 94 if (dq->q_id && dq->q_id <= sqi->last_id) in xchk_quota_item() 97 sqi->last_id = dq->q_id; in xchk_quota_item() 236 sqi.last_id = 0; in xchk_quota() 243 sqi.last_id * qi->qi_dqperchunk, &error)) in xchk_quota()
|
| /linux/tools/lib/bpf/ |
| A D | btf_dump.c | 86 int last_id; member 191 int err, last_id = btf__type_cnt(d->btf) - 1; in btf_dump_resize() local 193 if (last_id <= d->last_id) in btf_dump_resize() 197 sizeof(*d->type_states), last_id + 1)) in btf_dump_resize() 200 sizeof(*d->cached_names), last_id + 1)) in btf_dump_resize() 203 if (d->last_id == 0) { in btf_dump_resize() 214 d->last_id = last_id; in btf_dump_resize() 228 for (i = 0; i <= d->last_id; i++) { in btf_dump__free() 301 for (i = d->last_id + 1; i < n; i++) { in btf_dump_mark_referenced()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fs_counters.c | 176 u32 last_id) in mlx5_fc_stats_query_counter_range() argument 179 bool query_more_counters = (first->id <= last_id); in mlx5_fc_stats_query_counter_range() 193 ALIGN(last_id - bulk_base_id + 1, 4)); in mlx5_fc_stats_query_counter_range()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_trap.c | 1242 u32 last_id; in mlxsw_sp_trap_policer_items_arr_init() local 1266 last_id = mlxsw_sp_trap_policer_items_arr[arr_size - 1].policer.id; in mlxsw_sp_trap_policer_items_arr_init() 1275 trap->policer_items_arr[i].policer.id = ++last_id; in mlxsw_sp_trap_policer_items_arr_init()
|
| /linux/tools/perf/scripts/python/ |
| 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)
|
| /linux/drivers/infiniband/core/ |
| A D | device.c | 1203 static u32 last_id; in assign_name() local 1222 &last_id, GFP_KERNEL); in assign_name()
|
| /linux/net/core/ |
| A D | devlink.c | 8983 static u32 last_id; in devlink_alloc_ns() local 8995 &last_id, GFP_KERNEL); in devlink_alloc_ns()
|
| /linux/ |
| A D | System.map | 163669 ffff80001215a758 b last_id.5
|
| A D | .tmp_System.map | 163669 ffff80001215a758 b last_id.5
|
Completed in 390 milliseconds