Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dblktrace.c1156 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start() argument
1158 return (void *)(te_blk_io_trace(ent) + 1) + (has_cg ? sizeof(u64) : 0); in pdu_start()
1166 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len() argument
1168 return te_blk_io_trace(ent)->pdu_len - (has_cg ? sizeof(u64) : 0); in pdu_real_len()
1196 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int() argument
1198 const __be64 *val = pdu_start(ent, has_cg); in get_pdu_int()
1203 bool has_cg);
1206 bool has_cg) in blk_log_action_classic() argument
1223 bool has_cg) in blk_log_action() argument
1229 if (has_cg) { in blk_log_action()
1265 blk_log_dump_pdu(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_dump_pdu() argument
1303 blk_log_generic(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_generic() argument
1323 blk_log_with_error(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_with_error() argument
1339 blk_log_remap(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_remap() argument
1350 blk_log_plug(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_plug() argument
1359 blk_log_unplug(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_unplug() argument
1368 blk_log_split(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_split() argument
1379 blk_log_msg(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_msg() argument
1451 bool has_cg; print_one_line() local
[all...]