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

/freebsd-13-stable/sys/dev/cpuctl/
H A Dcpuctl.c142 restore_cpu(int oldcpu, int is_bound, struct thread *td) argument
148 if (is_bound == 0)
215 int is_bound = 0; local
230 is_bound = cpu_sched_is_bound(td);
233 restore_cpu(oldcpu, is_bound, td);
258 int is_bound = 0; local
276 is_bound = cpu_sched_is_bound(td);
298 restore_cpu(oldcpu, is_bound, td);
358 int is_bound, oldcpu, ret; local
382 is_bound
456 int is_bound; local
526 int is_bound = 0; local
[all...]
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.h93 bool_t is_bound(char *, char *);
H A Dcheck_bound.c143 is_bound(char *netid, char *uaddr) function
H A Dpmap_svc.c317 if (is_bound(netid, serveuaddr)) {
H A Drpcb_svc_com.c295 if (is_bound(rbl->rpcb_map.r_netid, rbl->rpcb_map.r_addr))
/freebsd-13-stable/sys/x86/x86/
H A Dcpu_machdep.c153 int bound_cpu, i, is_bound; local
170 is_bound = sched_is_bound(td);
176 if (is_bound)

Completed in 121 milliseconds