Home
last modified time | relevance | path

Searched refs:polls (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dsigio.c103 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 Dsigio.c103 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 Dmptcp_connect.c704 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 Daq_ring.h100 u64 polls; member
H A Daq_vec.c49 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
H A Daq_ring.c606 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h105 u64 polls; member
H A Daq_vec.c44 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
H A Daq_ring.c951 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c1077 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