/test/xts/acts/telephony/telephone/contacttest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/telephone/noCard/data/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/sensors/sensor_standard/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/startup/startup_standard/syscap_ndk/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/storage/storagefileioerrorjstest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/storage/storagefileiondktest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/storage/storagefilejstest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/storage/storagefilesharendktest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/storage/storagefileurindktest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/networkmanager/http/httpCache/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/networkmanager/http/httpRequest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/networkmanager/mdns/mdnstest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/networkmanager/noPermission/connectiontest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/networkmanager/policy/policytest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/telephone/noCard/observertest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/test/xts/acts/telephony/telephone/noPermission/contacttest/ |
H A D | hvigorw.bat | 32 @rem set NODE_OPTS="--max-old-space-size=4096"
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 425 t->size = -1; in target_init() 445 dest->size = src->size; in target_copy() 802 size_t size; in osd_req_op_cls_init() local 812 size = strlen(class); in osd_req_op_cls_init() 813 BUG_ON(size > (size_t) U8_MAX); in osd_req_op_cls_init() 814 op->cls.class_len = size; in osd_req_op_cls_init() 815 ret = ceph_pagelist_append(pagelist, class, size); in osd_req_op_cls_init() 818 payload_len += size; in osd_req_op_cls_init() 821 size in osd_req_op_cls_init() 839 osd_req_op_xattr_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, const char *name, const void *value, size_t size, u8 cmp_op, u8 cmp_mode) osd_req_op_xattr_init() argument 5337 size_t size = sizeof(struct ceph_osd_request) + ceph_osdc_setup() local [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 452 t->size = -1; in target_init() 472 dest->size = src->size; in target_copy() 830 size_t size; in osd_req_op_cls_init() local 840 size = strlen(class); in osd_req_op_cls_init() 841 BUG_ON(size > (size_t) U8_MAX); in osd_req_op_cls_init() 842 op->cls.class_len = size; in osd_req_op_cls_init() 843 ret = ceph_pagelist_append(pagelist, class, size); in osd_req_op_cls_init() 846 payload_len += size; in osd_req_op_cls_init() 849 size in osd_req_op_cls_init() 867 osd_req_op_xattr_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, const char *name, const void *value, size_t size, u8 cmp_op, u8 cmp_mode) osd_req_op_xattr_init() argument 5387 size_t size = sizeof(struct ceph_osd_request) + ceph_osdc_setup() local [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 884 size_t size = seq_get_buf(sf, &buf), off = 0; in blkcg_print_stat() local 899 * Hooray string manipulation, count is the size written NOT in blkcg_print_stat() 900 * INCLUDING THE \0, so size is now count+1 less than what we in blkcg_print_stat() 904 off += scnprintf(buf+off, size-off, "%s ", dname); in blkcg_print_stat() 919 off += scnprintf(buf+off, size-off, in blkcg_print_stat() 927 off += scnprintf(buf+off, size-off, in blkcg_print_stat() 940 written = pol->pd_stat_fn(blkg->pd[i], buf+off, size-off); in blkcg_print_stat() 947 if (off < size - 1) { in blkcg_print_stat() 948 off += scnprintf(buf+off, size-off, "\n"); in blkcg_print_stat() 1935 * bio and we would have already accounted for the size o in blk_cgroup_bio_start() [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | imx-sdma.c | 189 u32 count : 16; /* size of the buffer pointed by this BD */ 342 * @word_size: peripheral access size 405 * @ram_code_size: size of SDMA ram image 689 static int sdma_load_script(struct sdma_engine *sdma, void *buf, int size, in sdma_load_script() argument 698 buf_virt = dma_alloc_coherent(sdma->dev, size, &buf_phys, GFP_KERNEL); in sdma_load_script() 707 bd0->mode.count = size / 2; in sdma_load_script() 711 memcpy(buf_virt, buf, size); in sdma_load_script() 717 dma_free_coherent(sdma->dev, size, buf_virt, buf_phys); in sdma_load_script() 1543 dev_err(sdma->dev, "SDMA channel %d: maximum period size exceeded: %zu > %d\n", in sdma_prep_dma_cyclic() 1733 if (fw->size < sizeo in sdma_load_firmware() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | mpic.c | 316 unsigned int size) in _mpic_map_mmio() 318 rb->base = ioremap(phys_addr + offset, size); in _mpic_map_mmio() 324 unsigned int offset, unsigned int size) in _mpic_map_dcr() 327 rb->dhost = dcr_map(mpic->node, phys_addr + offset, size); in _mpic_map_dcr() 333 unsigned int offset, unsigned int size) in mpic_map() 336 _mpic_map_dcr(mpic, rb, offset, size); in mpic_map() 338 _mpic_map_mmio(mpic, phys_addr, rb, offset, size); in mpic_map() 1516 printk(KERN_INFO "mpic: ISU size: %d, shift: %d, mask: %x\n", in mpic_alloc() 314 _mpic_map_mmio(struct mpic *mpic, phys_addr_t phys_addr, struct mpic_reg_bank *rb, unsigned int offset, unsigned int size) _mpic_map_mmio() argument 323 _mpic_map_dcr(struct mpic *mpic, struct mpic_reg_bank *rb, unsigned int offset, unsigned int size) _mpic_map_dcr() argument 331 mpic_map(struct mpic *mpic, phys_addr_t phys_addr, struct mpic_reg_bank *rb, unsigned int offset, unsigned int size) mpic_map() argument
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | stm32_fmc2_nand.c | 26 /* ECC step size */ 35 /* Max requests done for a 8k nand page size */ 327 /* Set ECC sector size */ in stm32_fmc2_nfc_setup() 670 return stm32_fmc2_nfc_bch_decode(chip->ecc.size, dat, ecc_sta); in stm32_fmc2_nfc_bch_correct() 677 int ret, i, s, stat, eccsize = chip->ecc.size; in stm32_fmc2_nfc_read_page() 842 int eccsize = chip->ecc.size; in stm32_fmc2_nfc_xfer() 1029 int i, s, eccsize = chip->ecc.size; in stm32_fmc2_nfc_seq_correct() 1369 /* Set default ECC sector size */ in stm32_fmc2_nfc_init() 1706 * ECC sector size = 512 in stm32_fmc2_nfc_attach_chip() 1715 if (!chip->ecc.size) in stm32_fmc2_nfc_attach_chip() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 230 (SHMEM2_RD((bp), size) > \ 611 /* The size is calculated using the following: 1046 * cid must not exceed the size of the VF doorbell 1050 #error "VF doorbell bar size is 512" 1196 u16 size; member 1202 size_t size; member 1403 /* L2 header size + 2*VLANs (8 bytes) + LLC SNAP (8 bytes) */ 1416 /* FW uses 2 Cache lines Alignment for start packet and size 1644 /* For max 1024 cids (VF RSS), 32KB ILT page size and 1KB 1645 * context size w [all...] |
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | mpic.c | 318 unsigned int size) in _mpic_map_mmio() 320 rb->base = ioremap(phys_addr + offset, size); in _mpic_map_mmio() 326 unsigned int offset, unsigned int size) in _mpic_map_dcr() 329 rb->dhost = dcr_map(mpic->node, phys_addr + offset, size); in _mpic_map_dcr() 335 unsigned int offset, unsigned int size) in mpic_map() 338 _mpic_map_dcr(mpic, rb, offset, size); in mpic_map() 340 _mpic_map_mmio(mpic, phys_addr, rb, offset, size); in mpic_map() 1515 printk(KERN_INFO "mpic: ISU size: %d, shift: %d, mask: %x\n", in mpic_alloc() 316 _mpic_map_mmio(struct mpic *mpic, phys_addr_t phys_addr, struct mpic_reg_bank *rb, unsigned int offset, unsigned int size) _mpic_map_mmio() argument 325 _mpic_map_dcr(struct mpic *mpic, struct mpic_reg_bank *rb, unsigned int offset, unsigned int size) _mpic_map_dcr() argument 333 mpic_map(struct mpic *mpic, phys_addr_t phys_addr, struct mpic_reg_bank *rb, unsigned int offset, unsigned int size) mpic_map() argument
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cx24120.c | 1327 "Firmware found, size %d bytes (%02x %02x .. %02x %02x)\n", in cx24120_init() 1328 (int)fw->size, /* firmware_size in bytes */ in cx24120_init() 1331 fw->data[fw->size - 2], /* fw before last byte */ in cx24120_init() 1332 fw->data[fw->size - 1]); /* fw last byte */ in cx24120_init() 1341 cx24120_writeregs(state, 0xfa, fw->data, (fw->size - 1), 0x00); in cx24120_init() 1344 reg = (fw->size - 2) & 0x00ff; in cx24120_init() 1346 reg = ((fw->size - 2) >> 8) & 0x00ff; in cx24120_init() 1355 if (reg == fw->data[fw->size - 1]) { in cx24120_init() 1426 /* Set size of BER window */ in cx24120_init()
|