Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c81 if (!commonring->was_full) in brcmf_commonring_write_available()
84 commonring->was_full = false; in brcmf_commonring_write_available()
103 commonring->was_full = true; in brcmf_commonring_write_available()
137 commonring->was_full = true; in brcmf_commonring_reserve_for_write()
176 commonring->was_full = true; in brcmf_commonring_reserve_for_write_multiple()
H A Dcommonring.h29 bool was_full; member
/linux/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c262 bool was_full = false; in vmci_transport_notify_pkt_recv_post_dequeue() local
273 was_full = free_space == copied; in vmci_transport_notify_pkt_recv_post_dequeue()
275 if (was_full) in vmci_transport_notify_pkt_recv_post_dequeue()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c212 bool was_full; in mlx5_dma_pool_free() local
215 was_full = bitmap_empty(page->bitmap, blocks_per_page); in mlx5_dma_pool_free()
224 if (was_full) in mlx5_dma_pool_free()
/linux/include/linux/ceph/
H A Dosdmap.h60 bool was_full; /* for handle_one_map() */ member
/linux/fs/xfs/
H A Dxfs_zone_alloc.c89 bool was_full = (used + freed == rtg_blocks(rtg)); in xfs_zone_account_reclaimable() local
108 if (!was_full) in xfs_zone_account_reclaimable()
119 } else if (was_full) { in xfs_zone_account_reclaimable()
/linux/mm/
H A Dslub.c5717 bool was_full; in __slab_free() local
5737 was_full = (old.freelist == NULL); in __slab_free()
5750 if (!new.inuse || was_full) { in __slab_free()
5780 if (!was_full && !on_node_partial) { in __slab_free()
5796 if (unlikely(was_full)) { in __slab_free()
5808 if (likely(!was_full)) { in __slab_free()