OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_nch
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
cpu_data.h
183
void *
cpu_nch
; /* per-cpu vfs_cache data */
member in struct:cpu_data
/src/sys/kern/
vfs_cache.c
270
struct nchcpu *nchcpu = curcpu()->ci_data.
cpu_nch
; \
1140
ci->ci_data.
cpu_nch
= kmem_zalloc(sz, KM_SLEEP);
1141
KASSERT(((uintptr_t)ci->ci_data.
cpu_nch
& (coherency_unit - 1)) == 0);
1490
struct nchcpu *nchcpu = ci->ci_data.
cpu_nch
;
/src/sys/arch/mips/rmi/
rmixl_cpu.c
437
printf("
cpu_nch
%p\n", dp->
cpu_nch
);
Completed in 13 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025