Lines Matching refs:tlsf_ffs
85 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() function
94 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() function
121 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() function
138 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() function
148 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() function
166 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() function
183 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() function
572 fl = tlsf_ffs(fl_map); in search_suitable_block()
577 sl = tlsf_ffs(sl_map); in search_suitable_block()
1038 rv += (tlsf_ffs(0) == -1) ? 0 : 0x1; in test_ffs_fls()
1040 rv += (tlsf_ffs(1) == 0) ? 0 : 0x4; in test_ffs_fls()
1042 rv += (tlsf_ffs(0x80000000) == 31) ? 0 : 0x10; in test_ffs_fls()
1043 rv += (tlsf_ffs(0x80008000) == 15) ? 0 : 0x20; in test_ffs_fls()