Home
last modified time | relevance | path

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

/linux-6.6.21/fs/hfsplus/
Dhfsplus_raw.h123 __be32 next_alloc; member
/linux-6.6.21/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
Dhostap_wlan.h675 int next_alloc; /* index to the next intransmitfid to be checked for member
Dhostap_hw.c2103 idx = local->next_alloc; in prism2_alloc_ev()
2120 local->next_alloc = idx >= PRISM2_TXFID_COUNT ? 0 : in prism2_alloc_ev()
2134 } while (idx != local->next_alloc); in prism2_alloc_ev()
/linux-6.6.21/drivers/net/ethernet/ibm/
Dibmvnic.h876 int next_alloc; member
Dibmvnic.c1151 rx_pool->next_alloc = 0; in init_rx_pools()
3417 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool()
3418 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()
/linux-6.6.21/fs/f2fs/
Dfile.c1728 next_alloc: in f2fs_expand_inode_data()
1754 goto next_alloc; in f2fs_expand_inode_data()