__ALLOC_PERCPU

Section: (9)
Updated: 07 August 2003
Index Return to Main Contents

 

NAME

__alloc_percpu - allocate one copy of the object for every present  

SYNOPSIS

void * __alloc_percpu (size_t size, size_t align);  

ARGUMENTS

size
how many bytes of memory are required.
align
the alignment, which can't be greater than SMP_CACHE_BYTES.
 

DESCRIPTION

cpu in the system, zeroing them. Objects should be dereferenced using per_cpu_ptr/get_cpu_ptr macros only.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:53:35 GMT, April 09, 2004