freebsd-dev/sys/cddl
Pawel Jakub Dawidek 28e449adf2 If we have to use avl_find(), optimize a bit and use avl_insert() instead of
avl_add() (the latter is actually a wrapper around avl_find() + avl_insert()).

Fix similar case in the code that is currently commented out.
2009-09-07 21:58:54 +00:00
..
boot/zfs Unexpand $FreeBSD$. 2009-05-23 16:01:58 +00:00
compat/opensolaris Defer thread start until we set priority. 2009-09-07 19:22:44 +00:00
contrib/opensolaris If we have to use avl_find(), optimize a bit and use avl_insert() instead of 2009-09-07 21:58:54 +00:00
dev dtrace_gethrtime: improve scaling of TSC ticks to nanoseconds 2009-07-15 17:07:39 +00:00