Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document on mempool usage regarding to dequeue_task_ #202

Open
ampresent opened this issue May 16, 2023 · 0 comments
Open

Document on mempool usage regarding to dequeue_task_ #202

ampresent opened this issue May 16, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ampresent
Copy link
Collaborator

In practice, we found that if some task_struct->new_field is to be used by dequeue_task_* function, this task_struct->new_field should not be allocated in mempool, such as task_struct->new_field_ptr->real_new_field . Otherwise Plugsched fails to track its life cycle.

@ampresent ampresent added the documentation Improvements or additions to documentation label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants