Home
last modified time | relevance | path

Searched refs:num_thdevs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hwtracing/intel_th/
Dcore.c119 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove()
143 th->num_thdevs = lowest; in intel_th_remove()
638 thdev->dev.devt = MKDEV(th->major, th->num_thdevs); in intel_th_subdevice_alloc()
686 for (src = 0, dst = 0; dst <= th->num_thdevs; src++, dst++) { in intel_th_output_enable()
701 for (; dst < th->num_thdevs; dst++) { in intel_th_output_enable()
715 if (dst == th->num_thdevs) in intel_th_output_enable()
726 th->thdev[th->num_thdevs++] = thdev; in intel_th_output_enable()
760 th->thdev[th->num_thdevs++] = thdev; in intel_th_populate()
884 for (i = 0; i < th->num_thdevs; i++) { in intel_th_free()
890 th->num_thdevs = 0; in intel_th_free()
Dintel_th.h262 unsigned int num_thdevs; member