Home
last modified time | relevance | path

Searched refs:CPU_ABSENT (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/sys/
H A Dsmp.h187 #define CPU_ABSENT(x_cpu) (!CPU_ISSET(x_cpu, &all_cpus)) macro
199 if (!CPU_ABSENT((i)))
207 if (!CPU_ABSENT(i)) in cpu_first()
219 if (!CPU_ABSENT(i)) in cpu_next()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c110 if (CPU_ABSENT(i)) in tasklet_subsystem_init()
134 if (CPU_ABSENT(i)) in tasklet_subsystem_uninit()
H A Dlinux_compat.c2712 KASSERT(!CPU_ABSENT(cpuid), ("%s: cpu with cpuid %d is absent\n", in lkpi_get_static_single_cpu_mask()
/freebsd/sys/kern/
H A Dkern_pmc.c169 return (!CPU_ABSENT(cpu)); in pmc_cpu_is_present()
H A Dkern_clock.c145 if (!CPU_ABSENT(c)) { in sysctl_kern_cp_times()
546 KASSERT(!CPU_ABSENT(cpu), ("Absent CPU %d", cpu)); in hardclock_sync()
H A Dkern_timeout.c966 KASSERT(cpu >= 0 && cpu <= mp_maxid && !CPU_ABSENT(cpu), in callout_reset_sbt_on()
1526 if (addr < 0 || addr > mp_maxid || CPU_ABSENT(addr)) { in DB_SHOW_COMMAND_FLAGS()
1537 if (!CPU_ABSENT(cpu)) { in DB_SHOW_COMMAND_FLAGS()
H A Dsubr_smp.c988 if (!CPU_ISSET(cpu, &map) || CPU_ABSENT(cpu)) in quiesce_cpus()
995 if (!CPU_ISSET(cpu, &map) || CPU_ABSENT(cpu)) in quiesce_cpus()
H A Dsched_ule.c1329 KASSERT(!CPU_ABSENT(ts->ts_cpu), ("sched_pickcpu: Start scheduler on " in sched_pickcpu()
1436 KASSERT(!CPU_ABSENT(cpu), ("sched_pickcpu: Picked absent CPU %d.", cpu)); in sched_pickcpu()
2141 KASSERT(!CPU_ABSENT(td_get_sched(td)->ts_cpu), ("sched_switch_migrate: " in sched_switch_migrate()
H A Dkern_clocksource.c843 KASSERT(!CPU_ABSENT(cpu), ("Absent CPU %d", cpu));
H A Dkern_intr.c328 if (cpu != NOCPU && CPU_ABSENT(cpu)) in _intr_event_bind()
H A Duipc_socket.c1635 } while (CPU_ABSENT(sp->wq_index));
/freebsd/sys/net/
H A Dnetisr.c1040 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__, cpuid)); in netisr_queue_internal()
1082 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__, in netisr_queue_src()
1171 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__, cpuid)); in netisr_dispatch_src()
1268 KASSERT(!CPU_ABSENT(cpuid), ("%s: CPU %u absent", __func__, cpuid)); in netisr_start_swi()
H A Drss_config.c200 if (CPU_ABSENT(i)) in rss_init()
/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c655 if (CPU_ABSENT(i)) in acpi_pxm_set_cpu_locality()
/freebsd/sys/netinet/
H A Dtcp_timer.c247 if (! CPU_ABSENT(cpuid)) in inp_to_cpuid()
/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c232 if (desc.dtbd_cpu > mp_maxid || CPU_ABSENT(desc.dtbd_cpu)) in dtrace_ioctl()
/freebsd/sys/vm/
H A Duma_core.c1972 if (CPU_ABSENT(cpu)) { in pcpu_page_alloc()
5543 if (internal || CPU_ABSENT(i))