Searched refs:DPCPU_NAME (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_switch.c | 89 &DPCPU_NAME(sched_switch_stats[SWT_NONE]), ""); 91 &DPCPU_NAME(sched_switch_stats[SWT_PREEMPT]), ""); 93 &DPCPU_NAME(sched_switch_stats[SWT_OWEPREEMPT]), ""); 95 &DPCPU_NAME(sched_switch_stats[SWT_TURNSTILE]), ""); 97 &DPCPU_NAME(sched_switch_stats[SWT_SLEEPQ]), ""); 99 &DPCPU_NAME(sched_switch_stats[SWT_SLEEPQTIMO]), ""); 101 &DPCPU_NAME(sched_switch_stats[SWT_RELINQUISH]), ""); 103 &DPCPU_NAME(sched_switch_stats[SWT_NEEDRESCHED]), ""); 105 &DPCPU_NAME(sched_switch_stats[SWT_IDLE]), ""); 107 &DPCPU_NAME(sched_switch_stats[SWT_IWAIT]), ""); [all …]
|
| H A D | subr_pcpu.c | 126 df->df_start = (uintptr_t)&DPCPU_NAME(modspace); in dpcpu_startup()
|
| /f-stack/freebsd/sys/ |
| H A D | pcpu.h | 83 #define DPCPU_NAME(n) pcpu_entry_##n macro 84 #define DPCPU_DECLARE(t, n) extern t DPCPU_NAME(n) 87 struct _hack; t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used 106 t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used 109 static t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used 116 (__typeof(DPCPU_NAME(n))*)((b) + (uintptr_t)&DPCPU_NAME(n))
|
| H A D | sched.h | 213 SCHED_STAT_DEFINE_VAR(name, &DPCPU_NAME(name), descr)
|