Searched refs:rcu_sync_is_idle (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Drcu_sync.h46 * rcu_sync_is_idle() - Are readers permitted to use their fastpaths?
53 static inline bool rcu_sync_is_idle(struct rcu_sync *rsp) rcu_sync_is_idle() function
/linux-4.4.14/kernel/locking/
H A Dpercpu-rwsem.c54 success = rcu_sync_is_idle(&brw->rss); update_fast_ctr()
127 * Make rcu_sync_is_idle() == F and thus disable the fast-path in percpu_down_write()
/linux-4.4.14/kernel/rcu/
H A Dsync.c69 "suspicious rcu_sync_is_idle() usage"); rcu_sync_lockdep_assert()
91 * subsequent calls to rcu_sync_is_idle() will return false, which
186 * calls to rcu_sync_is_idle() will return true, which tells readers that

Completed in 106 milliseconds