Searched refs:bottom_half (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/vmw_vsock/ |
D | vmci_transport_notify.c | 115 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 …]
|
D | vmci_transport_notify_qstate.c | 83 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()
|
D | vmci_transport_notify.h | 56 bool bottom_half, struct sockaddr_vm *dst,
|
/Linux-v4.19/drivers/net/usb/ |
D | r8152.c | 2024 static void bottom_half(struct r8152 *tp) in bottom_half() function 2048 bottom_half(tp); in r8152_poll()
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | hacking.rst | 402 Defined in ``include/linux/bottom_half.h``
|
/Linux-v4.19/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 426 Definite in ``include/linux/bottom_half.h``
|