/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Uniform.h | 33 void setActive(ShaderType shaderType, bool used);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 230 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data) 408 // Not used on Sienna_Cichlid but keep layout same for debugger. 427 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save... 506 s_cbranch_scc0 L_SAVE_LDS_DONE //no lds used? jump to L_SAVE_DONE 508 s_barrier //LDS is used? wait for other waves in the same TG 652 s_cbranch_scc0 L_SAVE_VGPR_END //no shared_vgpr used? jump to L_SAVE_LDS 703 s_cbranch_scc0 L_RESTORE_VGPR //no lds used? jump to L_RESTORE_VGPR 818 s_cbranch_scc0 L_RESTORE_V0 //no shared_vgpr used?
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.c | 775 new->used = vma->used; in nvkm_vma_tail() 956 vma->used ? '-' : 'F', in nvkm_vma_dump() 1026 vma->used = true; in nvkm_vmm_ctor_managed() 1525 if ((prev = node(vma, prev)) && !prev->used) { in nvkm_vmm_put_region() 1531 if ((next = node(vma, next)) && !next->used) { in nvkm_vmm_put_region() 1617 vma->used = false; in nvkm_vmm_put_locked() 1766 vma->used = true; in nvkm_vmm_get_locked()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
H A D | mtk_vcodec_dec.c | 127 if (dstbuf->used) { in get_display_buffer() 148 * This function tries to clean all capture buffers that are not used as 180 if (dstbuf->used) { in get_free_buffer() 229 dstbuf->used = false; in get_free_buffer() 400 dst_buf_info->used = false; in mtk_vdec_worker() 428 dst_buf_info->used = true; in mtk_vdec_worker() 430 src_buf_info->used = true; in mtk_vdec_worker() 1151 * check if this buffer is ready to be used after decode in vb2ops_vdec_buf_queue() 1158 if (!buf->used) { in vb2ops_vdec_buf_queue() 1287 buf->used in vb2ops_vdec_buf_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/ |
H A D | netsec.c | 1095 int used; in netsec_desc_used() local 1098 used = dring->head - dring->tail; in netsec_desc_used() 1100 used = dring->head + DESC_NUM - dring->tail; in netsec_desc_used() 1102 return used; in netsec_desc_used() 1105 static int netsec_check_stop_tx(struct netsec_priv *priv, int used) in netsec_check_stop_tx() argument 1110 if (DESC_NUM - used < 2) { in netsec_check_stop_tx() 1118 used = netsec_desc_used(dring); in netsec_check_stop_tx() 1119 if (DESC_NUM - used < 2) in netsec_check_stop_tx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_filter.c | 66 bool used; member 95 if (n->used) in qede_configure_arfs_fltr() 121 n->used = true; in qede_configure_arfs_fltr() 202 fltr->used = false; in qede_arfs_filter_op() 211 fltr->used = false; in qede_arfs_filter_op() 251 !fltr->used) || free_fltr) { in qede_process_arfs_filters() 476 if (!n->used) { in qede_rx_flow_steer() 789 /* We have used all our credits, now enable accept_any_vlan */ in qede_configure_vlan_filters() 1394 while (fltr->used && count) { in qede_poll_arfs_filter_config()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace_tid.h | 38 "used %u cnt %u" 639 u8 map, u8 used, u8 cnt), 640 TP_ARGS(qp, msg, index, base, map, used, cnt), 648 __field(u8, used) 658 __entry->used = used; 669 __entry->used, 677 u8 map, u8 used, u8 cnt), 678 TP_ARGS(qp, msg, index, base, map, used, cnt)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_filter.c | 66 bool used; member 95 if (n->used) in qede_configure_arfs_fltr() 121 n->used = true; in qede_configure_arfs_fltr() 202 fltr->used = false; in qede_arfs_filter_op() 211 fltr->used = false; in qede_arfs_filter_op() 251 !fltr->used) || free_fltr) { in qede_process_arfs_filters() 476 if (!n->used) { in qede_rx_flow_steer() 787 /* We have used all our credits, now enable accept_any_vlan */ in qede_configure_vlan_filters() 1385 while (fltr->used && count) { in qede_poll_arfs_filter_config()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | trace_tid.h | 38 "used %u cnt %u" 639 u8 map, u8 used, u8 cnt), 640 TP_ARGS(qp, msg, index, base, map, used, cnt), 648 __field(u8, used) 658 __entry->used = used; 669 __entry->used, 677 u8 map, u8 used, u8 cnt), 678 TP_ARGS(qp, msg, index, base, map, used, cnt)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/socionext/ |
H A D | netsec.c | 1103 int used; in netsec_desc_used() local 1106 used = dring->head - dring->tail; in netsec_desc_used() 1108 used = dring->head + DESC_NUM - dring->tail; in netsec_desc_used() 1110 return used; in netsec_desc_used() 1113 static int netsec_check_stop_tx(struct netsec_priv *priv, int used) in netsec_check_stop_tx() argument 1118 if (DESC_NUM - used < 2) { in netsec_check_stop_tx() 1126 used = netsec_desc_used(dring); in netsec_check_stop_tx() 1127 if (DESC_NUM - used < 2) in netsec_check_stop_tx()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 68 "hw:CARD=<ID>" - can also be used. Further, its device file (something 75 snd_card_get_longname() can be used to find an identifying property 127 is reconnected. The short numid is used to reduce the lookup time. 131 An element list can be used to obtain a list of all elements of the 181 There's no limitation about maximum size of the data, therefore it can be used 1647 * \param name ASCII identifier of the CTL handle used as fallback 1931 * The return value can be used for sorting like qsort(). It gives persistent 1961 * The return value can be used for sorting like qsort(). It gives persistent 2378 * If you used snd_ctl_elem_list_alloc_space() on the list, you must 2433 * \brief Get number of used entrie [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | connection.c | 54 * Response text used when the request (http header) is too big to 67 * Response text used when the request (http header) does not 80 * Response text used when the request (http header) is 93 * Response text used when there is an internal server error. 152 * This function can be used to add an entry to the HTTP headers of a 1481 size_t used; local 1605 used = processed; 1622 if (processed > used) 1632 used -= processed; 1634 connection->current_chunk_offset += used; [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | alternative.c | 914 unsigned int used; in apply_paravirt() local 919 used = pv_ops.init.patch(p->type, insn_buff, (unsigned long)p->instr, p->len); in apply_paravirt() 921 BUG_ON(used > p->len); in apply_paravirt() 924 add_nops(insn_buff + used, p->len - used); in apply_paravirt() 1118 * Context: The temporary mm needs to be used exclusively by a single core. To 1142 * used. Userspace might set up watchpoints on addresses that are used in use_temporary_mm() 1260 * IRQs, but not if the mm is not used, as it is in this point. in __text_poke() 1311 * Context: should only be used b [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | snap.c | 45 * version number is used to ensure that as realm parameters change (new 241 * used. 483 int used, dirty; in ceph_queue_cap_snap() local 495 used = __ceph_caps_used(ci); in ceph_queue_cap_snap() 506 if (used & CEPH_CAP_FILE_WR) in ceph_queue_cap_snap() 537 if (!(used & CEPH_CAP_FILE_WR) && in ceph_queue_cap_snap() 581 if (used & CEPH_CAP_FILE_WR) { in ceph_queue_cap_snap() 583 " seq %llu used WR, now pending\n", inode, in ceph_queue_cap_snap() 612 * to be used for the snapshot, to be flushed back to the mds.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 354 memset(&rdev->doorbell.used, 0, sizeof(rdev->doorbell.used)); in radeon_doorbell_init() 383 unsigned long offset = find_first_zero_bit(rdev->doorbell.used, rdev->doorbell.num_doorbells); in radeon_doorbell_get() 385 __set_bit(offset, rdev->doorbell.used); in radeon_doorbell_get() 404 __clear_bit(doorbell, rdev->doorbell.used); in radeon_doorbell_free() 585 dev_info(rdev->dev, "VRAM: %lluM 0x%016llX - 0x%016llX (%lluM used)\n", in radeon_vram_location() 721 * params are used to calculate display watermarks (all asics) 771 * radeon_dummy_page_init - init dummy page used by the driver 775 * Allocate the dummy page used by the driver (all asics). 776 * This dummy page is used b [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_fdma.c | 408 if (!dcb_buf->used) in lan966x_fdma_tx_clear_buf() 418 dcb_buf->used = false; in lan966x_fdma_tx_clear_buf() 657 if (!dcb_buf->used && i != tx->last_in_use) in lan966x_fdma_get_next_dcb() 787 next_dcb_buf->used = true; in lan966x_fdma_xmit_xdpf() 860 next_dcb_buf->used = true; in lan966x_fdma_xmit()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | snap.c | 46 * version number is used to ensure that as realm parameters change (new 247 * used. 529 int used, dirty; in ceph_queue_cap_snap() local 532 used = __ceph_caps_used(ci); in ceph_queue_cap_snap() 543 if (used & CEPH_CAP_FILE_WR) in ceph_queue_cap_snap() 576 if (!(used & CEPH_CAP_FILE_WR) && in ceph_queue_cap_snap() 617 if (used & CEPH_CAP_FILE_WR) { in ceph_queue_cap_snap() 618 dout("%s %p %llx.%llx cap_snap %p snapc %p seq %llu used WR," in ceph_queue_cap_snap() 647 * to be used for the snapshot, to be flushed back to the mds. 684 "used WRBUFFE in __ceph_finish_cap_snap() [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-microchip-host.c | 259 struct mutex lock; /* Protect used bitmap */ 264 DECLARE_BITMAP(used, MC_MAX_NUM_MSI_IRQS); 485 bit = find_first_zero_bit(msi->used, msi->num_vectors); in mc_irq_msi_domain_alloc() 491 set_bit(bit, msi->used); in mc_irq_msi_domain_alloc() 510 if (test_bit(d->hwirq, msi->used)) in mc_irq_msi_domain_free() 511 __clear_bit(d->hwirq, msi->used); in mc_irq_msi_domain_free()
|
/kernel/linux/linux-6.6/arch/x86/pci/ |
H A D | irq.c | 99 * Handle the $IRT PCI IRQ Routing Table format used by AMI for its BCP 110 * the table, then one byte specifying the actual number of entries used 136 if (ir->signature != IRT_SIGNATURE || !ir->used || ir->size < ir->used) in pirq_convert_irt_table() 139 size = struct_size(ir, slots, ir->used); in pirq_convert_irt_table() 146 size = struct_size(rt, slots, ir->used); in pirq_convert_irt_table() 155 for (i = 0; i < ir->used; i++) in pirq_convert_irt_table() 263 * PIRQ routing for the M1487 ISA Bus Controller (IBC) ASIC used 460 * ASIC used with the Intel 82420 and 82430 PCIsets. The ESC is not 545 * PIRQ routing for the 82426EX ISA Bridge (IB) ASIC used wit [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 355 memset(&rdev->doorbell.used, 0, sizeof(rdev->doorbell.used)); in radeon_doorbell_init() 384 unsigned long offset = find_first_zero_bit(rdev->doorbell.used, rdev->doorbell.num_doorbells); in radeon_doorbell_get() 386 __set_bit(offset, rdev->doorbell.used); in radeon_doorbell_get() 405 __clear_bit(doorbell, rdev->doorbell.used); in radeon_doorbell_free() 586 dev_info(rdev->dev, "VRAM: %lluM 0x%016llX - 0x%016llX (%lluM used)\n", in radeon_vram_location() 722 * params are used to calculate display watermarks (all asics) 772 * radeon_dummy_page_init - init dummy page used by the driver 776 * Allocate the dummy page used by the driver (all asics). 777 * This dummy page is used b [all...] |
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 100 # - the rest are ancillary packages used for the comparison. So, the 228 This is the compare function used in sorted function to sort builds so that 650 For details of APIs used within fedabipkgdiff, refer to from line 659 used to access koji XMLRPC APIs. 751 :param selector: a callable object used to select specific subset of 831 If arch is omitted, name is used to get associated package, and then 899 # build originates from Fedora 26 but is being re-used in
|
/third_party/python/Lib/ |
H A D | shutil.py | 441 """Function that can be used as copytree() ignore parameter. 444 that are used to exclude files""" 547 The optional copy_function argument is a callable that will be used 549 destination path as arguments. By default, copy2() is used, but any 550 function that supports the same signature (like copy()) can be used. 795 If the destination is on our current filesystem, then rename() is used. 800 The optional `copy_function` argument is a callable that will be used 802 By default, copy2() is used, but any function that supports the same 803 signature (like copy()) can be used. 906 'owner' and 'group' can be used t [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_hal_init.c | 873 u16 i, total, used; in hal_ReadEFuse_WiFi() local 980 used = eFuse_Addr - 1; in hal_ReadEFuse_WiFi() 981 efuse_usage = (u8)((used*100)/total); in hal_ReadEFuse_WiFi() 984 pEfuseHal->fakeEfuseUsedBytes = used; in hal_ReadEFuse_WiFi() 986 fakeEfuseUsedBytes = used; in hal_ReadEFuse_WiFi() 989 rtw_hal_set_hwreg(padapter, HW_VAR_EFUSE_BYTES, (u8 *)&used); in hal_ReadEFuse_WiFi() 1013 u16 i, total, used; in hal_ReadEFuse_BT() local 1110 used = (EFUSE_BT_REAL_BANK_CONTENT_LEN*(bank-1)) + eFuse_Addr - 1; in hal_ReadEFuse_BT() 1111 DBG_8192C("%s: bank(%d) data end at %#x , used =%d\n", __func__, bank, eFuse_Addr-1, used); in hal_ReadEFuse_BT() [all...] |
/kernel/linux/linux-5.10/arch/arc/ |
H A D | Makefile | 71 cflags-$(disable_small_data) += -mno-sdata -fcall-used-gp
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | entry-common.S | 247 * 0x30-0x3f debug traps used by the kernel. 251 * given cpu model may be used, but the unified trap number 0x1f is 255 * the number of arguments, but they were never actually used as such 256 * by the kernel. SH-2 originally used its own separate trap range 257 * because several hardware exceptions fell in the range used for the 263 * right 2 bits in order to get the value that was used as the "trapa"
|