Home
last modified time | relevance | path

Searched refs:cnttz (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.h257 * blkstol2(), cntlz(), and cnttz() are operating system dependent functions.
268 #define LITOL2BSZ(n,m,b) ((((n) == 0) ? (m) : cnttz((n))) + (b))
H A Djfs_dmap.c99 static int cnttz(u32 word);
3138 * NAME: cnttz(uint word)
3149 static int cnttz(u32 word) in cnttz() function
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.h257 * blkstol2(), cntlz(), and cnttz() are operating system dependent functions.
268 #define LITOL2BSZ(n,m,b) ((((n) == 0) ? (m) : cnttz((n))) + (b))
H A Djfs_dmap.c99 static int cnttz(u32 word);
3074 * NAME: cnttz(uint word)
3085 static int cnttz(u32 word) in cnttz() function

Completed in 10 milliseconds