Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/
H A Dpipe.c235 bool was_full, wake_next_reader = false; in pipe_read() local
253 was_full = pipe_full(pipe->head, pipe->tail, pipe->max_usage); in pipe_read()
367 if (unlikely(was_full)) in pipe_read()
381 was_full = pipe_full(pipe->head, pipe->tail, pipe->max_usage); in pipe_read()
388 if (was_full) in pipe_read()
/kernel/linux/linux-6.6/fs/
H A Dpipe.c236 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()
369 if (unlikely(was_full)) in pipe_read()
383 was_full = pipe_full(pipe->head, pipe->tail, pipe->max_usage); in pipe_read()
390 if (was_full) in pipe_read()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dosdmap.h60 bool was_full; /* for handle_one_map() */ member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dosdmap.h60 bool was_full; /* for handle_one_map() */ member
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c3818 pi->was_full = __pool_full(pi); in set_pool_was_full()
3830 return pi->was_full && !__pool_full(pi); in pool_cleared_full()
3943 bool was_full; in handle_one_map() local
3945 was_full = ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map()
3957 * Preserve ->was_full before destroying the old map. in handle_one_map()
3958 * For pools that weren't in the old map, ->was_full in handle_one_map()
3968 pi->was_full = old_pi->was_full; in handle_one_map()
3970 WARN_ON(pi->was_full); in handle_one_map()
3983 was_full in handle_one_map()
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dosd_client.c3906 pi->was_full = __pool_full(pi); in set_pool_was_full()
3918 return pi->was_full && !__pool_full(pi); in pool_cleared_full()
4031 bool was_full; in handle_one_map() local
4033 was_full = ceph_osdmap_flag(osdc, CEPH_OSDMAP_FULL); in handle_one_map()
4047 * Preserve ->was_full before destroying the old map. in handle_one_map()
4048 * For pools that weren't in the old map, ->was_full in handle_one_map()
4058 pi->was_full = old_pi->was_full; in handle_one_map()
4060 WARN_ON(pi->was_full); in handle_one_map()
4073 was_full in handle_one_map()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dswapfile.c721 bool was_full = !si->highest_bit; in swap_range_free() local
724 if (was_full && (si->flags & SWP_WRITEOK)) in swap_range_free()
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c734 bool was_full = !si->highest_bit; in swap_range_free() local
737 if (was_full && (si->flags & SWP_WRITEOK)) in swap_range_free()

Completed in 27 milliseconds