HomeFreeBSD

- Consistently use PROC_ASSERT_HELD() to verify that a process' hold count

Description

  • Consistently use PROC_ASSERT_HELD() to verify that a process' hold count is non-zero.
  • Include the process address in the PROC_ASSERT_HELD() and PROC_ASSERT_NOT_HELD() assertion messages so that the corresponding process can be found easily when debugging.

MFC after: 1 week

Details

Provenance
markjAuthored on
Parents
rS290529: Ensure that deactivated pages that are not expected to be reused are
Branches
Unknown
Tags
Unknown