Home
last modified time | relevance | path

Searched refs:cpu_buffer (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/kernel/trace/
Dring_buffer.c547 struct ring_buffer_per_cpu *cpu_buffer; member
806 struct ring_buffer_per_cpu *cpu_buffer; in ring_buffer_wait() local
823 cpu_buffer = buffer->buffers[cpu]; in ring_buffer_wait()
824 work = &cpu_buffer->irq_work; in ring_buffer_wait()
877 raw_spin_lock_irqsave(&cpu_buffer->reader_lock, flags); in ring_buffer_wait()
878 pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; in ring_buffer_wait()
879 nr_pages = cpu_buffer->nr_pages; in ring_buffer_wait()
881 if (!cpu_buffer->shortest_full || in ring_buffer_wait()
882 cpu_buffer->shortest_full < full) in ring_buffer_wait()
883 cpu_buffer->shortest_full = full; in ring_buffer_wait()
[all …]
/Linux-v5.10/arch/sparc/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/microblaze/oprofile/
DMakefile9 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/arc/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/s390/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/parisc/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/ia64/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/xtensa/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/arm/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/sh/oprofile/
DMakefile7 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/x86/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/alpha/oprofile/
DMakefile7 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/mips/oprofile/
DMakefile5 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/arch/powerpc/oprofile/
DMakefile8 oprof.o cpu_buffer.o buffer_sync.o \
/Linux-v5.10/drivers/usb/host/
Dimx21-hcd.h342 void *cpu_buffer; member
355 void *cpu_buffer; member
Dimx21-hcd.c266 etd->cpu_buffer, etd->len); in activate_etd()
280 etd->bounce_buffer = kmemdup(etd->cpu_buffer, in activate_etd()
600 etd->cpu_buffer = td->cpu_buffer; in schedule_isoc_etds()
661 memcpy_fromio(etd->cpu_buffer, in isoc_etd_done()
840 td->cpu_buffer = urb->transfer_buffer + offset; in imx21_hc_urb_enqueue_isoc()
934 etd->cpu_buffer = urb->setup_packet; in schedule_nonisoc_etd()
951 etd->cpu_buffer = urb->transfer_buffer; in schedule_nonisoc_etd()
1058 memcpy(etd->cpu_buffer, etd->bounce_buffer, bytes_xfrd); in nonisoc_etd_done()
1062 memcpy_fromio(etd->cpu_buffer, in nonisoc_etd_done()