Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c221 struct timeval throttle_last_write_timestamp; member
705 microuptime(&throttle_info->throttle_last_write_timestamp); in spec_write()
1748 *tv = info->throttle_last_write_timestamp; in throttle_info_get_last_io_time()
1764 microuptime(&info->throttle_last_write_timestamp); in update_last_io_time()
1766 mp->mnt_last_write_completed_timestamp = info->throttle_last_write_timestamp; in update_last_io_time()
2718 microuptime(&throttle_info->throttle_last_write_timestamp); in spec_strategy()
2721 mp->mnt_last_write_issued_timestamp = throttle_info->throttle_last_write_timestamp; in spec_strategy()