Home
last modified time | relevance | path

Searched refs:is_bound (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c139 restore_cpu(int oldcpu, int is_bound, struct thread *td) in restore_cpu() argument
145 if (is_bound == 0) in restore_cpu()
212 int is_bound = 0; in cpuctl_do_cpuid_count() local
227 is_bound = cpu_sched_is_bound(td); in cpuctl_do_cpuid_count()
230 restore_cpu(oldcpu, is_bound, td); in cpuctl_do_cpuid_count()
255 int is_bound = 0; in cpuctl_do_msr() local
273 is_bound = cpu_sched_is_bound(td); in cpuctl_do_msr()
295 restore_cpu(oldcpu, is_bound, td); in cpuctl_do_msr()
355 int is_bound, oldcpu, ret; in update_intel() local
379 is_bound = cpu_sched_is_bound(td); in update_intel()
[all …]
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c163 int bound_cpu, cpu, i, is_bound; in x86_msr_op() local
182 is_bound = sched_is_bound(td); in x86_msr_op()
188 if (is_bound) in x86_msr_op()
198 is_bound = sched_is_bound(td); in x86_msr_op()
200 if (!is_bound || bound_cpu != cpu) in x86_msr_op()
203 if (is_bound) { in x86_msr_op()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.h90 bool_t is_bound(char *, char *);
H A Dcheck_bound.c134 is_bound(char *netid, char *uaddr) in is_bound() function
H A Dpmap_svc.c308 if (is_bound(netid, serveuaddr)) { in pmapproc_getport()
H A Drpcb_svc_com.c292 if (is_bound(rbl->rpcb_map.r_netid, rbl->rpcb_map.r_addr)) in delete_prog()