/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
D | pciehp_core.c | 167 int occupied; in pciehp_check_presence() local 172 occupied = pciehp_card_present_or_link_active(ctrl); in pciehp_check_presence() 173 if ((occupied > 0 && (ctrl->state == OFF_STATE || in pciehp_check_presence() 175 (!occupied && (ctrl->state == ON_STATE || in pciehp_check_presence()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | dmx-querybuf.rst | 49 ``bytesused`` the number of bytes occupied by data in the buffer (payload). 56 and the ``bytesused`` the number of bytes occupied by data in the buffer
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.h | 322 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local 328 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple() 329 dst = (void *)&ring->ring[occupied]; in amdgpu_ring_write_multiple() 330 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple()
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt2701/ |
D | mt2701-afe-common.h | 75 int occupied[MTK_STREAM_NUM]; member
|
D | mt2701-afe-pcm.c | 157 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.c | 378 u8 occupied; member 705 desc->occupied = 1; in brcmf_fws_macdesc_init() 721 desc->occupied = 0; in brcmf_fws_macdesc_deinit() 738 if (entry->occupied && !memcmp(entry->ea, ea, ETH_ALEN)) in brcmf_fws_macdesc_lookup() 800 if (entry->occupied && (ifidx == -1 || ifidx == entry->interface_id)) { in brcmf_fws_macdesc_cleanup() 802 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup() 999 if (entry->occupied) { in brcmf_fws_macdesc_indicate() 1013 if (!entry->occupied) { in brcmf_fws_macdesc_indicate() 1055 if (!entry->occupied) { in brcmf_fws_macdesc_state_indicate() 1093 if (!entry->occupied) { in brcmf_fws_interface_state_indicate() [all …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | console.rst | 17 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
|
D | xillybus.rst | 316 occupied with user data.
|
/kernel/linux/linux-5.10/arch/arm/ |
D | Kconfig-nommu | 45 occupied by read-only memory depending on H/W design.
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
D | efa_com.c | 39 u8 occupied; member 270 comp_ctx->occupied = 0; in efa_com_put_comp_ctx() 279 if (aq->comp_ctx[ctx_id].occupied && capture) { in efa_com_get_comp_ctx() 288 aq->comp_ctx[ctx_id].occupied = 1; in efa_com_get_comp_ctx()
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | gameport-programming.rst | 30 Also, always request_region() on the whole io space occupied by the 39 already occupied by other gameports.
|
/kernel/linux/linux-5.10/Documentation/x86/x86_64/ |
D | 5level-paging.rst | 50 occupied, we look for unmapped area in *full* address space, rather than
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | concepts.rst | 175 circumstances, even pages occupied with kernel data structures can be 205 addresses the fragmentation issue. This mechanism moves occupied pages
|
D | nommu-mmap.rst | 185 of the mapping exceeds the size of the slab object currently occupied by the
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
D | ena_com.c | 61 bool occupied; member 171 comp_ctx->occupied = false; in comp_ctxt_release() 189 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt() 196 admin_queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 151 If this is 2, the two DWORDs occupied by the MAC address
|
/kernel/linux/linux-5.10/Documentation/driver-api/serial/ |
D | moxa-smartio.rst | 467 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
|
/kernel/linux/linux-5.10/Documentation/ia64/ |
D | aliasing.rst | 164 or occupied by firmware do not appear in kern_memmap).
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | assoc_array.rst | 438 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
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | philips.rst | 183 - If a device node is already occupied, registration will fail and
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | object.rst | 134 (1) Threads may be completely occupied for very long periods of time by a
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | buffer.rst | 186 - The number of bytes occupied by the data in the buffer. It depends 328 - The number of bytes occupied by data in the plane (its payload).
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | boot.rst | 640 The maximum address that may be occupied by the initial 831 chunks of memory are occupied by kernel data.
|
/kernel/linux/linux-5.10/Documentation/RCU/Design/Expedited-Grace-Periods/ |
D | Expedited-Grace-Periods.rst | 380 occupied. However, at some point, Task A will wake up the tasks blocked
|
/kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
D | explanation.txt | 1436 A grace period is the span of time occupied by a call to
|