X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=05.memory%2F05.memory.xml;h=d6bf6f2de4f3178798b8e0796906eecebda399e2;hb=HEAD;hp=6b5f73a1747cf925c5ce95aea9e956ac473cf032;hpb=7075c56014b0581e412c6d6b2eaabb531e564d21;p=cascardo%2Fkernel%2Fold_slides%2F.git diff --git a/05.memory/05.memory.xml b/05.memory/05.memory.xml index 6b5f73a..d6bf6f2 100644 --- a/05.memory/05.memory.xml +++ b/05.memory/05.memory.xml @@ -67,13 +67,16 @@ caches. You should use kmem\_cache\_create to allocate a -kmem\_cache\_t. It has a name, an object size, alignment, -flags and a constructor. +struct kmem\_cache. It has a name, an object size, +alignment, flags and a constructor. The destructor parameter has been removed, since 2.6.27. +The typedef kmem\_cache\_t was removed in 2.6.23. + + It is destroyed with kmem\_cache\_destroy. @@ -129,4 +132,25 @@ The pair get\_cpu\_var and + +Memory Access + + +put\_user + + +get\_user + + +copy\_to\_user + + +copy\_from\_user + + +access\_ok + + + +