HomeSort by: relevance | last modified time | path
    Searched defs:percpu_create (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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
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

Completed in 22 milliseconds