????
| Current Path : /usr/share/systemtap/runtime/linux/ |
| Current File : //usr/share/systemtap/runtime/linux/autoconf-alloc-percpu-align.c |
#include <linux/percpu.h>
/* kernel commit f2a8205c */
void foo (void) {
(void) __alloc_percpu(sizeof(int), 8);
}