Searched refs:bt_range (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | bitmap.c | 118 bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2, size_t end_pos) in bt_range() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | bitmap.h | 149 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | startup.c | 3274 if (bt_range(toxic_bit_map, &start, &end, end) == 0) in device_arena_contains()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_as.c | 2273 while (bt_range(bitmap, &pos1, &pos2, end_pos)) { in as_segunlock()
|