Home
last modified time | relevance | path

Searched refs:rv (Results 1 – 7 of 7) sorted by relevance

/kernel/trace/rv/
DKconfig26 Documentation/trace/rv/runtime-verification.rst
39 Documentation/trace/rv/monitor_wip.rst
51 Documentation/trace/rv/monitor_wwnr.rst
DMakefile3 obj-$(CONFIG_RV) += rv.o
/kernel/trace/
DMakefile109 obj-$(CONFIG_RV) += rv/
DKconfig1117 source "kernel/trace/rv/Kconfig"
/kernel/irq/
Dirqdomain.c1615 int rv = 0; in irq_domain_push_irq() local
1666 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()
/kernel/
Dsysctl.c309 unsigned int rv; in strtoul_lenient() local
312 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()
Dfork.c2089 p->rv[i].da_mon.monitoring = false; in rv_task_fork()