table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
RCU_IDLE_EXIT(9) | Driver Basics | RCU_IDLE_EXIT(9) |
NAME¶
rcu_idle_exit - inform RCU that current CPU is leaving idleSYNOPSIS¶
void
rcu_idle_exit(void);
ARGUMENTS¶
voidno arguments
DESCRIPTION¶
Exit idle mode, in other words, -enter- the mode in which RCU read-side critical sections can occur. We crowbar the ->dynticks_nesting field to DYNTICK_TASK_NEST to allow for the possibility of usermode upcalls messing up our count of interrupt nesting level during the busy period that is just now starting.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |