Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_bio.c294 bp->b_timestamp = buf_timestamp(); in bmovelaundry()
2079 bp->b_timestamp = 0; in bremfree_locked()
2199 bp->b_timestamp = buf_timestamp(); in bufinit()
2673 bp_head->b_timestamp = buf_timestamp(); in buf_brelse_shadow()
2926 bp->b_timestamp = buf_timestamp(); in buf_brelse()
3759 bp->b_timestamp = buf_timestamp(); in getnewbuf()
3801 age_time = t - age_bp->b_timestamp; in getnewbuf()
3802 lru_time = t - lru_bp->b_timestamp; in getnewbuf()
3827 bp_time = t - bp->b_timestamp; in getnewbuf()
3828 meta_time = t - meta_bp->b_timestamp; in getnewbuf()
[all …]
/xnu-10002.1.13/bsd/sys/
H A Dbuf_internal.h107 int b_timestamp; /* timestamp for queuing operation */ member
/xnu-10002.1.13/tools/lldbmacros/
H A Dmemory.py4417 entries = [buf.b_hash, buf.b_vnbufs, buf.b_freelist, buf.b_timestamp, buf.b_whichq,