Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-riscv-imsic-state.c91 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 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/infiniband/core/
H A Ddevice.c1240 static u32 last_id; in assign_name() local
1259 &last_id, GFP_KERNEL); in assign_name()
/linux/include/linux/
H A Dbpf.h2898 int comp_idx, const char *tag_key, int last_id);