LCOV - code coverage report
Current view: top level - include/asm-generic - softirq_stack.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 1 100.0 %
Date: 2023-03-27 20:00:47 Functions: 0 0 -

          Line data    Source code
       1             : /* SPDX-License-Identifier: GPL-2.0-or-later */
       2             : #ifndef __ASM_GENERIC_SOFTIRQ_STACK_H
       3             : #define __ASM_GENERIC_SOFTIRQ_STACK_H
       4             : 
       5             : #ifdef CONFIG_SOFTIRQ_ON_OWN_STACK
       6             : void do_softirq_own_stack(void);
       7             : #else
       8             : static inline void do_softirq_own_stack(void)
       9             : {
      10          87 :         __do_softirq();
      11             : }
      12             : #endif
      13             : 
      14             : #endif

Generated by: LCOV version 1.14