/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_log.c | 297 relay_reserve(log->relay.channel, log->vma->obj->base.size - in guc_move_to_next_buf() 301 relay_flush(log->relay.channel); in guc_move_to_next_buf() 315 return relay_reserve(log->relay.channel, 0); in guc_get_write_buffer() 384 mutex_lock(&log->relay.lock); in _guc_log_copy_debuglogs_for_relay() 402 log->relay.full_count++; in _guc_log_copy_debuglogs_for_relay() 477 mutex_unlock(&log->relay.lock); in _guc_log_copy_debuglogs_for_relay() 483 container_of(work, struct intel_guc_log, relay.flush_work); in copy_debug_logs_work() 490 lockdep_assert_held(&log->relay.lock); in guc_log_relay_map() 500 log->relay.buf_in_use = true; in guc_log_relay_map() 507 lockdep_assert_held(&log->relay.lock); in guc_log_relay_unmap() [all …]
|
H A D | intel_guc_log.h | 66 } relay; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
H A D | default-relay | 1 # Defaults for dhcp-relay initscript 2 # sourced by /etc/init.d/dhcp-relay 4 # What servers should the DHCP relay forward requests to? 8 # On what interfaces should the DHCP relay (dhrelay) serve DHCP requests? 11 # Additional options that are passed to the DHCP relay daemon?
|
H A D | init-relay | 7 if [ ! -f /etc/default/dhcp-relay ]; then 15 . /etc/default/dhcp-relay
|
H A D | 0001-Makefile.am-only-build-dhcrelay.patch | 23 -SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server 24 +SUBDIRS = @BINDSUBDIR@ includes common omapip relay
|
H A D | dhcrelay.service | 6 EnvironmentFile=@SYSCONFDIR@/default/dhcp-relay
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/ |
H A D | dhcp-relay_4.4.3p1.bb | 3 DESCRIPTION = "A DHCP relay agent passes DHCP requests from one \ 14 file://default-relay \ 15 file://init-relay \ 56 install -Dm 0644 ${UNPACKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay 65 install -m 0755 ${UNPACKDIR}/init-relay ${D}${sysconfdir}/init.d/dhcp-relay 71 # dhcp-relay contains a bundled "bind", thus their dev packages conflict each other
|
/openbmc/linux/Documentation/filesystems/ |
H A D | relay.rst | 4 relay interface (formerly relayfs) 7 The relay interface provides a means for kernel applications to 9 to userspace via user-defined 'relay channels'. 11 A 'relay channel' is a kernel->user data relay mechanism implemented 13 represented as a regular file ('relay file') in user space. Kernel 16 buffer. User space applications mmap() or read() from the relay files 17 and retrieve the data as it becomes available. The relay files 22 up to the kernel client; the relay interface does however provide 24 buffer data. The relay interface doesn't implement any form of data 28 This document provides an overview of the relay interface API. The [all …]
|
H A D | index.rst | 111 relay
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/ |
H A D | dibbler_git.bb | 38 PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server" 41 FILES:${PN}-relay = "${sbindir}/${PN}-relay"
|
/openbmc/linux/include/linux/ |
H A D | if_pppox.h | 28 struct sockaddr_pppox relay; /* what socket data will be member 56 #define pppoe_relay proto.pppoe.relay
|
/openbmc/openbmc/poky/meta/recipes-connectivity/socat/ |
H A D | socat_1.8.0.2.bb | 1 SUMMARY = "Multipurpose relay for bidirectional data transfer" 2 DESCRIPTION = "Socat is a relay for bidirectional data \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/ |
H A D | rp-pppoe_3.15.bb | 55 PACKAGES = "${PN}-dbg ${PN}-server ${PN}-relay ${PN}-sniff ${PN} ${PN}-doc" 61 FILES:${PN}-relay = "${sbindir}/pppoe-relay"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/ |
H A D | openldap_2.6.9.bb | 65 # Backends="asyncmeta dnssrv ldap mdb meta null passwd perl relay sock sql wt" 100 #--enable-relay enable relay backend no|yes|mod [yes] 101 PACKAGECONFIG[relay] = "--enable-relay=mod,--enable-relay=no,"
|
/openbmc/linux/Documentation/core-api/ |
H A D | kernel-api.rst | 212 relay interface support 216 for tools and facilities to relay large amounts of data from kernel 219 relay interface 222 .. kernel-doc:: kernel/relay.c 225 .. kernel-doc:: kernel/relay.c
|
/openbmc/openbmc/meta-google/recipes-connectivity/dhcp/ |
H A D | dhcp-relay_%.bbappend | 4 EXTRA_OECONF:append:gbmc = " --enable-relay-port --disable-shared"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/relayd/ |
H A D | relayd_git.bb | 1 DESCRIPTION = "Layer 3 relay daemon"
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 217 kernel/relay.c 219 kernel/relay.c
|
/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/ |
H A D | non-repro-meta-networking.inc | 6 dhcp-relay-staticdev \
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun7i-a20-linutronix-testbox-v2.dts | 21 label = "lamobo_r1:opto:relay";
|
/openbmc/linux/Documentation/watchdog/ |
H A D | watchdog-api.rst | 187 WDIOF_EXTERN1 External relay 1 190 External monitoring relay/source 1 was triggered. Controllers intended for 195 WDIOF_EXTERN2 External relay 2 198 External monitoring relay/source 2 was triggered
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
H A D | packagegroup-meta-networking.bb | 40 dibbler-relay \ 67 dhcp-relay \
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | amt.sh | 78 readonly RELAY=$(mktemp -u relay-XXXXXXXX) 149 ip netns exec "${RELAY}" ip link add amtr type amt mode relay \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/esmtp/ |
H A D | esmtp_1.2.bb | 2 DESCRIPTION = "ESMTP is a user-configurable relay-only MTA \
|
/openbmc/linux/net/x25/ |
H A D | Kconfig | 10 frame relay; the one physical line from your box to the X.25 network
|