Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hfsplus/
Dhfsplus_raw.h122 __be32 next_alloc; member
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_proc.c21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
Dhostap_wlan.h671 int next_alloc; /* index to the next intransmitfid to be checked for member
Dhostap_hw.c2118 idx = local->next_alloc; in prism2_alloc_ev()
2135 local->next_alloc = idx >= PRISM2_TXFID_COUNT ? 0 : in prism2_alloc_ev()
2149 } while (idx != local->next_alloc); in prism2_alloc_ev()