Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/
Dtls.c21 static int get_free_idx(void) in get_free_idx() function
135 idx = get_free_idx(); in do_set_thread_area()
/Linux-v6.1/arch/x86/um/
Dtls_32.c63 static int get_free_idx(struct task_struct* task) in get_free_idx() function
285 idx = get_free_idx(current); in SYSCALL_DEFINE1()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
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-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c114 static inline int get_free_idx(u32 mask, u8 start, u8 end) in get_free_idx() function
128 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx()
135 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
149 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()