Home
last modified time | relevance | path

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

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