Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_bio.c1436 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1446 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1454 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1461 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1477 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1490 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
4121 DTRACE_IO1(wait__start, buf_t, bp); in buf_biowait()
4123 DTRACE_IO1(wait__done, buf_t, bp); in buf_biowait()
4259 DTRACE_IO1(done, buf_t, bp); in buf_biodone()
H A Dvfs_cluster.c1124 DTRACE_IO1(wait__start, buf_t, last); in cluster_wait_IO()
1140 DTRACE_IO1(wait__done, buf_t, last); in cluster_wait_IO()
/xnu-8792.81.2/osfmk/mach/machine/
H A Dsdt.h101 #define DTRACE_IO1(name, type1, arg1) \ macro