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 253 * For the primary CPU, prior percpu_create may have already
299 return percpu_create(size, NULL, NULL, NULL);
303 * percpu_create: allocate percpu storage and associate ctor/dtor with it
313 percpu_create(size_t size, percpu_callback_t ctor, percpu_callback_t dtor, function
365 * is safe for concurrent percpu_create or concurrent
subr_percpu.c 253 * For the primary CPU, prior percpu_create may have already
299 return percpu_create(size, NULL, NULL, NULL);
303 * percpu_create: allocate percpu storage and associate ctor/dtor with it
313 percpu_create(size_t size, percpu_callback_t ctor, percpu_callback_t dtor, function
365 * is safe for concurrent percpu_create or concurrent

Completed in 34 milliseconds