Home
last modified time | relevance | path

Searched refs:fifo_in (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c185 char fifo_in[12]; in kfd_smi_event_update_gpu_reset() local
192 memset(fifo_in, 0x0, sizeof(fifo_in)); in kfd_smi_event_update_gpu_reset()
201 len = snprintf(fifo_in, sizeof(fifo_in), "%x %x\n", event, in kfd_smi_event_update_gpu_reset()
204 add_event_to_kfifo(dev, event, fifo_in, len); in kfd_smi_event_update_gpu_reset()
218 char fifo_in[29]; in kfd_smi_event_update_thermal_throttling() local
224 len = snprintf(fifo_in, sizeof(fifo_in), "%x %x:%llx\n", in kfd_smi_event_update_thermal_throttling()
228 add_event_to_kfifo(dev, KFD_SMI_EVENT_THERMAL_THROTTLE, fifo_in, le in kfd_smi_event_update_thermal_throttling()
239 char fifo_in[29]; kfd_smi_event_update_vmfault() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c202 char fifo_in[KFD_SMI_EVENT_MSG_SIZE]; in kfd_smi_event_add() local
209 len = snprintf(fifo_in, sizeof(fifo_in), "%x ", event); in kfd_smi_event_add()
212 len += vsnprintf(fifo_in + len, sizeof(fifo_in) - len, fmt, args); in kfd_smi_event_add()
215 add_event_to_kfifo(pid, dev, event, fifo_in, len); in kfd_smi_event_add()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c281 char *fifo_in, *fifo_out; in decompress_file() local
402 assert((fifo_in = (char *)(uintptr_t)aligned_alloc(line_sz, in decompress_file()
424 /* We read in to fifo_in in two steps: first: read in to from in decompress_file()
426 * around, read from fifo_in offset 0 to offset cur_in. in decompress_file()
449 n = fread(fifo_in + first_offset, 1, read_sz, inpf); in decompress_file()
466 n = fread(fifo_in + last_offset, 1, read_sz, inpf); in decompress_file()
478 /* At this point we have used_in bytes in fifo_in with the in decompress_file()
610 nx_append_dde(ddl_in, fifo_in + cur_in, first_used); in decompress_file()
613 nx_append_dde(ddl_in, fifo_in, last_used); in decompress_file()
904 /* Delete input data from fifo_in */ in decompress_file()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c281 char *fifo_in, *fifo_out; in decompress_file() local
402 assert((fifo_in = (char *)(uintptr_t)aligned_alloc(line_sz, in decompress_file()
424 /* We read in to fifo_in in two steps: first: read in to from in decompress_file()
426 * around, read from fifo_in offset 0 to offset cur_in. in decompress_file()
449 n = fread(fifo_in + first_offset, 1, read_sz, inpf); in decompress_file()
466 n = fread(fifo_in + last_offset, 1, read_sz, inpf); in decompress_file()
478 /* At this point we have used_in bytes in fifo_in with the in decompress_file()
610 nx_append_dde(ddl_in, fifo_in + cur_in, first_used); in decompress_file()
613 nx_append_dde(ddl_in, fifo_in, last_used); in decompress_file()
904 /* Delete input data from fifo_in */ in decompress_file()
[all...]

Completed in 4 milliseconds