Home
last modified time | relevance | path

Searched refs:get_free_idx (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kernel/
H A Dtls.c22 static int get_free_idx(void) in get_free_idx() function
136 idx = get_free_idx(); in do_set_thread_area()
/linux/arch/x86/um/
H A Dtls_32.c48 static int get_free_idx(struct task_struct* task) in get_free_idx() function
269 idx = get_free_idx(current); in SYSCALL_DEFINE1()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c128 static inline int get_free_idx(u32 mask, u8 start, u8 end) in get_free_idx() function
140 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx()
145 i = get_free_idx(mask >> REPEATER_BSSID_START, 0, in get_omac_idx()
150 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
166 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c112 static inline int get_free_idx(u32 mask, u8 start, u8 end) in get_free_idx() function
126 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx()
133 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
147 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c137 static inline int get_free_idx(u32 mask, u8 start, u8 end) in get_free_idx() function
151 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx()
158 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
172 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()