Home
last modified time | relevance | path

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

/linux/lib/
H A Dsbitmap.c215 u64 shallow_word_depth; in __map_depth_with_shallow() local
222 shallow_word_depth = word_depth * shallow_depth; in __map_depth_with_shallow()
223 reminder = do_div(shallow_word_depth, sb->depth); in __map_depth_with_shallow()
226 shallow_word_depth++; in __map_depth_with_shallow()
228 return (unsigned int)shallow_word_depth; in __map_depth_with_shallow()