/src/tests/modules/ |
t_threadpool.sh | 52 atf_test_case unbound cleanup 54 atf_set "descr" "Test unbound thread pools" 66 # Create an unbound pool. 138 atf_add_test_case unbound
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_gem_evict.c | 53 unsigned long unbound, bound, count; local in function:populate_ggtt 81 unbound = 0; 88 unbound++; 90 GEM_BUG_ON(bound + unbound != count); 92 if (unbound) { 93 pr_err("%s: Found %lu objects unbound, expected %u!\n", 94 __func__, unbound, 0);
|
/src/usr.bin/sys_info/ |
sys_info.sh | 226 unbound) 227 if which_prog unboundpath unbound-control; then 228 run "${unboundpath} -h | awk '/^Version/ { print \"unbound-\" \$2 }'" 230 $all || printf >&2 '%s\n' "unbound: not found"
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
event_channel.h | 101 * a port that is unbound and marked as accepting bindings from the calling 179 * interdomain then the remote end is placed in the unbound state 222 } unbound; /* EVTCHNSTAT_unbound */ member in union:evtchn_status::__anon0e0c2f8b010a
|
/src/etc/defaults/ |
rc.conf | 412 # Unbound 413 unbound=NO key 414 unbound_chrootdir=/var/chroot/unbound
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_execbuffer.c | 155 * constraints imposed by the new execbuffer. Any object left unbound after the 247 struct list_head unbound; member in struct:i915_execbuffer 546 list_add_tail(&vma->exec_link, &eb->unbound); 658 list_for_each_entry(vma, &eb->unbound, exec_link) { 667 INIT_LIST_HEAD(&eb->unbound); 681 list_add(&vma->exec_link, &eb->unbound); 684 list_add_tail(&vma->exec_link, &eb->unbound); 691 list_splice_tail(&last, &eb->unbound); 747 INIT_LIST_HEAD(&eb->unbound);
|
/src/lib/ |
Makefile | 270 SUBDIR+= ../external/bsd/unbound/lib # depends on libcrypto
|
/src/share/mk/ |
bsd.prog.mk | 188 unbound \
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_debugfs.c | 234 u64 total, unbound; member in struct:file_stats 251 stats->unbound += obj->base.size; 301 seq_printf(m, "%s: %lu objects, %llu bytes (%llu active, %llu inactive, %llu unbound, %llu closed)\n", \ 307 stats.unbound, \
|