Searched refs:was_full (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcommonring.c102 if (!commonring->was_full) brcmf_commonring_write_available()
105 commonring->was_full = false; brcmf_commonring_write_available()
124 commonring->was_full = true; brcmf_commonring_write_available()
158 commonring->was_full = true; brcmf_commonring_reserve_for_write()
197 commonring->was_full = true; brcmf_commonring_reserve_for_write_multiple()
H A Dcommonring.h39 bool was_full; member in struct:brcmf_commonring
/linux-4.1.27/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c270 bool was_full = false; vmci_transport_notify_pkt_recv_post_dequeue() local
281 was_full = free_space == copied; vmci_transport_notify_pkt_recv_post_dequeue()
283 if (was_full) vmci_transport_notify_pkt_recv_post_dequeue()
/linux-4.1.27/net/ceph/
H A Dosd_client.c2067 bool was_full; ceph_osdc_handle_map() local
2081 was_full = ceph_osdmap_flag(osdc->osdmap, CEPH_OSDMAP_FULL); ceph_osdc_handle_map()
2107 was_full = was_full || ceph_osdc_handle_map()
2110 kick_requests(osdc, 0, was_full); ceph_osdc_handle_map()
2153 was_full = was_full || ceph_osdc_handle_map()
2156 kick_requests(osdc, skipped_map, was_full); ceph_osdc_handle_map()
/linux-4.1.27/mm/
H A Dswapfile.c803 bool was_full = !p->highest_bit; swap_entry_free() local
805 if (was_full && (p->flags & SWP_WRITEOK)) { swap_entry_free()

Completed in 206 milliseconds