Searched refs:rv (Results 1 – 7 of 7) sorted by relevance
26 Documentation/trace/rv/runtime-verification.rst39 Documentation/trace/rv/monitor_wip.rst51 Documentation/trace/rv/monitor_wwnr.rst
3 obj-$(CONFIG_RV) += rv.o
109 obj-$(CONFIG_RV) += rv/
1117 source "kernel/trace/rv/Kconfig"
1615 int rv = 0; in irq_domain_push_irq() local1666 rv = irq_domain_alloc_irqs_hierarchy(domain, virq, 1, arg); in irq_domain_push_irq()1667 if (rv) { in irq_domain_push_irq()1680 return rv; in irq_domain_push_irq()
309 unsigned int rv; in strtoul_lenient() local312 rv = _parse_integer(cp, base, &result); in strtoul_lenient()313 if ((rv & KSTRTOX_OVERFLOW) || (result != (unsigned long)result)) in strtoul_lenient()316 cp += rv; in strtoul_lenient()
2089 p->rv[i].da_mon.monitoring = false; in rv_task_fork()