Searched refs:next_alloc (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | hfsplus_raw.h | 123 __be32 next_alloc; member
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | hfsplus_raw.h | 123 __be32 next_alloc; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_proc.c | 20 seq_printf(m, "next_txfid=%d next_alloc=%d\n", in prism2_debug_proc_show() 21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
|
H A D | hostap_hw.c | 2099 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()
|
H A D | hostap_wlan.h | 663 /* txfid, intransmitfid, next_txtid, and next_alloc are protected by 673 int next_alloc; /* index to the next intransmitfid to be checked for member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_proc.c | 20 seq_printf(m, "next_txfid=%d next_alloc=%d\n", in prism2_debug_proc_show() 21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
|
H A D | hostap_hw.c | 2103 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()
|
H A D | hostap_wlan.h | 665 /* txfid, intransmitfid, next_txtid, and next_alloc are protected by 675 int next_alloc; /* index to the next intransmitfid to be checked for member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.h | 922 int next_alloc; member
|
H A D | ibmvnic.c | 517 rx_pool->next_alloc = 0; in reset_rx_pools() 620 rx_pool->next_alloc = 0; in init_rx_pools() 2415 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool() 2416 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.h | 876 int next_alloc; member
|
H A D | ibmvnic.c | 1151 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()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 1657 next_alloc: in expand_inode_data() 1681 goto next_alloc; in expand_inode_data()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 1717 next_alloc: in f2fs_expand_inode_data() 1743 goto next_alloc; in f2fs_expand_inode_data()
|
Completed in 44 milliseconds