aboutsummaryrefslogtreecommitdiffstats
path: root/lib/once.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld1-5/+5
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-0/+30
2021-08-08once: Fix panic when module unloadKefeng Wang1-3/+8
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09once: switch to new jump label APIEric Biggers1-4/+4
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa1-21/+29
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa1-0/+54