Searched refs:last_id (Results 1 – 5 of 5) sorted by relevance
| /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 | 1240 static u32 last_id; in assign_name() local 1259 &last_id, GFP_KERNEL); in assign_name()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2898 int comp_idx, const char *tag_key, int last_id);
|