Searched refs:has_cg (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dblktrace.c1194 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) argument
1196 return (void *)(te_blk_io_trace(ent) + 1) + (has_cg ? sizeof(u64) : 0);
1204 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) argument
1206 return te_blk_io_trace(ent)->pdu_len - (has_cg ? sizeof(u64) : 0);
1234 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) argument
1236 const __be64 *val = pdu_start(ent, has_cg);
1241 bool has_cg);
1244 bool has_cg)
1261 bool has_cg)
1267 if (has_cg) {
1243 blk_log_action_classic(struct trace_iterator *iter, const char *act, bool has_cg) argument
1260 blk_log_action(struct trace_iterator *iter, const char *act, bool has_cg) argument
1302 blk_log_dump_pdu(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1341 blk_log_generic(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1360 blk_log_with_error(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1377 blk_log_remap(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1388 blk_log_plug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1397 blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1406 blk_log_split(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1416 blk_log_msg(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) argument
1490 bool has_cg; local
[all...]

Completed in 137 milliseconds