Symbol: is_bound
sys/dev/cpuctl/cpuctl.c
139
restore_cpu(int oldcpu, int is_bound, struct thread *td)
sys/dev/cpuctl/cpuctl.c
145
if (is_bound == 0)
sys/dev/cpuctl/cpuctl.c
212
int is_bound = 0;
sys/dev/cpuctl/cpuctl.c
227
is_bound = cpu_sched_is_bound(td);
sys/dev/cpuctl/cpuctl.c
230
restore_cpu(oldcpu, is_bound, td);
sys/dev/cpuctl/cpuctl.c
255
int is_bound = 0;
sys/dev/cpuctl/cpuctl.c
273
is_bound = cpu_sched_is_bound(td);
sys/dev/cpuctl/cpuctl.c
295
restore_cpu(oldcpu, is_bound, td);
sys/dev/cpuctl/cpuctl.c
355
int is_bound, oldcpu, ret;
sys/dev/cpuctl/cpuctl.c
379
is_bound = cpu_sched_is_bound(td);
sys/dev/cpuctl/cpuctl.c
384
restore_cpu(oldcpu, is_bound, td);
sys/dev/cpuctl/cpuctl.c
453
int is_bound;
sys/dev/cpuctl/cpuctl.c
477
is_bound = cpu_sched_is_bound(td);
sys/dev/cpuctl/cpuctl.c
506
restore_cpu(oldcpu, is_bound, td);
sys/dev/cpuctl/cpuctl.c
523
int is_bound = 0;
sys/dev/cpuctl/cpuctl.c
534
is_bound = cpu_sched_is_bound(td);
sys/dev/cpuctl/cpuctl.c
538
restore_cpu(oldcpu, is_bound, td);
sys/kern/sched_4bsd.c
1890
SLOT(is_bound),
sys/kern/sched_shim.c
82
DEFINE_SHIM1(is_bound, int, sched_is_bound, struct thread *, td)
sys/kern/sched_ule.c
3433
SLOT(is_bound),
sys/sys/sched.h
310
int (*is_bound)(struct thread *td);
sys/x86/x86/cpu_machdep.c
277
int bound_cpu, cpu, i, is_bound;
sys/x86/x86/cpu_machdep.c
296
is_bound = sched_is_bound(td);
sys/x86/x86/cpu_machdep.c
302
if (is_bound)
sys/x86/x86/cpu_machdep.c
312
is_bound = sched_is_bound(td);
sys/x86/x86/cpu_machdep.c
314
if (!is_bound || bound_cpu != cpu)
sys/x86/x86/cpu_machdep.c
317
if (is_bound) {
usr.sbin/rpcbind/pmap_svc.c
308
if (is_bound(netid, serveuaddr)) {
usr.sbin/rpcbind/rpcb_svc_com.c
292
if (is_bound(rbl->rpcb_map.r_netid, rbl->rpcb_map.r_addr))
usr.sbin/rpcbind/rpcbind.h
93
bool_t is_bound(const char *, const char *);