Searched refs:notifies (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/virtio/
H A Dvringh_test.c67 unsigned long notifies; member in struct:guest_virtio_device
79 gvdev->notifies++;
143 unsigned long xfers = 0, notifies = 0, receives = 0; local
211 notifies++;
236 notifies++;
242 /* Swallow all notifies at once. */
283 notifies++;
290 printf("Host: notified %lu, pinged %lu\n", notifies, receives);
313 gvdev.notifies = 0;
391 /* Swallow all notifies a
[all...]
/linux-master/drivers/soc/ti/
H A Dknav_qmss_acc.c86 u32 *list, *list_cpu, val, idx, notifies; local
121 notifies = readl_relaxed(pdsp->intd + ACC_INTD_OFFSET_COUNT(channel));
122 WARN_ON(!notifies);
H A Dknav_qmss.h156 * notifies: notifier counts
163 unsigned int notifies; member in struct:knav_queue_stats
H A Dknav_qmss_queue.c99 this_cpu_inc(qh->stats->notifies);
440 int notifies = 0; local
453 notifies += per_cpu_ptr(qh->stats, cpu)->notifies;
456 seq_printf(s, "\t\thandle %p: pushes %8d, pops %8d, count %8d, notifies %8d, push errors %8d, pop errors %8d\n",
461 notifies,

Completed in 113 milliseconds