Searched refs:last_id (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | quota.c | 77 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 D | nf_conntrack_netlink.c | 62 unsigned long last_id; member 1214 unsigned long last_id = cb->args[1]; in ctnetlink_dump_table() local 1258 if (ctnetlink_get_id(ct) != last_id) in ctnetlink_dump_table() 1284 if (last_id) { in ctnetlink_dump_table() 1286 if (cb->args[1] == last_id) in ctnetlink_dump_table() 1743 if (ctx->last_id) { in ctnetlink_dump_one_entry() 1744 if (ctnetlink_get_id(ct) != ctx->last_id) in ctnetlink_dump_one_entry() 1747 ctx->last_id = 0; in ctnetlink_dump_one_entry() 1762 ctx->last_id = ctnetlink_get_id(ct); in ctnetlink_dump_one_entry() 1781 unsigned long last_id = ctx->last_id; in ctnetlink_dump_dying() local [all …]
|
| /linux/net/psp/ |
| H A D | psp_main.c | 55 static u32 last_id; in psp_dev_create() local 84 &last_id, GFP_KERNEL); in psp_dev_create()
|
| /linux/drivers/irqchip/ |
| H A D | irq-riscv-imsic-state.c | 91 unsigned long id = base_id, last_id = base_id + num_id; in __imsic_eix_update() local 94 while (id < last_id) { in __imsic_eix_update() 106 for (i = id & (__riscv_xlen - 1); id < last_id && i < __riscv_xlen; i++) { in __imsic_eix_update()
|
| /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()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2557 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/infiniband/core/ |
| H A D | device.c | 1213 static u32 last_id; in assign_name() local 1232 &last_id, GFP_KERNEL); in assign_name()
|
| /linux/include/linux/ |
| H A D | bpf.h | 3027 int comp_idx, const char *tag_key, int last_id);
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 3525 int comp_idx, const char *tag_key, int last_id) in btf_find_next_decl_tag() argument 3530 for (i = last_id + 1, n = btf_nr_types(btf); i < n; i++) { in btf_find_next_decl_tag()
|