base/ipc/shm/kvmem.c File Reference

#include <linux/slab.h>
#include <rtai_shm.h>

Include dependency graph for kvmem.c:

Include dependency graph

Go to the source code of this file.

Functions

void * rvmalloc (unsigned long size)
void rvfree (void *mem, unsigned long size)
int rvmmap (void *mem, unsigned long memsize, struct vm_area_struct *vma)
void * rkmalloc (int *memsize, int suprt)
void rkfree (void *mem, unsigned long size)
int rkmmap (void *mem, unsigned long memsize, struct vm_area_struct *vma)


Function Documentation

void rkfree void *  mem,
unsigned long  size
 

Definition at line 99 of file kvmem.c.

Referenced by _rt_shm_alloc(), and _rt_shm_free().

void* rkmalloc int *  memsize,
int  suprt
 

Definition at line 83 of file kvmem.c.

Referenced by _rt_shm_alloc().

int rkmmap void *  mem,
unsigned long  memsize,
struct vm_area_struct *  vma
 

Definition at line 115 of file kvmem.c.

Referenced by rtai_shm_f_mmap().

void rvfree void *  mem,
unsigned long  size
 

Definition at line 38 of file kvmem.c.

References kvirt_to_pa().

Referenced by _rt_shm_alloc(), and _rt_shm_free().

Here is the call graph for this function:

void* rvmalloc unsigned long  size  ) 
 

Definition at line 22 of file kvmem.c.

References kvirt_to_pa().

Referenced by _rt_shm_alloc().

Here is the call graph for this function:

int rvmmap void *  mem,
unsigned long  memsize,
struct vm_area_struct *  vma
 

Definition at line 53 of file kvmem.c.

References kvirt_to_pa().

Referenced by rtai_shm_f_mmap().

Here is the call graph for this function:


Generated on Thu Nov 20 11:55:17 2008 for RTAI API by doxygen 1.3.8