__ALLOC_PERCPU

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

__alloc_percpu - allocate one copy of the object for every present  

SYNOPSIS

"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:01:51 GMT, October 09, 2005