Searched refs:b_timestamp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h102 int b_timestamp; /* timestamp for queuing operation */ member in struct:buf
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c297 bp->b_timestamp = buf_timestamp();
1811 bp->b_timestamp = 0;
1926 bp->b_timestamp = buf_timestamp();
2474 bp_head->b_timestamp = buf_timestamp();
2715 bp->b_timestamp = buf_timestamp();
3389 bp->b_timestamp = buf_timestamp();
3432 age_time = t - age_bp->b_timestamp;
3433 lru_time = t - lru_bp->b_timestamp;
3458 bp_time = t - bp->b_timestamp;
3459 meta_time = t - meta_bp->b_timestamp;
[all...]

Completed in 26 milliseconds