Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c1450 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1460 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1468 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1475 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1491 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
1504 DTRACE_IO1(start, buf_t, bp); in buf_strategy()
4135 DTRACE_IO1(wait__start, buf_t, bp); in buf_biowait()
4137 DTRACE_IO1(wait__done, buf_t, bp); in buf_biowait()
4273 DTRACE_IO1(done, buf_t, bp); in buf_biodone()
H A Dvfs_cluster.c1148 DTRACE_IO1(wait__start, buf_t, last); in cluster_wait_IO()
1164 DTRACE_IO1(wait__done, buf_t, last); in cluster_wait_IO()
/xnu-10002.41.9/osfmk/mach/machine/
H A Dsdt.h101 #define DTRACE_IO1(name, type1, arg1) \ macro