Skip to main content

release_address_space_token

Function release_address_space_token 

Source
pub fn release_address_space_token(
    address_space: AddressSpaceToken,
) -> Result<(), TaskError>
Expand description

Transfers an obsolete address-space token to task-context reclamation.

The runtime may still report the object busy while another CPU retains it as an active mm. The task-work reaper owns every retry after this function accepts the token.