summaryrefslogtreecommitdiff
path: root/lib/ovs-rcu.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-061-2/+2
* ovs-rcu: Add ovsrcu_barrier.Peng He2022-05-301-0/+15
* ovs-vswitchd: Fire RCU callbacks before exit to reduce memory leak warnings.Ben Pfaff2018-02-011-0/+2
* ovs-rcu: Add new ovsrcu_index type.Daniele Di Proietto2016-08-031-0/+84
* dpif-netdev: Remove PMD latency on seq_mutexFlavio Leitner2016-07-081-0/+1
* ovs-thread: Do not quiesce in ovs_mutex_cond_wait().Daniele Di Proietto2016-05-231-2/+1
* ovs-thread: Do not always end quiescent state in ovs_thread_create().Daniele Di Proietto2016-03-251-1/+2
* ovs-rcu: Improve comments on ovsrcu_postpone().Ben Pfaff2016-01-251-2/+4
* ovs-rcu: Comment fixes.Ben Pfaff2015-06-121-4/+4
* rculist: Remove postponed poisoning.Jarno Rajahalme2015-06-111-1/+14
* lib/ovs-rcu: Support static initialization.Jarno Rajahalme2014-10-271-2/+2
* lib/ovs-rcu: evaluate argument of ovsrcu_get only once.Jarno Rajahalme2014-07-211-3/+4
* lib/ovs-rcu: Export ovsrcu_synchronize().Jarno Rajahalme2014-07-111-0/+4
* lib/ovs-rcu: Rename ovsrcu_init() as ovsrcu_set_hidden().Jarno Rajahalme2014-06-031-7/+13
* lib/ovs-rcu: Evaluate parameters before ovsrcu_set and ovsrcu_init.Jarno Rajahalme2014-06-031-2/+23
* ovs-rcu: Remove the extra 'typedef' keyword.Jarno Rajahalme2014-06-031-1/+1
* lib/ovs-rcu: Fix documentation, add ovsrcu_init().Jarno Rajahalme2014-05-281-29/+23
* ovs-rcu: Fix typo in comment.Ben Pfaff2014-05-191-1/+1
* ovs-rcu: Add OVSRCU_TYPE_INITIALIZER which initializes OVSRCU_TYPE variables ...Ryan Wilson2014-05-191-0/+2
* timeval: Preserve quiescence across time_poll().Ben Pfaff2014-04-281-0/+1
* ovs-rcu: New library.Ben Pfaff2014-03-181-0/+182