summaryrefslogtreecommitdiffstats
path: root/rcuhashbash-resize.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Add rwlock-based hash-table resizeHEADmasterJosh Triplett1-0/+47
2011-01-06Actually record number of resizes in dddsJosh Triplett1-0/+2
2011-01-06Fix some indentation problems.Josh Triplett1-2/+2
2011-01-04New hash resize algorithm; secondary table no longer requiredJosh Triplett1-55/+41
2011-01-04Add DDDS implementationJosh Triplett1-4/+100
2011-01-03Allocate space for struct rcuhashbash_table, not a pointer to itJosh Triplett1-1/+1
2011-01-03Only try lookup in secondary table if not NULLJosh Triplett1-4/+7
2011-01-03Move rcuhashbash_read_thread next to rcuhashbash_resize_thread after all opsJosh Triplett1-21/+21
2011-01-03Support running without a resize thread.Josh Triplett1-7/+10
2011-01-03Add module parameters for hash-table sizeJosh Triplett1-12/+13
2011-01-03Add rcuhashbash-resizeJosh Triplett1-0/+440