Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.17-rc2 4 lines 109 B view raw
1#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0 2 3#define __ratelimit(x) (*(x)) 4