[go: up one dir, main page]

|
|
Log in / Subscribe / Register

Read-copy-update and interrupt latency

Read-copy-update and interrupt latency

Posted Jan 16, 2004 23:32 UTC (Fri) by PaulMcKenney (✭ supporter ✭, #9624)
In reply to: Read-copy-update and interrupt latency by oak
Parent article: Read-copy-update and interrupt latency

It defers deletion, similar to SMP kernels. For an example of why this is needed, consider an interrupt handler (perhaps softirq) that deletes an element from a data structure that can be referenced from mainline code. The interrupt handler then cannot immediately free up the element, since the interrupted mainline code might well still be referencing it.

There are cases where it -is- safe to immediately free things up in an UP kernel, and Dipankar has some code that permits this in some cases as well.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds