Searched refs:was_full (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
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()
|
A D | commonring.h | 29 bool was_full; member
|
/linux-6.3-rc2/net/vmw_vsock/ |
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-6.3-rc2/fs/ |
A D | pipe.c | 236 bool was_full, wake_next_reader = false; in pipe_read() local 254 was_full = pipe_full(pipe->head, pipe->tail, pipe->max_usage); in pipe_read() 368 if (unlikely(was_full)) in pipe_read() 382 was_full = pipe_full(pipe->head, pipe->tail, pipe->max_usage); in pipe_read() 389 if (was_full) in pipe_read()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | osdmap.h | 60 bool was_full; /* for handle_one_map() */ member
|
/linux-6.3-rc2/net/ceph/ |
A D | osd_client.c | 3815 pi->was_full = __pool_full(pi); in set_pool_was_full() 3827 return pi->was_full && !__pool_full(pi); in pool_cleared_full() 3940 bool was_full; in handle_one_map() local 3942 was_full = ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map() 3967 pi->was_full = old_pi->was_full; in handle_one_map() 3969 WARN_ON(pi->was_full); in handle_one_map() 3982 was_full &= !ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map() 3983 scan_requests(&osdc->homeless_osd, skipped_map, was_full, true, in handle_one_map() 3991 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
|
/linux-6.3-rc2/mm/ |
A D | swapfile.c | 732 bool was_full = !si->highest_bit; in swap_range_free() local 735 if (was_full && (si->flags & SWP_WRITEOK)) in swap_range_free()
|
Completed in 26 milliseconds