Home
last modified time | relevance | path

Searched defs:map_b (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/exfat/
Dballoc.c201 unsigned int i, map_i, map_b, ent_idx; in exfat_find_free_bitmap() local
245 unsigned int i, map_i = 0, map_b = 0; in exfat_count_used_clusters() local
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dfw.c991 u8 map_b = hal->antenna_tx == RF_AB ? 1 : 0; in __rtw89_fw_h2c_set_tx_path() local
/Linux-v6.1/kernel/bpf/
Dsyscall.c566 bool bpf_map_equal_kptr_off_tab(const struct bpf_map *map_a, const struct bpf_map *map_b) in bpf_map_equal_kptr_off_tab()