Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_bio.c1625 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1635 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1643 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1650 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1666 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1679 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
4306 DTRACE_IO1(wait__start, buf_t, bp); in buf_biowait()
4308 DTRACE_IO1(wait__done, buf_t, bp); in buf_biowait()
4444 DTRACE_IO1(done, buf_t, bp); in buf_biodone()
H A Dvfs_cluster.c1435 DTRACE_IO1(wait__start, buf_t, last); in cluster_wait_IO()
1451 DTRACE_IO1(wait__done, buf_t, last); in cluster_wait_IO()
/xnu-12377.81.4/osfmk/mach/machine/
H A Dsdt.h101 #define DTRACE_IO1(name, type1, arg1) \ macro