kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Linked list of VM areas
@ 2019-11-02 14:35 Pedro Ortega
  0 siblings, 0 replies; only message in thread
From: Pedro Ortega @ 2019-11-02 14:35 UTC (permalink / raw)
  To: kernelnewbies

Hi everybody.

The linux kernel has its own implementation of linked lists using list_head
struct. So, why the vm_area_struct struct (defined in /include/linux/mm_types.h)
use specific pointers for the same purpose (members vm_next and vm_prev)?

Best regards.
Thanks in advance.


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-02 14:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02 14:35 Linked list of VM areas Pedro Ortega

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).