Home
last modified time | relevance | path

Searched refs:thmap_default_ops (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_thmap.c256 static const thmap_ops_t thmap_default_ops = { variable
1019 thmap->ops = ops ? ops : &thmap_default_ops; in thmap_create()