OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pool_cache_cpu_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
pool.h
254
}
pool_cache_cpu_t
;
typedef in typeref:struct:pool_cache_cpu
285
pool_cache_cpu_t
pc_cpu0 __aligned(CACHE_LINE_SIZE);
/src/sys/kern/
subr_pool.c
376
static bool pool_cache_put_slow(pool_cache_t,
pool_cache_cpu_t
*, int,
378
static bool pool_cache_get_slow(pool_cache_t,
pool_cache_cpu_t
*, int,
735
pool_init(&cache_cpu_pool, sizeof(
pool_cache_cpu_t
), coherency_unit,
1877
pool_cache_cpu_t
*cc;
2251
pool_cache_cpu_t
*cc;
2448
((
pool_cache_cpu_t
*)pc->pc_cpus[curcpu()->ci_index])->cc_nfull -= n;
2454
((
pool_cache_cpu_t
*)pc->pc_cpus[curcpu()->ci_index])->cc_npart -= n;
2472
pool_cache_cpu_t
*cc;
2635
pool_cache_get_slow(pool_cache_t pc,
pool_cache_cpu_t
*cc, int s,
2706
pool_cache_cpu_t
*cc
[
all
...]
/src/usr.bin/vmstat/
vmstat.c
1811
pool_cache_cpu_t
cache_cpu, *cc = &cache_cpu;
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025