Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/fs/xfs/
H A Dxfs_zone_alloc.c79 bool was_full = (used + freed == rtg_blocks(rtg)); in xfs_zone_account_reclaimable() local
97 if (!was_full) in xfs_zone_account_reclaimable()
101 if (!was_full) in xfs_zone_account_reclaimable()
112 } else if (was_full) { in xfs_zone_account_reclaimable()
/linux-6.15/include/linux/ceph/
H A Dosdmap.h60 bool was_full; /* for handle_one_map() */ member
/linux-6.15/net/ceph/
H A Dosd_client.c3885 pi->was_full = __pool_full(pi); in set_pool_was_full()
3897 return pi->was_full && !__pool_full(pi); in pool_cleared_full()
4010 bool was_full; in handle_one_map() local
4012 was_full = ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map()
4037 pi->was_full = old_pi->was_full; in handle_one_map()
4039 WARN_ON(pi->was_full); in handle_one_map()
4052 was_full &= !ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map()
4053 scan_requests(&osdc->homeless_osd, skipped_map, was_full, true, in handle_one_map()
4061 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()