Home
last modified time | relevance | path

Searched refs:was_full (Results 1 – 8 of 8) 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/net/ceph/
H A Dosd_client.c3890 pi->was_full = __pool_full(pi); in set_pool_was_full()
3902 return pi->was_full && !__pool_full(pi); in pool_cleared_full()
4015 bool was_full; in handle_one_map()
4017 was_full = ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map()
4031 * Preserve ->was_full before destroying the old map. in handle_one_map()
4032 * For pools that weren't in the old map, ->was_full in handle_one_map()
4042 pi->was_full = old_pi->was_full; in handle_one_map()
4044 WARN_ON(pi->was_full); in handle_one_map()
4057 was_full in handle_one_map()
4014 bool was_full; handle_one_map() local
[all...]
/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()