Searched refs:polls (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | sigio.c | 103 static int need_poll(struct pollfds *polls, int n) in need_poll() argument 107 if (n <= polls->size) in need_poll() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 118 kfree(polls->poll); in need_poll() 120 polls->poll = new; in need_poll() 121 polls->size = n; in need_poll()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | sigio.c | 103 static int need_poll(struct pollfds *polls, int n) in need_poll() argument 107 if (n <= polls->size) in need_poll() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 118 kfree(polls->poll); in need_poll() 120 polls->poll = new; in need_poll() 121 polls->size = n; in need_poll()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 704 struct pollfd polls; in main_loop_s() local 708 polls.fd = listensock; in main_loop_s() 709 polls.events = POLLIN; in main_loop_s() 711 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ring.h | 100 u64 polls; member
|
H A D | aq_vec.c | 49 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
|
H A D | aq_ring.c | 606 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ring.h | 105 u64 polls; member
|
H A D | aq_vec.c | 44 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
|
H A D | aq_ring.c | 951 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 1077 struct pollfd polls; in main_loop_s() local 1083 polls.fd = listensock; in main_loop_s() 1084 polls.events = POLLIN; in main_loop_s() 1086 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
|
Completed in 9 milliseconds