Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dmount_internal.h94 #define INCR_PENDING_IO(a, b) OSAddAtomic64((int64_t)(a), (int64_t *)&(b)); macro
97 #define INCR_PENDING_IO(a, b) OSAddAtomic((int32_t)(a), (int32_t *)&(b)); macro
/xnu-11417.121.6/bsd/miscfs/specfs/
H A Dspec_vnops.c2722 INCR_PENDING_IO(buf_count(bp), mp->mnt_pending_write_size); in spec_strategy()
2725 INCR_PENDING_IO(buf_count(bp), mp->mnt_pending_read_size); in spec_strategy()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c4215 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_write_size); in buf_biodone()
4217 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_read_size); in buf_biodone()