Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dtls.c21 static int get_free_idx(void) in get_free_idx() function
135 idx = get_free_idx(); in do_set_thread_area()
/linux/arch/x86/um/
A Dtls_32.c63 static int get_free_idx(struct task_struct* task) in get_free_idx() function
291 idx = get_free_idx(current); in SYSCALL_DEFINE1()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
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()
148 i = get_free_idx(mask >> REPEATER_BSSID_START, 0, in get_omac_idx()
153 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
169 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmain.c121 static inline int get_free_idx(u32 mask, u8 start, u8 end) in get_free_idx() function
135 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx()
142 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
156 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()

Completed in 12 milliseconds