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

/freebsd-9.3-release/sys/dev/cpuctl/
H A Dcpuctl.c131 restore_cpu(int oldcpu, int is_bound, struct thread *td) argument
137 if (is_bound == 0)
194 int is_bound = 0; local
205 is_bound = cpu_sched_is_bound(td);
208 restore_cpu(oldcpu, is_bound, td);
219 int is_bound = 0; local
233 is_bound = cpu_sched_is_bound(td);
254 restore_cpu(oldcpu, is_bound, td);
301 int is_bound; local
327 is_bound
359 int is_bound = 0; local
415 int is_bound; local
[all...]
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c88 if (agp_be->mem->is_bound)
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcbind.h84 bool_t is_bound(char *, char *);
H A Dcheck_bound.c142 is_bound(char *netid, char *uaddr) function
H A Dpmap_svc.c316 if (is_bound(netid, serveuaddr)) {
H A Drpcb_svc_com.c296 if (is_bound(rbl->rpcb_map.r_netid, rbl->rpcb_map.r_addr))

Completed in 190 milliseconds