Home
last modified time | relevance | path

Searched refs:irq (Results 1 – 3 of 3) sorted by relevance

/lib/
A Dtest_objpool.c255 irq.nhits += item->stat[1].nhits; in ot_perf_report()
256 irq.nmiss += item->stat[1].nmiss; in ot_perf_report()
268 total.nhits = normal.nhits + irq.nhits; in ot_perf_report()
329 for (i = 0; i < item->bulk[irq]; i++) in ot_bulk_sync()
340 item->stat[irq].nhits++; in ot_bulk_sync()
342 item->stat[irq].nmiss++; in ot_bulk_sync()
506 for (i = 0; i < item->bulk[irq]; i++) in ot_bulk_async()
509 if (!irq) { in ot_bulk_async()
524 item->stat[irq].nhits++; in ot_bulk_async()
526 item->stat[irq].nmiss++; in ot_bulk_async()
[all …]
A Dcpu_rmap.c248 irq_set_affinity_notifier(glue->notify.irq, NULL); in free_irq_cpu_rmap()
293 int irq_cpu_rmap_remove(struct cpu_rmap *rmap, int irq) in irq_cpu_rmap_remove() argument
295 return irq_set_affinity_notifier(irq, NULL); in irq_cpu_rmap_remove()
310 int irq_cpu_rmap_add(struct cpu_rmap *rmap, int irq) in irq_cpu_rmap_add() argument
326 rc = irq_set_affinity_notifier(irq, &glue->notify); in irq_cpu_rmap_add()
A DKconfig.debug1400 participant CPUs, tasks and irq-contexts would be needed
2548 Enable this option to test the irq timings code on boot.

Completed in 15 milliseconds