| /kernel/linux/linux-5.10/fs/erofs/ |
| D | zpvec.h | 55 /* keep away from occupied pages */ in z_erofs_pagevec_ctor_next_page() 111 bool *occupied) in z_erofs_pagevec_enqueue() argument 113 *occupied = false; in z_erofs_pagevec_enqueue() 128 *occupied = true; in z_erofs_pagevec_enqueue()
|
| /kernel/linux/linux-4.19/drivers/staging/erofs/ |
| D | unzip_pagevec.h | 61 /* keep away from occupied pages */ in z_erofs_pagevec_ctor_next_page() 121 bool *occupied) in z_erofs_pagevec_ctor_enqueue() argument 123 *occupied = false; in z_erofs_pagevec_ctor_enqueue() 138 *occupied = true; in z_erofs_pagevec_ctor_enqueue()
|
| /kernel/linux/linux-5.10/drivers/pci/hotplug/ |
| D | pciehp_core.c | 159 * occupied slot or bring down an unoccupied slot. This can't be triggered by 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-4.19/drivers/pci/hotplug/ |
| D | pciehp_core.c | 207 * occupied slot or bring down an unoccupied slot. This can't be triggered by 216 u8 occupied; in pciehp_check_presence() local 221 pciehp_get_adapter_status(slot, &occupied); in pciehp_check_presence() 222 if ((occupied && (slot->state == OFF_STATE || in pciehp_check_presence() 224 (!occupied && (slot->state == ON_STATE || in pciehp_check_presence()
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/dvb/ |
| D | dmx-querybuf.rst | 48 ``bytesused`` the number of bytes occupied by data in the buffer (payload). 55 and the ``bytesused`` the number of bytes occupied by data in the buffer
|
| /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-4.19/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ring.h | 265 unsigned occupied, chunk1, chunk2; in amdgpu_ring_write_multiple() local 271 occupied = ring->wptr & ring->buf_mask; in amdgpu_ring_write_multiple() 272 dst = (void *)&ring->ring[occupied]; in amdgpu_ring_write_multiple() 273 chunk1 = ring->buf_mask + 1 - occupied; in amdgpu_ring_write_multiple()
|
| /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
|
| /kernel/linux/linux-4.19/Documentation/console/ |
| D | console.txt | 14 that is currently occupied by another modular driver. (Exception: Drivers that 17 occupied by the system driver. In the same token, if the modular driver is 75 hand, will bind the driver to the consoles that are currently occupied by a
|
| /kernel/linux/linux-4.19/fs/quota/ |
| D | quotaio_v2.h | 45 __le64 dqb_curspace; /* current space occupied (in bytes) */ 58 __le64 dqb_curspace; /* current space occupied (in bytes) */
|
| /kernel/linux/linux-5.10/fs/quota/ |
| D | quotaio_v2.h | 45 __le64 dqb_curspace; /* current space occupied (in bytes) */ 58 __le64 dqb_curspace; /* current space occupied (in bytes) */
|
| /kernel/linux/linux-5.10/sound/soc/fsl/ |
| D | fsl_asrc_common.h | 30 * @channels: occupied channel number 67 * @channel_avail: non-occupied channel numbers
|
| /kernel/linux/linux-4.19/drivers/mailbox/ |
| D | stm32-ipcc.c | 90 /* read 'channel occupied' status from other proc */ in stm32_ipcc_rx_irq() 95 /* search for unmasked 'channel occupied' */ in stm32_ipcc_rx_irq() 154 /* set channel n occupied */ in stm32_ipcc_send_data() 178 /* unmask 'rx channel occupied' interrupt */ in stm32_ipcc_startup()
|
| /kernel/linux/linux-5.10/drivers/mailbox/ |
| D | stm32-ipcc.c | 89 /* read 'channel occupied' status from other proc */ in stm32_ipcc_rx_irq() 94 /* search for unmasked 'channel occupied' */ in stm32_ipcc_rx_irq() 153 /* set channel n occupied */ in stm32_ipcc_send_data() 177 /* unmask 'rx channel occupied' interrupt */ in stm32_ipcc_startup()
|
| /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/drivers/firmware/efi/libstub/ |
| D | arm32-stub.c | 130 * are not used by Linux, so we allow those to be occupied by the in handle_kernel_image() 141 * More than 'slack' bytes are already occupied at the base of in handle_kernel_image()
|
| /kernel/linux/linux-4.19/arch/alpha/boot/ |
| D | bootpz.c | 328 * pages occupied by that image do NOT overlap the physical in start_kernel() 340 /* First, check to see if the range of addresses occupied by in start_kernel() 356 /* Next, check to see if the range of addresses occupied by in start_kernel() 373 occupied by the compressed kernel/INITRD part of in start_kernel()
|
| /kernel/linux/linux-5.10/arch/alpha/boot/ |
| D | bootpz.c | 327 * pages occupied by that image do NOT overlap the physical in start_kernel() 339 /* First, check to see if the range of addresses occupied by in start_kernel() 355 /* Next, check to see if the range of addresses occupied by in start_kernel() 372 occupied by the compressed kernel/INITRD part of in start_kernel()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | fwsignal.c | 358 * @occupied: slot is in use. 378 u8 occupied; member 417 * @state: entry is either free or occupied. 574 brcmf_err("all slots occupied\n"); in brcmf_fws_hanger_get_free_slot() 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() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | fwsignal.c | 384 * @occupied: slot is in use. 399 u8 occupied; member 437 * @state: entry is either free or occupied. 606 brcmf_err("all slots occupied\n"); in brcmf_fws_hanger_get_free_slot() 737 desc->occupied = 1; in brcmf_fws_macdesc_init() 753 desc->occupied = 0; in brcmf_fws_macdesc_deinit() 770 if (entry->occupied && !memcmp(entry->ea, ea, ETH_ALEN)) in brcmf_fws_macdesc_lookup() 832 if (entry->occupied && (ifidx == -1 || ifidx == entry->interface_id)) { in brcmf_fws_macdesc_cleanup() 834 entry->occupied = !!(entry->psq.len); in brcmf_fws_macdesc_cleanup() 1031 if (entry->occupied) { in brcmf_fws_macdesc_indicate() [all …]
|
| /kernel/linux/linux-4.19/include/asm-generic/ |
| D | sections.h | 98 * memory_intersects - checks if the region occupied by an object intersects 131 * init_section_intersects - checks if the region occupied by an object
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | sections.h | 115 * memory_intersects - checks if the region occupied by an object intersects 148 * init_section_intersects - checks if the region occupied by an object
|
| /kernel/linux/linux-5.10/arch/s390/boot/ |
| D | kaslr.c | 97 * 2. we have several memory regions which are occupied and we should not 99 * which all those occupied regions are. We are safe to use anything above
|
| /kernel/linux/linux-4.19/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/input/ |
| D | gameport-programming.rst | 30 Also, always request_region() on the whole io space occupied by the 39 already occupied by other gameports.
|