Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Dquota.c69 xfs_dqid_t last_id; member
102 if (id && id <= sqi->last_id) in xchk_quota_item()
105 sqi->last_id = id; in xchk_quota_item()
251 sqi.last_id = 0; in xchk_quota()
256 sqi.last_id * qi->qi_dqperchunk, &error)) in xchk_quota()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c171 u32 last_id) in mlx5_fc_stats_query_counter_range() argument
174 bool query_more_counters = (first->id <= last_id); in mlx5_fc_stats_query_counter_range()
188 ALIGN(last_id - bulk_base_id + 1, 4)); in mlx5_fc_stats_query_counter_range()
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py1169 self.last_id = -1
1180 stmt = self.sql.replace("$$last_id$$", str(self.last_id))
1188 self.last_id = self.query.value(0)
2053 self.last_id = 0
2060 self.last_id = int(query.value(0))
2140 vrange[0] = self.BinarySearchTime(0, self.last_id, beg_range, True)
2141 vrange[1] = self.BinarySearchTime(1, self.last_id + 1, end_range, False)
/Linux-v5.4/drivers/infiniband/core/
Ddevice.c1141 static u32 last_id; in assign_name() local
1160 &last_id, GFP_KERNEL); in assign_name()