Home
last modified time | relevance | path

Searched refs:bottom_half (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/vmw_vsock/
Dvmci_transport_notify.c115 bool bottom_half, in vmci_transport_handle_waiting_read() argument
131 if (bottom_half) in vmci_transport_handle_waiting_read()
145 bool bottom_half, in vmci_transport_handle_waiting_write() argument
161 if (bottom_half) in vmci_transport_handle_waiting_write()
175 bool bottom_half, in vmci_transport_handle_read() argument
311 bool bottom_half, in vmci_transport_handle_wrote() argument
609 bool bottom_half, in vmci_transport_notify_pkt_handle_pkt() argument
617 vmci_transport_handle_wrote(sk, pkt, bottom_half, dst, src); in vmci_transport_notify_pkt_handle_pkt()
621 vmci_transport_handle_read(sk, pkt, bottom_half, dst, src); in vmci_transport_notify_pkt_handle_pkt()
625 vmci_transport_handle_waiting_write(sk, pkt, bottom_half, in vmci_transport_notify_pkt_handle_pkt()
[all …]
Dvmci_transport_notify_qstate.c83 bool bottom_half, in vmci_transport_handle_read() argument
92 bool bottom_half, in vmci_transport_handle_wrote() argument
353 bool bottom_half, in vmci_transport_notify_pkt_handle_pkt() argument
361 vmci_transport_handle_wrote(sk, pkt, bottom_half, dst, src); in vmci_transport_notify_pkt_handle_pkt()
365 vmci_transport_handle_read(sk, pkt, bottom_half, dst, src); in vmci_transport_notify_pkt_handle_pkt()
Dvmci_transport_notify.h56 bool bottom_half, struct sockaddr_vm *dst,
/linux-4.4.14/drivers/net/usb/
Dr8152.c1824 static void bottom_half(struct r8152 *tp) in bottom_half() function
1848 bottom_half(tp); in r8152_poll()