Searched refs:b_pos (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 63 size_t to_alloc, size_t *prev_tail, size_t *b_pos, in wnd_scan() argument 73 *b_pos = wbit - *prev_tail; in wnd_scan() 84 *b_pos = wbit - *prev_tail; in wnd_scan() 100 *b_pos = wbit + wpos - *prev_tail; in wnd_scan() 981 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local 1009 b_len = b_pos = 0; in wnd_find() 1127 b_pos = e->start.key; in wnd_find() 1157 b_pos = wbit - prev_tail; in wnd_find() 1214 &prev_tail, &b_pos, in wnd_find() 1229 &b_pos, &b_len); in wnd_find() [all …]
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 4258 u8 b_group, b_pos; /* byte-group, bit-position */ in _set_wl_ch_map() local 4291 b_pos = 7 - ((i - 2402) % 8); in _set_wl_ch_map() 4292 wl->ch_map[b_group] |= BIT(b_pos); in _set_wl_ch_map() 4298 b_pos = 7 - (((i - 2402) / 2) % 8); in _set_wl_ch_map() 4299 wl->ch_map_le[b_group] |= BIT(b_pos); in _set_wl_ch_map()
|