Searched refs:is_bound (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cpuctl/ |
H A D | cpuctl.c | 139 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 D | cpu_machdep.c | 163 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 D | rpcbind.h | 90 bool_t is_bound(char *, char *);
|
H A D | check_bound.c | 134 is_bound(char *netid, char *uaddr) in is_bound() function
|
H A D | pmap_svc.c | 308 if (is_bound(netid, serveuaddr)) { in pmapproc_getport()
|
H A D | rpcb_svc_com.c | 292 if (is_bound(rbl->rpcb_map.r_netid, rbl->rpcb_map.r_addr)) in delete_prog()
|