Searched refs:relay (Results 1 – 20 of 20) sorted by relevance
157 relay_reserve(log->relay.channel, log->vma->obj->base.size); in guc_move_to_next_buf()160 relay_flush(log->relay.channel); in guc_move_to_next_buf()174 return relay_reserve(log->relay.channel, 0); in guc_get_write_buffer()227 mutex_lock(&log->relay.lock); in guc_read_update_log_buffer()233 log_buf_state = src_data = log->relay.buf_addr; in guc_read_update_log_buffer()244 log->relay.full_count++; in guc_read_update_log_buffer()318 mutex_unlock(&log->relay.lock); in guc_read_update_log_buffer()324 container_of(work, struct intel_guc_log, relay.flush_work); in capture_logs_work()333 lockdep_assert_held(&log->relay.lock); in guc_log_map()347 log->relay.buf_addr = vaddr; in guc_log_map()[all …]
54 } relay; member
1 relay interface (formerly relayfs)4 The relay interface provides a means for kernel applications to6 to userspace via user-defined 'relay channels'.8 A 'relay channel' is a kernel->user data relay mechanism implemented10 represented as a regular file ('relay file') in user space. Kernel13 buffer. User space applications mmap() or read() from the relay files14 and retrieve the data as it becomes available. The relay files19 up to the kernel client; the relay interface does however provide21 buffer data. The relay interface doesn't implement any form of data25 This document provides an overview of the relay interface API. The[all …]
30 struct sockaddr_pppox relay; /* what socket data will be member58 #define pppoe_relay proto.pppoe.relay
195 relay interface support199 for tools and facilities to relay large amounts of data from kernel202 relay interface205 .. kernel-doc:: kernel/relay.c208 .. kernel-doc:: kernel/relay.c
187 WDIOF_EXTERN1 External relay 1190 External monitoring relay/source 1 was triggered. Controllers intended for195 WDIOF_EXTERN2 External relay 2198 External monitoring relay/source 2 was triggered
10 frame relay; the one physical line from your box to the X.25 network
90 obj-$(CONFIG_RELAY) += relay.o
336 To use frame relay, you need supporting hardware (called FRAD) and348 How many logical point-to-point frame relay connections (the350 of your hardware frame relay access devices.
224 tristate "Amplicon PC263 relay board support"226 Enable support for Amplicon PC263 ISA relay board. This board has227 16 reed relay output channels.807 tristate "Amplicon PCI263 relay board support"809 Enable support for Amplicon PCI263 relay board. This is a PCI board810 with 16 reed relay output channels.
30 intermediate nodes just perform some specific relay function.
48 * **Transport:** both TP & ETP reuse some PGNs to relay big packets over them.
1201 BOOTP relay daemon will catch and forward such packets.1202 conf/all/bootp_relay must also be set to TRUE to enable BOOTP relay
109 soundcore and the UML hostaudio relay, which acts as a intermediary
1202 bool "Kernel->user space relay support (formerly relayfs)"1205 This option enables support for relay interface support in1208 facilities to relay large amounts of data from kernel space to
120 be forwarded by the switch relay.
329 relay this information to the caller, the value 2 is returned. The caller
354 such as the VDSO page, relay channel pages, etc. These pages
277 140 = /dev/relay8 Berkshire Products Octal relay card278 141 = /dev/relay16 Berkshire Products ISO-16 relay card
1871 log->relay.full_count); in i915_guc_log_info()