Home | History | Annotate | Download | only in blktrace

Lines Matching full:ms_stream

2242 struct ms_stream {
2243 struct ms_stream *next;
2251 struct ms_stream *ms_head;
2252 struct ms_stream *ms_hash[256];
2254 static void ms_sort(struct ms_stream *msp);
2255 static int ms_prime(struct ms_stream *msp);
2257 static inline struct trace *ms_peek(struct ms_stream *msp)
2262 static inline __u64 ms_peek_time(struct ms_stream *msp)
2267 static inline void ms_resort(struct ms_stream *msp)
2276 static inline void ms_deq(struct ms_stream *msp)
2291 static void ms_sort(struct ms_stream *msp)
2294 struct ms_stream *this_msp = ms_head;
2311 static int ms_prime(struct ms_stream *msp)
2393 static struct ms_stream *ms_alloc(struct per_dev_info *pdi, int cpu)
2395 struct ms_stream *msp = malloc(sizeof(*msp));
2452 static int handle(struct ms_stream *msp)