Searched defs:__read_mostly (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/kern/
H A Dsubr_trap.c214 static struct ast_entry ast_entries[TDA_MAX] __read_mostly = { variable in typeref:struct:ast_entries
H A Dsubr_csan.c71 static bool kcsan_enabled __read_mostly; variable
H A Dsubr_msan.c143 static bool kmsan_disabled __read_mostly = true; variable
H A Dsubr_asan.c97 static bool kasan_disabled __read_mostly = true; variable
H A Dkern_shutdown.c227 const char *panicstr __read_mostly; variable
230 int dumping __read_mostly; /* system is dumping */ variable
231 int rebooting __read_mostly; /* system is rebooting */ variable
232 bool dumped_core __read_mostly; /* system successfully dumped core */ variable
/freebsd-current/sys/vm/
H A Dvm_pager.c164 const struct pagerops *pagertab[16] __read_mostly = { variable in typeref:struct:pagertab
H A Dswap_pager.c176 int vm_overcommit __read_mostly = 0; variable
/freebsd-current/sys/sys/
H A Dsystm.h89 #define __read_mostly __section(".data.read_mostly") macro
/freebsd-current/sys/arm64/arm64/
H A Dmachdep.c147 uintptr_t socdev_va __read_mostly; variable
/freebsd-current/sys/dev/drm2/
H A Ddrm_edid.c153 static int edid_fixup __read_mostly = 6; variable
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1547 pt_entry_t vtoptem __read_mostly = ((1ul << (NPTEPGSHIFT + NPDEPGSHIFT + variable
1549 vm_offset_t PTmap __read_mostly = (vm_offset_t)P4Tmap; variable
1559 pd_entry_t vtopdem __read_mostly = ((1ul << (NPDEPGSHIFT + NPDPEPGSHIFT + variable
1561 vm_offset_t PDmap __read_mostly = (vm_offset_t)P4Dmap; variable

Completed in 278 milliseconds