Home
last modified time | relevance | path

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

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