ines_timestamp
struct ines_timestamp pool_data[INES_MAX_EVENTS];
struct ines_timestamp *ts, struct device *dev);
static bool ines_timestamp_expired(struct ines_timestamp *ts);
struct ines_timestamp *ts;
ts = list_entry(this, struct ines_timestamp, list);
struct ines_timestamp ts;
struct ines_timestamp *ts, struct device *dev)
struct ines_timestamp *ts;
ts = list_first_entry(&port->pool, struct ines_timestamp, list);
static bool ines_timestamp_expired(struct ines_timestamp *ts)