Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.9.4.
 1menu "AMD Library routines"
 2
 3#
 4# Closed hash table
 5#
 6config CHASH
 7	tristate
 8	default DRM_AMDGPU
 9	help
10	 Statically sized closed hash table implementation with low
11	 memory and CPU overhead.
12
13config CHASH_STATS
14	bool "Closed hash table performance statistics"
15	depends on CHASH
16	default n
17	help
18	 Enable collection of performance statistics for closed hash tables.
19
20config CHASH_SELFTEST
21	bool "Closed hash table self test"
22	depends on CHASH
23	default n
24	help
25	 Runs a selftest during module load. Several module parameters
26	 are available to modify the behaviour of the test.
27
28endmenu