Home
last modified time | relevance | path

Searched hist:"60169 c88d96408a08b123cf0211b1aa84fa32286" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_map.cdiff 60169c88d96408a08b123cf0211b1aa84fa32286 Thu Jun 26 18:04:03 CEST 2014 Alan Cox <alc@FreeBSD.org> Delay the call to crhold() in vm_map_insert() until we know that we won't
have to undo it by calling crfree(). This reduces the total number of calls
by vm_map_insert() to crhold() and crfree() by 45% in my tests.

Eliminate an unnecessary variable from vm_map_insert().

Reviewed by: kib
Tested by: pho