Searched refs:kcov_handle (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/usbip/
H A Dusbip_common.h286 u64 kcov_handle; member in struct:usbip_device
346 ud->kcov_handle = kcov_common_handle();
351 kcov_remote_start_common(ud->kcov_handle);
/linux-master/kernel/
H A Dkcov.c374 t->kcov_handle = 0;
380 t->kcov_handle = current->kcov_handle;
670 t->kcov_handle = remote_arg->common_handle;
1055 return current->kcov_handle;
/linux-master/drivers/vhost/
H A Dvhost.h34 u64 kcov_handle; member in struct:vhost_worker
H A Dvhost.c410 kcov_remote_start_common(worker->kcov_handle);
642 worker->kcov_handle = kcov_common_handle();
/linux-master/include/linux/
H A Dskbuff.h845 * @kcov_handle: KCOV remote handle for remote coverage collection
1056 u64 kcov_handle;
5137 const u64 kcov_handle)
5140 skb->kcov_handle = kcov_handle;
5147 return skb->kcov_handle;
5136 skb_set_kcov_handle(struct sk_buff *skb, const u64 kcov_handle) argument
H A Dsched.h1435 u64 kcov_handle; member in struct:task_struct

Completed in 358 milliseconds