Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/fs/erofs/
Dzpvec.h111 bool *occupied) in z_erofs_pagevec_enqueue() argument
113 *occupied = false; in z_erofs_pagevec_enqueue()
128 *occupied = true; in z_erofs_pagevec_enqueue()
Dzdata.c295 bool occupied; in z_erofs_attach_page() local
304 page, type, &occupied); in z_erofs_attach_page()
/Linux-v5.4/drivers/pci/hotplug/
Dpciehp_core.c161 bool occupied; in pciehp_check_presence() local
166 occupied = pciehp_card_present_or_link_active(ctrl); in pciehp_check_presence()
167 if ((occupied && (ctrl->state == OFF_STATE || in pciehp_check_presence()
169 (!occupied && (ctrl->state == ON_STATE || in pciehp_check_presence()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring.h301 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local
307 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple()
308 dst = (void *)&ring->ring[occupied]; in amdgpu_ring_write_multiple()
309 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple()
/Linux-v5.4/Documentation/media/uapi/dvb/
Ddmx-querybuf.rst57 ``bytesused`` the number of bytes occupied by data in the buffer (payload).
64 and the ``bytesused`` the number of bytes occupied by data in the buffer
/Linux-v5.4/sound/soc/mediatek/mt2701/
Dmt2701-afe-common.h75 int occupied[MTK_STREAM_NUM]; member
Dmt2701-afe-pcm.c157 if (i2s_path->occupied[substream->stream]) in mt2701_afe_i2s_shutdown()
158 i2s_path->occupied[substream->stream] = 0; in mt2701_afe_i2s_shutdown()
245 if (i2s_path->occupied[substream->stream]) in mt2701_afe_i2s_prepare()
252 i2s_path->occupied[substream->stream] = 1; in mt2701_afe_i2s_prepare()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwsignal.c388 u8 occupied; member
723 desc->occupied = 1; in brcmf_fws_macdesc_init()
739 desc->occupied = 0; in brcmf_fws_macdesc_deinit()
756 if (entry->occupied && !memcmp(entry->ea, ea, ETH_ALEN)) in brcmf_fws_macdesc_lookup()
818 if (entry->occupied && (ifidx == -1 || ifidx == entry->interface_id)) { in brcmf_fws_macdesc_cleanup()
820 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup()
1017 if (entry->occupied) { in brcmf_fws_macdesc_indicate()
1031 if (!entry->occupied) { in brcmf_fws_macdesc_indicate()
1073 if (!entry->occupied) { in brcmf_fws_macdesc_state_indicate()
1111 if (!entry->occupied) { in brcmf_fws_interface_state_indicate()
[all …]
/Linux-v5.4/Documentation/driver-api/
Dconsole.rst17 that is currently occupied by another modular driver. (Exception: Drivers that
20 occupied by the system driver. In the same token, if the modular driver is
81 hand, will bind the driver to the consoles that are currently occupied by a
Dxillybus.rst316 occupied with user data.
/Linux-v5.4/Documentation/devicetree/bindings/mailbox/
Dstm32-ipcc.txt18 - interrupts: Interrupt specifiers for "rx channel occupied", "tx channel
/Linux-v5.4/drivers/infiniband/hw/efa/
Defa_com.c52 u8 occupied; member
288 comp_ctx->occupied = 0; in efa_com_put_comp_ctx()
297 if (aq->comp_ctx[ctx_id].occupied && capture) { in efa_com_get_comp_ctx()
306 aq->comp_ctx[ctx_id].occupied = 1; in efa_com_get_comp_ctx()
/Linux-v5.4/arch/arm/
DKconfig-nommu45 occupied by read-only memory depending on H/W design.
/Linux-v5.4/Documentation/input/
Dgameport-programming.rst30 Also, always request_region() on the whole io space occupied by the
39 already occupied by other gameports.
/Linux-v5.4/Documentation/x86/x86_64/
D5level-paging.rst50 occupied, we look for unmapped area in *full* address space, rather than
/Linux-v5.4/Documentation/admin-guide/mm/
Dconcepts.rst175 circumstances, even pages occupied with kernel data structures can be
205 addresses the fragmentation issue. This mechanism moves occupied pages
/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_com.c86 bool occupied; member
196 comp_ctx->occupied = false; in comp_ctxt_release()
209 if (unlikely(queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt()
216 queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt151 If this is 2, the two DWORDs occupied by the MAC address
/Linux-v5.4/Documentation/driver-api/serial/
Dmoxa-smartio.rst467 If major number 30 and 35 had been occupied, you may have to select
474 In /proc/devices, you may find all the major numbers occupied
/Linux-v5.4/Documentation/ia64/
Daliasing.rst164 or occupied by firmware do not appear in kern_memmap).
/Linux-v5.4/Documentation/core-api/
Dassoc_array.rst438 space. The leaves can be in any slot not occupied by a metadata pointer. It
439 is guaranteed that none of the leaves in a node will match a slot occupied by a
/Linux-v5.4/Documentation/media/v4l-drivers/
Dphilips.rst183 - If a device node is already occupied, registration will fail and
/Linux-v5.4/Documentation/filesystems/caching/
Dobject.txt134 (1) Threads may be completely occupied for very long periods of time by a
/Linux-v5.4/Documentation/media/uapi/v4l/
Dbuffer.rst197 - The number of bytes occupied by the data in the buffer. It depends
352 - The number of bytes occupied by data in the plane (its payload).
/Linux-v5.4/Documentation/
Dnommu-mmap.txt185 of the mapping exceeds the size of the slab object currently occupied by the

12