Searched refs:__read_frequently (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/sys/kern/
H A Dkern_sdt.c40 volatile bool __read_frequently sdt_probes_enabled;
H A Dkern_dtrace.c57 bool __read_frequently systrace_enabled;
H A Dkern_lockstat.c72 volatile bool __read_frequently lockstat_enabled;
H A Dsubr_lock.c152 struct lock_delay_config __read_frequently locks_delay;
153 u_short __read_frequently locks_delay_retries;
154 u_short __read_frequently locks_delay_loops;
H A Dsubr_trap.c77 volatile uint32_t __read_frequently hpts_that_need_softclock = 0;
H A Dkern_sx.c144 static u_short __read_frequently asx_retries;
145 static u_short __read_frequently asx_loops;
151 static struct lock_delay_config __read_frequently sx_delay;
H A Dkern_rwlock.c96 static u_short __read_frequently rowner_retries;
97 static u_short __read_frequently rowner_loops;
104 static struct lock_delay_config __read_frequently rw_delay;
H A Dsys_capability.c86 bool __read_frequently trap_enotcap;
H A Dkern_racct.c69 bool __read_frequently racct_enable = false;
71 bool __read_frequently racct_enable = true;
H A Dsubr_kdb.c58 u_char __read_frequently kdb_active = 0;
H A Dkern_mutex.c145 static struct lock_delay_config __read_frequently mtx_delay;
163 static struct lock_delay_config __read_frequently mtx_spin_delay;
H A Dkern_shutdown.c228 bool scheduler_stopped __read_frequently; variable
H A Dkern_malloc.c102 bool __read_frequently dtrace_malloc_enabled;
/freebsd-current/sys/dev/random/
H A Dhash.h34 #define __read_frequently macro
H A Dhash.c75 bool random_chachamode __read_frequently = true; variable
H A Drandom_harvestq.c106 __read_frequently u_int hc_source_mask;
H A Dfortuna.c247 static bool fortuna_concurrent_read __read_frequently = true; variable
/freebsd-current/sys/arm64/arm64/
H A Delf_machdep.c58 u_long __read_frequently elf_hwcap;
59 u_long __read_frequently elf_hwcap2;
61 u_long __read_frequently linux_elf_hwcap;
62 u_long __read_frequently linux_elf_hwcap2;
H A Delf32_machdep.c85 u_long __read_frequently elf32_hwcap;
86 u_long __read_frequently elf32_hwcap2;
H A Didentcpu.c2176 bool __read_frequently lse_supported = false;
2178 bool __read_frequently icache_aliasing = false;
2179 bool __read_frequently icache_vmid = false;
/freebsd-current/sys/riscv/riscv/
H A Didentcpu.c75 bool __read_frequently has_sstc;
76 bool __read_frequently has_sscofpmf;
/freebsd-current/sys/sys/
H A Dsystm.h90 #define __read_frequently __section(".data.read_frequently") macro
403 extern volatile uint32_t __read_frequently hpts_that_need_softclock;
/freebsd-current/sys/security/mac/
H A Dmac_framework.c126 bool __read_frequently mac_##f##_fp_flag
/freebsd-current/sys/security/audit/
H A Daudit.c104 bool __read_frequently audit_syscalls_enabled;
/freebsd-current/sys/x86/x86/
H A Dcpu_machdep.c1419 int __read_frequently cpu_flush_rsb_ctxsw;

Completed in 207 milliseconds

12