__ALLOC_PERCPU
Section: ()
Updated: 06 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 per_cpu_ptr/get_cpu_ptr
macros only.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:20 GMT, October 06, 2005