| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/unbound/ |
| H A D | 0001-contrib-add-yocto-compatible-init-script.patch | 8 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 D | unbound.mk | 8 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 D | unbound.hash | 1 # From https://nlnetlabs.nl/downloads/unbound/unbound-1.13.2.tar.gz.sha256 2 sha256 0a13b547f3b92a026b5ebd0423f54c991e5718037fd9f72445817f6a040e1a83 unbound-1.13.2.tar.gz
|
| H A D | Config.in | 2 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 D | unbound_1.15.0.bb | 7 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 D | vfio.c | 394 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 D | regression_test.txt | 4 unbound while ioctl is in progress. 19 is unbound:
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | console.rst | 27 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 D | device_link.rst | 31 supplier is bound to a driver, and they're unbound before the supplier 32 is unbound.
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | screenint.h | 77 DetachUnboundGPU(ScreenPtr unbound);
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | workqueue.rst | 91 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 D | sysfs-class-devlink | 26 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 D | event_channel.h | 144 } unbound; /* EVTCHNSTAT_unbound */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
| H A D | 0001-netlib.c-Move-including-sched.h-out-og-function.patch | 44 value will not tell you if you are bound vs unbound. */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 255 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 D | Kconfig | 68 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 D | packagegroup-meta-networking.bb | 259 unbound \
|
| /OK3568_Linux_fs/buildroot/package/asterisk/ |
| H A D | asterisk.mk | 95 --without-unbound \
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | Kconfig | 300 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 D | fbcon.rst | 251 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 D | dm-crypt.rst | 113 The default is to use an unbound workqueue so that encryption work
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | rds.rst | 77 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 D | cec-ioc-dqevent.rst | 73 device was unbound.
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.7.rst | 105 - toolchain-scripts: compatibility with unbound variable protection
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 375 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
|