Home
last modified time | relevance | path

Searched refs:sched_is_bound (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/sys/riscv/riscv/
HDclock.c62 if (sched_is_bound(td)) in cpu_initclocks()
/freebsd-13-stable/sys/sys/
HDsched.h151 int sched_is_bound(struct thread *td);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_rcu.c334 was_bound = sched_is_bound(td); in linux_synchronize_rcu()
/freebsd-13-stable/sys/kern/
HDsubr_epoch.c703 was_bound = sched_is_bound(td); in epoch_wait_preempt()
959 was_bound = sched_is_bound(td); in epoch_drain_callbacks()
HDsched_4bsd.c1552 sched_is_bound(struct thread *td) in sched_is_bound() function
HDsched_ule.c2886 sched_is_bound(struct thread *td) in sched_is_bound() function
/freebsd-13-stable/sys/x86/isa/
HDclock.c433 if (sched_is_bound(td)) in cpu_initclocks()
/freebsd-13-stable/sys/x86/x86/
HDcpu_machdep.c180 is_bound = sched_is_bound(td); in x86_msr_op()
196 is_bound = sched_is_bound(td); in x86_msr_op()
HDlocal_apic.c1746 if (sched_is_bound(td)) in native_apic_free_vector()
/freebsd-13-stable/sys/dev/cpuctl/
HDcpuctl.c117 ret = sched_is_bound(td); in cpu_sched_is_bound()
/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_mod.c750 pb->pb_bound = sched_is_bound(curthread); in pmc_save_cpu_binding()