Home
last modified time | relevance | path

Searched refs:bit_word (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dvlun.c147 * @bit_word: Passes back the word in the block allocator owning the free bit.
153 struct ba_lun_info *bali, int *bit_word) in find_free_range()
169 *bit_word = i; in find_free_range()
187 int bit_word = 0; in ba_alloc() local
204 bali->free_high_idx, bali, &bit_word); in ba_alloc()
208 bali, &bit_word); in ba_alloc()
218 bali->free_curr_idx = bit_word + 1; in ba_alloc()
220 bali->free_curr_idx = bit_word; in ba_alloc()
224 ((bit_word * BITS_PER_LONG) + bit_pos), ba_lun->lun_id, in ba_alloc()
227 return (u64) ((bit_word * BITS_PER_LON in ba_alloc()
151 find_free_range(u32 low, u32 high, struct ba_lun_info *bali, int *bit_word) find_free_range() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dvlun.c147 * @bit_word: Passes back the word in the block allocator owning the free bit.
153 struct ba_lun_info *bali, int *bit_word) in find_free_range()
169 *bit_word = i; in find_free_range()
187 int bit_word = 0; in ba_alloc() local
204 bali->free_high_idx, bali, &bit_word); in ba_alloc()
208 bali, &bit_word); in ba_alloc()
218 bali->free_curr_idx = bit_word + 1; in ba_alloc()
220 bali->free_curr_idx = bit_word; in ba_alloc()
224 ((bit_word * BITS_PER_LONG) + bit_pos), ba_lun->lun_id, in ba_alloc()
227 return (u64) ((bit_word * BITS_PER_LON in ba_alloc()
151 find_free_range(u32 low, u32 high, struct ba_lun_info *bali, int *bit_word) find_free_range() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsynthetic-events.c1249 int bit_word = cpu.cpu / 32; in synthesize_mask() local
1252 data->data->mask32_data.mask[bit_word] |= bit_mask; in synthesize_mask()

Completed in 6 milliseconds