aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/selftest/mpmc_ring.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftest/mpmc_ring: use rwsem instead of multiple completionsJason A. Donenfeld2018-06-171-10/+10
* selftest/mpmc_ring: switch back to our own ringJason A. Donenfeld2018-06-171-9/+8
* selftest/mpmc_ring: use completion and switch to ptr_ringJason A. Donenfeld2018-06-171-17/+23
* selftest/mpmc_ring: use kthreadsJason A. Donenfeld2018-06-171-40/+26
* selftest/mpmc_ring: don't starve other queuesJason A. Donenfeld2018-06-171-21/+28
* selftest/mpmc_ring: round-robin CPUsJason A. Donenfeld2018-06-171-2/+5
* selftest/mpmc_ring: small restructuringJason A. Donenfeld2018-06-171-18/+17
* Test commitThomas Gschwantner2018-06-171-6/+10
* selftest/mpmc_ring: use int64_t for countersThomas Gschwantner2018-06-151-6/+6
* selftest/mpmc_ring: Add more __init/__initdata annotationsJonathan Neuschäfer2018-06-141-3/+3
* selftest/mpmc_ring: Remove const qualifier from mpmc_ptr_ring_produce argumentJonathan Neuschäfer2018-06-121-1/+1
* mpmc_ptr_ring: Fix some style detailsJonathan Neuschäfer2018-06-121-0/+1
* mpmc_ptr_ring: add selftestThomas Gschwantner2018-06-111-0/+121