Searched refs:kcov_remote_stop (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dkcov.h43 void kcov_remote_stop(void);
72 kcov_remote_stop();
99 static inline void kcov_remote_stop(void) {} function
/linux-master/drivers/usb/usbip/
H A Dusbip_common.h356 kcov_remote_stop();
/linux-master/net/nfc/nci/
H A Dcore.c1501 kcov_remote_stop();
1512 for (; (skb = skb_dequeue(&ndev->rx_q)); kcov_remote_stop()) {
1585 kcov_remote_stop();
H A Dhci.c413 for (; (skb = skb_dequeue(&hdev->msg_rx_queue)); kcov_remote_stop()) {
/linux-master/net/nfc/
H A Drawsock.c202 kcov_remote_stop();
/linux-master/kernel/
H A Dkcov.c70 * kcov_remote_stop(), see the comment there.
452 * 1. A remote task between kcov_remote_start() and kcov_remote_stop().
757 * kcov_remote_start() and kcov_remote_stop() can be used to annotate a section
786 * kcov_remote_stop(). All of the threads that are spawned by the same process
795 * In turns kcov_remote_stop() clears those pointers from task_struct to stop
884 /* Put in kcov_remote_stop(). */
982 void kcov_remote_stop(void) function
1031 * and kcov_remote_stop(), hence the sequence check.
1048 EXPORT_SYMBOL(kcov_remote_stop); variable
/linux-master/net/mac80211/
H A Diface.c1662 kcov_remote_stop();
1672 kcov_remote_stop();
H A Drx.c5461 kcov_remote_stop();
/linux-master/drivers/vhost/
H A Dvhost.c412 kcov_remote_stop();
/linux-master/net/bluetooth/
H A Dhci_core.c4133 for (; (skb = skb_dequeue(&hdev->rx_q)); kcov_remote_stop()) {
/linux-master/drivers/usb/core/
H A Dhub.c5948 kcov_remote_stop();

Completed in 193 milliseconds