Function report |
Source Code:kernel\trace\ring_buffer.c |
Create Date:2022-07-28 11:53:12 |
Last Modify:2020-03-17 19:30:04 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:g_buffer_poll_wait - poll on buffer input*@buffer: buffer to wait on*@cpu: the cpu buffer to wait on*@filp: the file descriptor*@poll_table: The poll descriptor* If @cpu == RING_BUFFER_ALL_CPUS then the task will wake up as soon
Proto:__poll_t ring_buffer_poll_wait(struct ring_buffer *buffer, int cpu, struct file *filp, poll_table *poll_table)
Type:__poll_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct ring_buffer * | buffer | |
int | cpu | |
struct file * | filp | |
poll_table * | poll_table |
693 | If cpu == RING_BUFFER_ALL_CPUS Then work = irq_work |
695 | Else |
696 | If Not pumask_test_cpu - test for a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@cpumask: the cpumask pointer* Returns 1 if @cpu is set in @cpumask, else returns 0 Then Return -EINVAL |
699 | cpu_buffer = buffers[cpu] |
703 | poll_wait(filp, & waiters, poll_table) |
704 | waiters_pending = true |
718 | smp_mb() |
723 | Return 0 |
Name | Describe |
---|---|
trace_poll |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |