Searched refs:get_free_idx (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/x86/kernel/ |
D | tls.c | 21 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/ |
D | tls_32.c | 63 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/ |
D | main.c | 128 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/ |
D | main.c | 114 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()
|