Searched refs:notifies (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/virtio/ |
H A D | vringh_test.c | 67 unsigned long notifies; member 79 gvdev->notifies++; in parallel_notify_host() 143 unsigned long xfers = 0, notifies = 0, receives = 0; in parallel_test() local 211 notifies++; in parallel_test() 236 notifies++; in parallel_test() 242 /* Swallow all notifies at once. */ in parallel_test() 283 notifies++; in parallel_test() 290 printf("Host: notified %lu, pinged %lu\n", notifies, receives); in parallel_test() 313 gvdev.notifies = 0; in parallel_test() 391 /* Swallow all notifies a in parallel_test() [all...] |
/kernel/linux/linux-6.6/tools/virtio/ |
H A D | vringh_test.c | 67 unsigned long notifies; member 79 gvdev->notifies++; in parallel_notify_host() 143 unsigned long xfers = 0, notifies = 0, receives = 0; in parallel_test() local 211 notifies++; in parallel_test() 236 notifies++; in parallel_test() 242 /* Swallow all notifies at once. */ in parallel_test() 283 notifies++; in parallel_test() 290 printf("Host: notified %lu, pinged %lu\n", notifies, receives); in parallel_test() 313 gvdev.notifies = 0; in parallel_test() 391 /* Swallow all notifies a in parallel_test() [all...] |
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 86 u32 *list, *list_cpu, val, idx, notifies; in knav_acc_int_handler() local 121 notifies = readl_relaxed(pdsp->intd + ACC_INTD_OFFSET_COUNT(channel)); in knav_acc_int_handler() 122 WARN_ON(!notifies); in knav_acc_int_handler()
|
H A D | knav_qmss.h | 156 * notifies: notifier counts 163 unsigned int notifies; member
|
H A D | knav_qmss_queue.c | 97 this_cpu_inc(qh->stats->notifies); in knav_queue_notify() 438 int notifies = 0; in knav_queue_debug_show_instance() local 451 notifies += per_cpu_ptr(qh->stats, cpu)->notifies; in knav_queue_debug_show_instance() 454 seq_printf(s, "\t\thandle %p: pushes %8d, pops %8d, count %8d, notifies %8d, push errors %8d, pop errors %8d\n", in knav_queue_debug_show_instance() 459 notifies, in knav_queue_debug_show_instance()
|
/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 86 u32 *list, *list_cpu, val, idx, notifies; in knav_acc_int_handler() local 121 notifies = readl_relaxed(pdsp->intd + ACC_INTD_OFFSET_COUNT(channel)); in knav_acc_int_handler() 122 WARN_ON(!notifies); in knav_acc_int_handler()
|
H A D | knav_qmss.h | 156 * notifies: notifier counts 163 unsigned int notifies; member
|
H A D | knav_qmss_queue.c | 97 this_cpu_inc(qh->stats->notifies); in knav_queue_notify() 438 int notifies = 0; in knav_queue_debug_show_instance() local 451 notifies += per_cpu_ptr(qh->stats, cpu)->notifies; in knav_queue_debug_show_instance() 454 seq_printf(s, "\t\thandle %p: pushes %8d, pops %8d, count %8d, notifies %8d, push errors %8d, pop errors %8d\n", in knav_queue_debug_show_instance() 459 notifies, in knav_queue_debug_show_instance()
|
Completed in 11 milliseconds