__ALLOC_PERCPU

Section: LINUX (9)
Updated: August 2005
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 the per_cpu_ptr macro only.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:30:14 GMT, August 30, 2005