Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_bio.c1431 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1441 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1449 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1456 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1472 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1485 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
4114 DTRACE_IO1(wait__start, buf_t, bp); in buf_biowait()
4116 DTRACE_IO1(wait__done, buf_t, bp); in buf_biowait()
4249 DTRACE_IO1(done, buf_t, bp); in buf_biodone()
H A Dvfs_cluster.c1103 DTRACE_IO1(wait__start, buf_t, last); in cluster_wait_IO()
1119 DTRACE_IO1(wait__done, buf_t, last); in cluster_wait_IO()
/xnu-8020.121.3/osfmk/mach/machine/
H A Dsdt.h212 #define DTRACE_IO1(name, type1, arg1) \ macro