Home
last modified time | relevance | path

Searched refs:last_id (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/scrub/
H A Dquota.c77 xfs_dqid_t last_id; member
167 if (dq->q_id && dq->q_id <= sqi->last_id) in xchk_quota_item()
170 sqi->last_id = dq->q_id; in xchk_quota_item()
340 sqi.last_id * qi->qi_dqperchunk, &error)) in xchk_quota()
/linux/net/netfilter/
H A Dnf_conntrack_netlink.c62 unsigned long last_id; member
1215 unsigned long last_id = cb->args[1]; in ctnetlink_dump_table() local
1259 if (ctnetlink_get_id(ct) != last_id) in ctnetlink_dump_table()
1285 if (last_id) { in ctnetlink_dump_table()
1287 if (cb->args[1] == last_id) in ctnetlink_dump_table()
1744 if (ctx->last_id) { in ctnetlink_dump_one_entry()
1745 if (ctnetlink_get_id(ct) != ctx->last_id) in ctnetlink_dump_one_entry()
1748 ctx->last_id = 0; in ctnetlink_dump_one_entry()
1763 ctx->last_id = ctnetlink_get_id(ct); in ctnetlink_dump_one_entry()
1782 unsigned long last_id in ctnetlink_dump_dying() local
3157 unsigned long last_id = cb->args[1]; ctnetlink_exp_dump_table() local
3205 unsigned long last_id = cb->args[1]; ctnetlink_exp_ct_dump_table() local
[all...]
/linux/tools/lib/bpf/
H A Dbtf_dump.c87 int last_id; member
197 int err, last_id = btf__type_cnt(d->btf) - 1; in btf_dump_resize() local
199 if (last_id <= d->last_id) in btf_dump_resize()
203 sizeof(*d->type_states), last_id + 1)) in btf_dump_resize()
206 sizeof(*d->cached_names), last_id + 1)) in btf_dump_resize()
209 if (d->last_id == 0) { in btf_dump_resize()
220 d->last_id = last_id; in btf_dump_resize()
248 for (i = 0; i <= d->last_id; i++) { in btf_dump__free()
321 for (i = d->last_id + 1; i < n; i++) { in btf_dump_mark_referenced()
/linux/net/psp/
H A Dpsp_main.c64 static u32 last_id; in psp_dev_create() local
94 &last_id, GFP_KERNEL); in psp_dev_create()
/linux/net/devlink/
H A Dcore.c451 static u32 last_id; in __devlink_alloc() local
463 &last_id, GFP_KERNEL); in __devlink_alloc()
/linux/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()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2557 self.last_id = -1
2568 stmt = self.sql.replace("$$last_id$$", str(self.last_id))
2576 self.last_id = self.query.value(0)
3441 self.last_id = 0
3448 self.last_id = int(query.value(0))
3526 vrange[0] = self.BinarySearchTime(0, self.last_id, beg_range, True)
3527 vrange[1] = self.BinarySearchTime(1, self.last_id + 1, end_range, False)
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c149 enum flow_action_id last_id; member
3934 if (act->id == jump_state->last_id && act->hw_index == jump_state->last_index) in dec_jump_count()
3937 jump_state->last_id = act->id; in dec_jump_count()
/linux/include/linux/
H A Dbpf.h3169 int comp_idx, const char *tag_key, int last_id);
/linux/kernel/bpf/
H A Dbtf.c3571 int comp_idx, const char *tag_key, int last_id) in btf_find_next_decl_tag() argument
3576 for (i = last_id + 1, n = btf_nr_types(btf); i < n; i++) { in btf_find_next_decl_tag()