Searched refs:INCR_PENDING_IO (Results 1 – 3 of 3) sorted by relevance
94 #define INCR_PENDING_IO(a, b) OSAddAtomic64((int64_t)(a), (int64_t *)&(b)); macro97 #define INCR_PENDING_IO(a, b) OSAddAtomic((int32_t)(a), (int32_t *)&(b)); macro
2722 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()
4215 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()