OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadpool_percpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_threadpool.c
43
* A per-CPU thread pool (
threadpool_percpu
) is a collection of thread
205
static int threadpool_percpu_create(struct
threadpool_percpu
**, pri_t);
206
static void threadpool_percpu_destroy(struct
threadpool_percpu
*);
262
struct
threadpool_percpu
{
struct
267
LIST_ENTRY(
threadpool_percpu
) tpp_link;
271
static LIST_HEAD(,
threadpool_percpu
) percpu_threadpools;
273
static struct
threadpool_percpu
*
276
struct
threadpool_percpu
*tpp;
286
threadpool_insert_percpu(struct
threadpool_percpu
*tpp)
293
threadpool_remove_percpu(struct
threadpool_percpu
*tpp
[
all
...]
kern_threadpool.c
43
* A per-CPU thread pool (
threadpool_percpu
) is a collection of thread
205
static int threadpool_percpu_create(struct
threadpool_percpu
**, pri_t);
206
static void threadpool_percpu_destroy(struct
threadpool_percpu
*);
262
struct
threadpool_percpu
{
struct
267
LIST_ENTRY(
threadpool_percpu
) tpp_link;
271
static LIST_HEAD(,
threadpool_percpu
) percpu_threadpools;
273
static struct
threadpool_percpu
*
276
struct
threadpool_percpu
*tpp;
286
threadpool_insert_percpu(struct
threadpool_percpu
*tpp)
293
threadpool_remove_percpu(struct
threadpool_percpu
*tpp
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025