Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dring_buffer.c515 struct ring_buffer_per_cpu *cpu_buffer; member
552 struct ring_buffer_per_cpu *uninitialized_var(cpu_buffer); in ring_buffer_wait()
569 cpu_buffer = buffer->buffers[cpu]; in ring_buffer_wait()
570 work = &cpu_buffer->irq_work; in ring_buffer_wait()
621 raw_spin_lock_irqsave(&cpu_buffer->reader_lock, flags); in ring_buffer_wait()
622 pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; in ring_buffer_wait()
623 raw_spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); in ring_buffer_wait()
657 struct ring_buffer_per_cpu *cpu_buffer; in ring_buffer_poll_wait() local
666 cpu_buffer = buffer->buffers[cpu]; in ring_buffer_poll_wait()
667 work = &cpu_buffer->irq_work; in ring_buffer_poll_wait()
[all …]
/linux-4.1.27/arch/sparc/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/blackfin/oprofile/
DMakefile8 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/m32r/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/arc/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/parisc/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/microblaze/oprofile/
DMakefile8 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/mn10300/oprofile/
DMakefile7 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/avr32/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/xtensa/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/s390/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/ia64/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/arm/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/sh/oprofile/
DMakefile6 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/x86/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/metag/oprofile/
DMakefile4 oprofile-core-y += cpu_buffer.o
/linux-4.1.27/arch/mips/oprofile/
DMakefile4 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/alpha/oprofile/
DMakefile6 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/arch/powerpc/oprofile/
DMakefile8 oprof.o cpu_buffer.o buffer_sync.o \
/linux-4.1.27/drivers/usb/host/
Dimx21-hcd.h355 void *cpu_buffer; member
368 void *cpu_buffer; member
Dimx21-hcd.c279 etd->cpu_buffer, etd->len); in activate_etd()
293 etd->bounce_buffer = kmemdup(etd->cpu_buffer, in activate_etd()
613 etd->cpu_buffer = td->cpu_buffer; in schedule_isoc_etds()
674 memcpy_fromio(etd->cpu_buffer, in isoc_etd_done()
853 td->cpu_buffer = urb->transfer_buffer + offset; in imx21_hc_urb_enqueue_isoc()
947 etd->cpu_buffer = urb->setup_packet; in schedule_nonisoc_etd()
964 etd->cpu_buffer = urb->transfer_buffer; in schedule_nonisoc_etd()
1071 memcpy(etd->cpu_buffer, etd->bounce_buffer, bytes_xfrd); in nonisoc_etd_done()
1075 memcpy_fromio(etd->cpu_buffer, in nonisoc_etd_done()