mjg
b46ad9fa56
Implement unr64
...
Important users of unr like tmpfs or pipes can get away with just
ever-increasing counters, making the overhead of managing the state
for 32 bit counters a pessimization.
Change it to an atomic variable. This can be further sped up by making
the counts variable "allocate" ranges and store them per-cpu.
Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18054
2018-11-20 14:58:41 +00:00
..
2018-11-16 21:27:11 +00:00
2018-11-19 03:02:47 +00:00
2018-11-19 03:52:56 +00:00
2018-11-15 16:02:45 +00:00
2018-11-14 14:18:35 +00:00
2018-11-20 14:18:57 +00:00
2018-11-19 21:59:07 +00:00
2018-11-13 20:07:55 +00:00
2018-10-26 20:53:01 +00:00
2018-10-20 20:45:49 +00:00
2018-11-19 23:56:33 +00:00
2018-11-12 22:18:11 +00:00
2018-11-20 01:59:57 +00:00
2018-11-07 16:28:09 +00:00
2018-11-10 21:02:32 +00:00
2018-11-12 21:01:28 +00:00
2018-09-26 17:12:14 +00:00
2018-11-20 14:58:41 +00:00
2018-07-18 00:56:25 +00:00
2018-10-20 22:39:35 +00:00
2018-11-19 06:48:48 +00:00
2018-11-19 21:59:07 +00:00
2018-11-16 14:21:57 +00:00
2018-08-10 20:37:32 +00:00
2018-11-19 07:27:50 +00:00
2018-11-17 16:13:09 +00:00
2018-11-12 11:20:59 +00:00
2018-10-21 14:19:16 +00:00
2018-11-12 11:20:59 +00:00
2018-07-30 15:46:40 +00:00
2018-06-16 08:26:23 +00:00
2018-09-09 07:20:15 +00:00
2018-10-23 18:07:37 +00:00
2018-11-19 23:54:49 +00:00
2018-11-13 18:20:27 +00:00
2018-07-20 12:03:16 +00:00
2018-11-02 20:50:22 +00:00
2018-11-20 00:08:33 +00:00
2018-11-20 14:58:41 +00:00
2018-10-21 08:29:36 +00:00
2018-07-15 00:31:17 +00:00
2018-11-09 18:56:40 +00:00
2018-11-14 14:18:35 +00:00
2018-11-19 17:17:23 +00:00
2018-11-16 23:39:39 +00:00
2018-09-13 07:14:11 +00:00