subr_percpu.c | 251 * For the primary CPU, prior percpu_create may have already 297 return percpu_create(size, NULL, NULL, NULL); 301 * percpu_create: allocate percpu storage and associate ctor/dtor with it 311 percpu_create(size_t size, percpu_callback_t ctor, percpu_callback_t dtor, function in typeref:typename:percpu_t * 363 * is safe for concurrent percpu_create or concurrent
|