Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/trace/
Dblktrace.c1198 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start() argument
1200 return (void *)(te_blk_io_trace(ent) + 1) + (has_cg ? sizeof(u64) : 0); in pdu_start()
1208 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len() argument
1210 return te_blk_io_trace(ent)->pdu_len - (has_cg ? sizeof(u64) : 0); in pdu_real_len()
1238 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int() argument
1240 const __be64 *val = pdu_start(ent, has_cg); in get_pdu_int()
1245 bool has_cg);
1248 bool has_cg) in blk_log_action_classic() argument
1265 bool has_cg) in blk_log_action() argument
1271 if (has_cg) { in blk_log_action()
[all …]