OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rcu_read_lock
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/linux/
rcupdate.h
138
*
rcu_read_lock
- mark the beginning of an RCU read-side critical section.
166
#define
rcu_read_lock
() \
macro
175
* See
rcu_read_lock
() for more information.
196
* This is equivalent of
rcu_read_lock
(), but to be used when updates
201
* can use just
rcu_read_lock
().
267
* guarantees that
rcu_read_lock
() sections will have completed.
netfilter.h
281
rcu_read_lock
();
297
rcu_read_lock
();
319
rcu_read_lock
();
list.h
523
* as long as the traversal is guarded by
rcu_read_lock
().
545
* as long as the traversal is guarded by
rcu_read_lock
().
560
* as long as the traversal is guarded by
rcu_read_lock
().
578
* as long as the traversal is guarded by
rcu_read_lock
().
717
* list-traversal primitive must be guarded by
rcu_read_lock
().
878
* as long as the traversal is guarded by
rcu_read_lock
().
/external/iptables/libiptc/
linux_list.h
444
* as long as the traversal is guarded by
rcu_read_lock
().
463
* as long as the traversal is guarded by
rcu_read_lock
().
477
* as long as the traversal is guarded by
rcu_read_lock
().
496
* as long as the traversal is guarded by
rcu_read_lock
().
609
* must be guarded by
rcu_read_lock
().
715
* as long as the traversal is guarded by
rcu_read_lock
().
Completed in 328 milliseconds