Searched refs:toptrace (Results 1 – 1 of 1) sorted by relevance
54 struct toptrace { struct61 } *toptrace; argument66 if (toptrace == NULL) { in top_trace()68 toptrace = kmem_zalloc((size_t) in top_trace()69 (sizeof (struct toptrace) * toptracemax), KM_SLEEP); in top_trace()72 toptrace[toptraceindex].dtyp = dtyp; in top_trace()73 toptrace[toptraceindex].thread = curthread; in top_trace()74 toptrace[toptraceindex].dev = dev; in top_trace()75 toptrace[toptraceindex].arg1 = arg1; in top_trace()76 toptrace[toptraceindex].arg2 = arg2; in top_trace()[all …]