Home
last modified time | relevance | path

Searched refs:rcu_read_unlock_sched (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Dmmzone.h2164 rcu_read_unlock_sched(); in pfn_valid()
2172 rcu_read_unlock_sched(); in pfn_valid()
2189 rcu_read_unlock_sched(); in first_valid_pfn()
2198 rcu_read_unlock_sched(); in first_valid_pfn()
H A Drcupdate.h923 * Note that rcu_read_lock_sched() and the matching rcu_read_unlock_sched()
925 * rcu_read_unlock_sched() from process context if the matching
945 * rcu_read_unlock_sched() - marks the end of a RCU-classic critical section
949 static inline void rcu_read_unlock_sched(void) in rcu_read_unlock_sched() function
952 "rcu_read_unlock_sched() used illegally while idle"); in rcu_read_unlock_sched()
/linux/kernel/locking/
H A Dlockdep_proc.c483 rcu_read_unlock_sched(); in seq_stats()
495 rcu_read_unlock_sched(); in seq_stats()
/linux/kernel/trace/
H A Dtrace_events_inject.c30 rcu_read_unlock_sched(); in trace_inject_entry()
H A Dtrace_events_user.c1702 rcu_read_unlock_sched(); in update_enable_bit_for()
2269 rcu_read_unlock_sched(); in user_events_write_core()
2308 rcu_read_unlock_sched(); in user_events_write_core()
H A Dtrace_events.c1771 rcu_read_unlock_sched(); in p_stop()
H A Dftrace.c8301 rcu_read_unlock_sched(); in fpid_stop()
/linux/kernel/sched/
H A Ddeadline.c3160 rcu_read_unlock_sched(); in sched_dl_global_validate()
3200 rcu_read_unlock_sched(); in sched_dl_do_global()
3210 rcu_read_unlock_sched(); in sched_dl_do_global()
3425 rcu_read_unlock_sched(); in dl_cpuset_cpumask_can_shrink()
3503 rcu_read_unlock_sched(); in dl_bw_manage()
/linux/fs/
H A Dfile.c663 rcu_read_unlock_sched(); in fd_install()
676 rcu_read_unlock_sched(); in fd_install()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2565 rcu_read_lock_sched() and rcu_read_unlock_sched() disable and
2568 rcu_read_unlock_sched() will enter the scheduler, with all the
2570 this can make it look as if rcu_read_unlock_sched() was executing
2572 that task will enjoy low-overhead rcu_read_unlock_sched()
2577 includes rcu_read_lock_sched(), rcu_read_unlock_sched(),
/linux/Documentation/RCU/
H A DwhatisRCU.rst413 c. rcu_read_lock_sched() / rcu_read_unlock_sched()
1096 rcu_read_unlock_sched synchronize_rcu
H A Dchecklist.rst238 rcu_read_unlock_sched(). If the updater uses synchronize_srcu()
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst124 ``rcu_read_unlock_sched()`` leave no trace of their invocation, in
/linux/lib/
H A Dlocking-selftest.c2522 DEFINE_LOCK_GUARD_0(RCU_SCHED, rcu_read_lock_sched(), rcu_read_unlock_sched())