Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dthread.h1577 extern void thread_update_io_stats(thread_t, int size, int io_flags);
H A Dthread.c2764 thread_update_io_stats(thread_t thread, int size, int io_flags) in thread_update_io_stats() function
/xnu-10002.61.3/bsd/miscfs/specfs/
H A Dspec_vnops.c2665 thread_update_io_stats(current_thread(), buf_count(bp), code); in spec_strategy()