/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_log.c | 83 * Sub buffer switch callback. Called whenever relay has to switch to a new 84 * sub buffer, relay stays on the same sub buffer if 0 is returned. 92 * Use no-overwrite mode by default, where relay will stop accepting 94 * There is no strict synchronization enforced by relay between Consumer 108 * file_create() callback. Creates relay file in debugfs. 119 * This to enable the use of a single buffer for the relay channel and 138 * file_remove() default callback. Removes relay file in debugfs. 146 /* relay channel callbacks */ 162 relay_reserve(log->relay.channel, log->vma->obj->base.size); 165 relay_flush(log->relay.channel) [all...] |
intel_guc_log.h | 12 #include <linux/relay.h> 57 } relay; member in struct:intel_guc_log
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
sun7i-a20-linutronix-testbox-v2.dts | 21 label = "lamobo_r1:opto:relay";
|
/src/usr.sbin/faithd/ |
tcp.c | 71 static void relay(int, int, const char *, int) __dead; 192 exit_failure("writing relay data failed: %s", strerror(errno)); 199 relay(int s_rcv, int s_snd, const char *service, int direction) function in typeref:typename:void 271 exit_failure("reading relay data failed: %s", 275 /* to close opposite-direction relay process */ 280 exit_success("terminating %s relay", service); 300 syslog(LOG_INFO, "starting %s relay", service); 311 /* child process: relay going traffic */ 316 relay(s_src, s_dst, service, 1); 319 /* parent process: relay coming traffic * [all...] |
/src/usr.bin/rsh/ |
rsh.c | 100 char *locuser = 0, *loop, *relay; local in function:main 135 if ((relay = getenv("RCMD_RELAY_SIGNAL")) && strcmp(relay, "YES") == 0)
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_debugfs.c | 1767 seq_puts(m, "GuC log relay not created\n"); 1774 log->relay.full_count); 1944 * Enable and start the guc log relay on value of 1. 1945 * Flush log relay for any other value.
|