Searched refs:stdin_poll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 492 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in perf_top__handle_keypress() local 501 poll(&stdin_poll, 1, -1); in perf_top__handle_keypress() 675 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in display_thread() local 696 if (poll(&stdin_poll, 1, 0) > 0) in display_thread() 705 switch (poll(&stdin_poll, 1, delay_msecs)) { in display_thread()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 496 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in perf_top__handle_keypress() local 505 poll(&stdin_poll, 1, -1); in perf_top__handle_keypress() 676 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in display_thread() local 697 if (poll(&stdin_poll, 1, 0) > 0) in display_thread() 706 switch (poll(&stdin_poll, 1, delay_msecs)) { in display_thread()
|
Completed in 5 milliseconds