Searched refs:was_full (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | commonring.c | 81 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 D | commonring.h | 29 bool was_full; member
|
| /linux/net/vmw_vsock/ |
| H A D | vmci_transport_notify_qstate.c | 262 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/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 88 bool was_full = (used + freed == rtg_blocks(rtg)); in xfs_zone_account_reclaimable() local 107 if (!was_full) in xfs_zone_account_reclaimable() 118 } else if (was_full) { in xfs_zone_account_reclaimable()
|
| /linux/include/linux/ceph/ |
| H A D | osdmap.h | 60 bool was_full; /* for handle_one_map() */ member
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 3889 pi->was_full = __pool_full(pi); in set_pool_was_full() 3901 return pi->was_full && !__pool_full(pi); in pool_cleared_full() 4014 bool was_full; in handle_one_map() local 4016 was_full = ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map() 4041 pi->was_full = old_pi->was_full; in handle_one_map() 4043 WARN_ON(pi->was_full); in handle_one_map() 4056 was_full &= !ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map() 4057 scan_requests(&osdc->homeless_osd, skipped_map, was_full, true, in handle_one_map() 4065 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
|
| /linux/mm/ |
| H A D | slub.c | 5514 bool was_full; in __slab_free() local 5534 was_full = (old.freelist == NULL); in __slab_free() 5547 if (!new.inuse || was_full) { in __slab_free() 5577 if (!was_full && !on_node_partial) { in __slab_free() 5593 if (unlikely(was_full)) { in __slab_free() 5605 if (likely(!was_full)) { in __slab_free()
|