Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
A Dhfsplus_raw.h123 __be32 next_alloc; member
/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_proc.c21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
A Dhostap_wlan.h673 int next_alloc; /* index to the next intransmitfid to be checked for member
A Dhostap_hw.c2102 idx = local->next_alloc; in prism2_alloc_ev()
2119 local->next_alloc = idx >= PRISM2_TXFID_COUNT ? 0 : in prism2_alloc_ev()
2133 } while (idx != local->next_alloc); in prism2_alloc_ev()
/linux/drivers/net/ethernet/ibm/
A Dibmvnic.h836 int next_alloc; member
A Dibmvnic.c745 rx_pool->next_alloc = 0; in init_rx_pools()
2811 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool()
2812 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()
/linux/fs/f2fs/
A Dfile.c1673 next_alloc: in expand_inode_data()
1697 goto next_alloc; in expand_inode_data()

Completed in 61 milliseconds