Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dhfsplus_raw.h123 __be32 next_alloc; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
H A Dhostap_wlan.h673 int next_alloc; /* index to the next intransmitfid to be checked for member
H A Dhostap_hw.c2099 idx = local->next_alloc; in prism2_alloc_ev()
2116 local->next_alloc = idx >= PRISM2_TXFID_COUNT ? 0 : in prism2_alloc_ev()
2130 } while (idx != local->next_alloc); in prism2_alloc_ev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmvnic.h922 int next_alloc; member
H A Dibmvnic.c517 rx_pool->next_alloc = 0; in reset_rx_pools()
620 rx_pool->next_alloc = 0; in init_rx_pools()
2405 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool()
2406 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c1681 next_alloc: in expand_inode_data()
1705 goto next_alloc; in expand_inode_data()