Home
last modified time | relevance | path

Searched refs:unbound (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/unbound/
H A D0001-contrib-add-yocto-compatible-init-script.patch8 contrib/unbound.init | 20 ++++++++++----------
11 diff --git a/contrib/unbound.init b/contrib/unbound.init
13 --- a/contrib/unbound.init
14 +++ b/contrib/unbound.init
22 exec="/usr/sbin/unbound"
23 prog="unbound"
24 -config="/var/unbound/unbound.conf"
25 +config="/etc/unbound/unbound.conf"
26 pidfile="/var/unbound/unbound.pid"
27 rootdir="/var/unbound"
/OK3568_Linux_fs/buildroot/package/unbound/
H A Dunbound.mk8 UNBOUND_SITE = https://www.unbound.net/downloads
16 --with-conf-file=/etc/unbound/unbound.conf \
17 --with-pidfile=/var/run/unbound.pid \
18 --with-rootkey-file=/etc/unbound/root.key \
51 $(INSTALL) -D -m 755 package/unbound/S70unbound \
H A Dunbound.hash1 # From https://nlnetlabs.nl/downloads/unbound/unbound-1.13.2.tar.gz.sha256
2 sha256 0a13b547f3b92a026b5ebd0423f54c991e5718037fd9f72445817f6a040e1a83 unbound-1.13.2.tar.gz
H A DConfig.in2 bool "unbound"
12 https://www.unbound.net
37 comment "unbound needs a toolchain w/ dynamic library"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/
H A Dunbound_1.15.0.bb7 HOMEPAGE = "https://www.unbound.net/"
12 SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \
35 install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system
38 install -m 0755 ${S}/contrib/unbound.init ${D}${sysconfdir}/init.d/unbound
43 INITSCRIPT_NAME = "unbound"
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio.c394 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local
400 list_for_each_entry_safe(unbound, tmp, in vfio_group_release()
402 list_del(&unbound->unbound_next); in vfio_group_release()
403 kfree(unbound); in vfio_group_release()
605 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local
609 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable()
610 if (dev == unbound->dev) { in vfio_dev_viable()
668 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local
717 list_for_each_entry(unbound, in vfio_iommu_group_notifier()
719 if (dev == unbound->dev) { in vfio_iommu_group_notifier()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/media_tests/
H A Dregression_test.txt4 unbound while ioctl is in progress.
19 is unbound:
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dconsole.rst27 is fully unbound
113 be fully unbound for this call to succeed. con_is_bound() will check if the
132 driver, which was previously bound, becomes unbound. The console layer
140 4. Upon exit of the driver, ensure that the driver is totally unbound. If the
H A Ddevice_link.rst31 supplier is bound to a driver, and they're unbound before the supplier
32 is unbound.
/OK3568_Linux_fs/external/xserver/include/
H A Dscreenint.h77 DetachUnboundGPU(ScreenPtr unbound);
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dworkqueue.rst91 worker-pools to serve work items queued on unbound workqueues - the
132 For unbound workqueues, the number of backing pools is dynamic.
168 Work items queued to an unbound wq are served by the special
171 context provider without concurrency management. The unbound
217 This flag is meaningless for unbound wq.
234 unbound wq, the limit is higher of 512 and 4 *
248 unbound worker-pools and only one work item could be active at any given
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-devlink26 the consumer's driver is unbound from the consumer device.
29 the supplier's driver is unbound from the supplier device.
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Devent_channel.h144 } unbound; /* EVTCHNSTAT_unbound */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A D0001-netlib.c-Move-including-sched.h-out-og-function.patch44 value will not tell you if you are bound vs unbound. */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c255 struct list_head unbound; member
656 list_for_each_entry(ev, &eb->unbound, bind_link) { in eb_reserve()
665 INIT_LIST_HEAD(&eb->unbound); in eb_reserve()
680 list_add(&ev->bind_link, &eb->unbound); in eb_reserve()
683 list_add_tail(&ev->bind_link, &eb->unbound); in eb_reserve()
690 list_splice_tail(&last, &eb->unbound); in eb_reserve()
890 INIT_LIST_HEAD(&eb->unbound); in eb_validate_vmas()
909 list_add_tail(&ev->bind_link, &eb->unbound); in eb_validate_vmas()
921 if (!list_empty(&eb->unbound)) in eb_validate_vmas()
/OK3568_Linux_fs/kernel/drivers/dax/
H A DKconfig68 To use this feature, a DAX device must be unbound from the
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb259 unbound \
/OK3568_Linux_fs/buildroot/package/asterisk/
H A Dasterisk.mk95 --without-unbound \
/OK3568_Linux_fs/kernel/kernel/power/
H A DKconfig300 per-cpu workqueues tend to be more power hungry than unbound
305 significantly to power consumption unbound, leading to measurably
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dfbcon.rst251 8. Once fbcon is unbound, all drivers registered to the system will also
252 become unbound. This means that fbcon and individual framebuffer drivers
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst113 The default is to use an unbound workqueue so that encryption work
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Drds.rst77 This creates a new, unbound RDS socket.
163 value, RDS_TRANS_NONE will be returned on an unbound socket.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-dqevent.rst73 device was unbound.
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.7.rst105 - toolchain-scripts: compatibility with unbound variable protection
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dpower-management.rst375 unbound from its interface, preventing the device from going into
626 suspend. An unbound interface device is suspended by default. When unbinding,
629 device (not interface) is unbound the kernel is no longer able to resume the
630 device. If a hub interface driver is unbound, control of its child ports is

12