Home
last modified time | relevance | path

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

/kernel/trace/
Dblktrace.c104 t->pdu_len = len + cgid_len; in trace_note()
217 int pdu_len, void *pdu_data, u64 cgid) in __blk_add_trace() argument
259 sizeof(*t) + pdu_len + cgid_len, in __blk_add_trace()
276 t = relay_reserve(bt->rchan, sizeof(*t) + pdu_len + cgid_len); in __blk_add_trace()
298 t->pdu_len = pdu_len + cgid_len; in __blk_add_trace()
302 if (pdu_len) in __blk_add_trace()
303 memcpy((void *)t + sizeof(*t) + cgid_len, pdu_data, pdu_len); in __blk_add_trace()
1211 return te_blk_io_trace(ent)->pdu_len - (has_cg ? sizeof(u64) : 0); in pdu_real_len()
1311 int pdu_len; in blk_log_dump_pdu() local
1315 pdu_len = pdu_real_len(ent, has_cg); in blk_log_dump_pdu()
[all …]