.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "__ALLOC_PERCPU" "9" "09 October 2005" "" "" .SH NAME __alloc_percpu \- allocate one copy of the object for every present .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void * __alloc_percpu (size_t \fIsize\fB, size_t \fIalign\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsize\fB\fR how many bytes of memory are required. .TP \fB\fIalign\fB\fR the alignment, which can't be greater than SMP_CACHE_BYTES. .SH "DESCRIPTION" .PP cpu in the system, zeroing them. Objects should be dereferenced using the per_cpu_ptr macro only.