Searched refs:DPCPU_DEFINE_STATIC (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/mips/nlm/ |
| H A D | tick.c | 65 DPCPU_DEFINE_STATIC(uint32_t, cycles_per_tick); 68 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_upper); 69 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_lower_last); 70 DPCPU_DEFINE_STATIC(uint32_t, compare_ticks); 71 DPCPU_DEFINE_STATIC(uint32_t, lost_ticks);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | tick.c | 64 DPCPU_DEFINE_STATIC(uint32_t, cycles_per_tick); 67 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_upper); 68 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_lower_last); 69 DPCPU_DEFINE_STATIC(uint32_t, compare_ticks); 70 DPCPU_DEFINE_STATIC(uint32_t, lost_ticks);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_prng.c | 70 DPCPU_DEFINE_STATIC(pcg32u_random_t, pcpu_prng32_state); 71 DPCPU_DEFINE_STATIC(pcg64u_random_t, pcpu_prng64_state);
|
| H A D | subr_pcpu.c | 75 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
|
| H A D | kern_clock.c | 386 DPCPU_DEFINE_STATIC(int, pcputicks); /* Per-CPU version of ticks. */
|
| H A D | subr_lock.c | 269 DPCPU_DEFINE_STATIC(struct lock_prof_cpu, lp);
|
| H A D | kern_clocksource.c | 129 DPCPU_DEFINE_STATIC(struct pcpu_state, timerstate);
|
| H A D | kern_tc.c | 1984 DPCPU_DEFINE_STATIC(uint64_t, tc_cpu_ticks_base); 1985 DPCPU_DEFINE_STATIC(unsigned, tc_cpu_ticks_last);
|
| H A D | sched_ule.c | 286 DPCPU_DEFINE_STATIC(struct tdq, tdq); 287 DPCPU_DEFINE_STATIC(uint32_t, randomval);
|
| H A D | sched_4bsd.c | 179 DPCPU_DEFINE_STATIC(struct pcpuidlestat, idlestat);
|
| H A D | kern_exec.c | 1293 DPCPU_DEFINE_STATIC(struct exec_args_kva *, exec_args_kva);
|
| H A D | vfs_subr.c | 302 DPCPU_DEFINE_STATIC(struct vdbatch, vd);
|
| /f-stack/freebsd/sys/ |
| H A D | pcpu.h | 105 #define DPCPU_DEFINE_STATIC(t, n) \ macro 108 #define DPCPU_DEFINE_STATIC(t, n) \ macro
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 274 DPCPU_DEFINE_STATIC(struct siftr_stats, ss);
|
| /f-stack/freebsd/x86/xen/ |
| H A D | xen_intr.c | 110 DPCPU_DEFINE_STATIC(struct xen_intr_pcpu_data, xen_intr_pcpu) = {
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 226 DPCPU_DEFINE_STATIC(void *, dyn_hp);
|
| /f-stack/freebsd/vm/ |
| H A D | vm_page.c | 119 DPCPU_DEFINE_STATIC(struct vm_batchqueue, pqbatch[MAXMEMDOM][PQ_COUNT]);
|