Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_bio.c1462 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1472 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1480 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1487 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1503 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1516 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
4141 DTRACE_IO1(wait__start, buf_t, bp); in buf_biowait()
4143 DTRACE_IO1(wait__done, buf_t, bp); in buf_biowait()
4279 DTRACE_IO1(done, buf_t, bp); in buf_biodone()
H A Dvfs_cluster.c1362 DTRACE_IO1(wait__start, buf_t, last); in cluster_wait_IO()
1378 DTRACE_IO1(wait__done, buf_t, last); in cluster_wait_IO()
/xnu-11215.81.4/osfmk/mach/machine/
H A Dsdt.h101 #define DTRACE_IO1(name, type1, arg1) \ macro