| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | configurefix.patch | 4 …split/directfb/usr/bin/dfblayer contains probably-redundant RPATH /usr/libWARNING: QA Issue: direc… 5 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 6 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 7 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 8 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 9 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 10 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 11 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 12 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 13 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_ringbuffer.c | 136 size_t split; in dvb_ringbuffer_read_user() local 138 split = (rbuf->pread + len > rbuf->size) ? rbuf->size - rbuf->pread : 0; in dvb_ringbuffer_read_user() 139 if (split > 0) { in dvb_ringbuffer_read_user() 140 if (copy_to_user(buf, rbuf->data+rbuf->pread, split)) in dvb_ringbuffer_read_user() 142 buf += split; in dvb_ringbuffer_read_user() 143 todo -= split; in dvb_ringbuffer_read_user() 162 size_t split; in dvb_ringbuffer_read() local 164 split = (rbuf->pread + len > rbuf->size) ? rbuf->size - rbuf->pread : 0; in dvb_ringbuffer_read() 165 if (split > 0) { in dvb_ringbuffer_read() 166 memcpy(buf, rbuf->data+rbuf->pread, split); in dvb_ringbuffer_read() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | devlink_port_split.py | 12 # Test port split configuration using devlink-port lanes attribute. 15 # First, check that all the ports with 1 lane fail to split. 16 # Second, check that all the ports with more than 1 lane can be split 17 # to all valid configurations (e.g., split to 2, split to 4 etc.) 91 Get the $port split ability. 92 Return: split ability, true or false. 103 def split(k, port, should_fail=False): function 105 Split $port into $k ports. 106 If should_fail == True, the split should fail. Otherwise, should pass. 108 If the $port wasn't split, the array will be empty. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | split_page_table_lock.rst | 4 Split page table lock 10 scalability, split page table lock was introduced. 12 With split page table lock we have separate per-table lock to serialize 13 access to the table. At the moment we use split lock for PTE and PMD 33 Split page table lock for PTE tables is enabled compile-time if 35 If split lock is disabled, all tables guaded by mm->page_table_lock. 37 Split page table lock for PMD tables is enabled, if it's enabled for PTE 40 Hugetlb and split page table lock 43 Hugetlb can support several page sizes. We use split lock only for PMD 49 takes pmd split lock for PMD_SIZE page, mm->page_table_lock [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | sg_split.c | 81 struct sg_splitter *split; in sg_split_phys() local 83 for (i = 0, split = splitters; i < nb_splits; i++, split++) { in sg_split_phys() 84 in_sg = split->in_sg0; in sg_split_phys() 85 out_sg = split->out_sg; in sg_split_phys() 86 for (j = 0; j < split->nents; j++, out_sg++) { in sg_split_phys() 89 out_sg->offset += split->skip_sg0; in sg_split_phys() 90 out_sg->length -= split->skip_sg0; in sg_split_phys() 98 out_sg[-1].length = split->length_last_sg; in sg_split_phys() 107 struct sg_splitter *split; in sg_split_mapped() local 109 for (i = 0, split = splitters; i < nb_splits; i++, split++) { in sg_split_mapped() [all …]
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_xtree.c | 96 uint split; member 109 struct xtsplit * split, struct btstack * btstack); 111 static int xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split, 115 struct xtsplit * split, struct metapage ** rmpp); 238 int nsplit = 0; /* number of pages to split */ in xtSearch() 335 /* compute number of pages to split */ in xtSearch() 382 /* compute number of pages to split */ in xtSearch() 440 /* compute number of pages to split */ in xtSearch() 482 /* update number of pages to split */ in xtSearch() 535 struct xtsplit split; /* split information */ in xtInsert() local [all …]
|
| H A D | jfs_dtree.c | 32 * it is extended rather than split (its size is doubled), 33 * until its length becoms 4 KBytes, from then the extent is split 63 * (e.g., if split occurs <abc> and <aBd>, <ABD> trather than <aB> 64 * should be made the router key for the split) 101 /* dtree split parameter */ 140 struct dtsplit * split, struct btstack * btstack); 142 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, 146 struct dtsplit * split, struct btstack * btstack); 149 struct dtsplit * split, struct metapage ** rmpp); 602 /* init level count for max pages to split */ in dtSearch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/virtio/ |
| H A D | virtio_ring.c | 117 /* Available for split ring */ 137 } split; member 364 * Split ring specific functions - *_split(). 451 WARN_ON_ONCE(total_sg > vq->split.vring.num && !vq->indirect); in virtqueue_add_split() 462 desc = vq->split.vring.desc; in virtqueue_add_split() 518 vq->split.vring.desc[head].flags = cpu_to_virtio16(_vq->vdev, in virtqueue_add_split() 520 vq->split.vring.desc[head].addr = cpu_to_virtio64(_vq->vdev, in virtqueue_add_split() 523 vq->split.vring.desc[head].len = cpu_to_virtio32(_vq->vdev, in virtqueue_add_split() 533 vq->split.vring.desc[head].next); in virtqueue_add_split() 538 vq->split.desc_state[head].data = data; in virtqueue_add_split() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | subcore.c | 28 * Split/unsplit procedure: 30 * A core can be in one of three states, unsplit, 2-way split, and 4-way split. 37 * 2-way split | 2 38 * 4-way split | 4 40 * The core is split along thread boundaries, the mapping between subcores and 50 * 2-way split: 57 * 4-way split: 68 * It is not possible to transition between either of the split states, the 72 * | | <----> | 2-way split | 76 * | | <----> | 4-way split | [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | opkg-query-helper.py | 40 pkg = line.split(": ")[1] 45 arch = line.split(": ")[1] 49 ver = line.split(": ")[1] 51 arch = line.split(": ")[1] 55 ver = line.split(": ")[1] 57 arch = line.split(": ")[1] 61 depval = line.split(": ")[1] 62 deps = depval.split(", ") 67 recval = line.split(": ")[1] 68 recs = recval.split(", ")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/glide/ |
| H A D | glide_0.13.3.bb | 24 # ERROR: QA Issue: ELF binary '/work/i586-oe-linux/glide/0.13.1-r0/packages-split/glide/usr/bin/gli… 29 # ERROR: QA Issue: ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/us… 30 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 31 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 32 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 33 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 34 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 35 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 36 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 37 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A D | extent-buffer-tests.c | 72 * space in this leaf to split the item without having to split the in test_btrfs_split_item() 77 test_err("split item failed %d", ret); in test_btrfs_split_item() 95 test_err("invalid len in the first split"); in test_btrfs_split_item() 104 "data in the buffer doesn't match what it should in the first split have='%.*s' want '%s'", in test_btrfs_split_item() 120 test_err("invalid len in the second split"); in test_btrfs_split_item() 129 "data in the buffer doesn't match what it should in the second split"); in test_btrfs_split_item() 138 test_err("second split item failed %d", ret); in test_btrfs_split_item() 152 test_err("invalid len in the first split"); in test_btrfs_split_item() 161 "data in the buffer doesn't match what it should in the third split"); in test_btrfs_split_item() 176 test_err("invalid len in the second split"); in test_btrfs_split_item() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-91/ |
| H A D | 0001-rewrite-cargo-host-linker-in-python3.patch | 38 + binary=os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0] 43 + if os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[1:]: 44 … args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + os.environ['MOZ_CARGO_WRAP_HOST_LD']… 46 + args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + [os.environ['MOZ_CARGO_WRAP_HOST_… 48 + if os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[1:]: 49 … args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + os.environ['MOZ_CARGO_WRAP_HOST_LD']… 51 + args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + sys.argv[1:]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0014-rewrite-cargo-host-linker-in-python3.patch | 38 + binary=os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0] 43 + if os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[1:]: 44 … args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + os.environ['MOZ_CARGO_WRAP_HOST_LD']… 46 + args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + [os.environ['MOZ_CARGO_WRAP_HOST_… 48 + if os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[1:]: 49 … args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + os.environ['MOZ_CARGO_WRAP_HOST_LD']… 51 + args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + sys.argv[1:]
|
| /OK3568_Linux_fs/app/qfm/ |
| H A D | mimeutils.cpp | 83 QStringList tmp = line.split("="); in load() 134 categories = value("Categories").toString().remove(" ").split(";"); in getDesktopFile() 135 mimeType = value("MimeType").toString().remove(" ").split(";"); in getDesktopFile() 162 if (found.split("/").takeLast()==desktopFile) { in findApplication() 200 QString app = value(mime).toString().split(";").first(); in openInApp() 203 app = value("text/plain").toString().split(";").first(); in openInApp() 240 QStringList split = exe.split(" "); in openInApp() local 241 QString name = split.takeAt(0); in openInApp() 242 QString args = split.join(" "); in openInApp() 245 //args = args.split(QDir::separator()).last(); in openInApp() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | base.bbclass | 23 bbpath = [os.path.join(dir, "lib") for dir in d.getVar("BBPATH").split(":")] 30 bb.utils._context[toimport.split(".", 1)[0]] = __import__(toimport) 82 elements = (d.getVar('EXTRANATIVEPATH') or "").split() 97 urls = lic_files.split() 115 tools = d.getVar(toolsvar).split() 119 for p in path.split(":"): 153 src_uri = (d.getVar('SRC_URI') or "").split() 170 src_uri = (d.getVar('SRC_URI') or "").split() 221 layers = (d.getVar("BBLAYERS") or "").split() 329 provs = (d.getVar("PROVIDES") or "").split() [all …]
|
| H A D | package.bbclass | 14 # c) package_do_split_locales - Split out the locale files, updates FILES and PACKAGES 16 # d) split_and_strip_files - split the files into runtime and debug and strip them. 17 # Debug files include debug info split, and associated sources that end up in -dbg packages 19 # e) fixup_perms - Fix up permissions in the package before we split it. 21 # f) populate_packages - Split the files in PKGD into separate packages in PKGDEST/<pkgname> 47 PKGDEST = "${WORKDIR}/packages-split" 84 Used in .bb files to split up dynamically generated subpackages of a 147 for dep in (extra_depends or "").split(): 156 packages = d.getVar('PACKAGES').split() 244 for dep in (d.getVar('PACKAGE_DEPENDS') or "").split(): [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | mp.c | 14 #define SPLIT 1 macro 217 set_r5_tcm_mode(SPLIT); in initialize_tcm() 218 set_r5_halt_mode(HALT, SPLIT); in initialize_tcm() 220 release_r5_reset(SPLIT); in initialize_tcm() 241 printf("<addr> <mode>-Start addr lockstep or split\n"); in cpu_release() 269 } else if (!strncmp(argv[1], "split", 5)) { in cpu_release() 270 printf("R5 split mode\n"); in cpu_release() 271 set_r5_tcm_mode(SPLIT); in cpu_release() 272 set_r5_halt_mode(HALT, SPLIT); in cpu_release() 274 release_r5_reset(SPLIT); in cpu_release() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | utils.py | 55 val1 = set(val1.split()) 56 val2 = set(val2.split()) 58 checkvalue = set(checkvalue.split()) 77 val1 = set(d.getVar(variable1).split()) 78 val2 = set(d.getVar(variable2).split()) 96 return " ".join([x for x in str.split() if match(f, x, 0)]) 100 return " ".join([x for x in str.split() if not match(f, x, 0)]) 104 return " ".join(dep + ":" + task for dep in depends.split()) 119 features = (d.getVar(var) or "").split() 120 backfill = (d.getVar(var+"_BACKFILL") or "").split() [all …]
|
| H A D | classextend.py | 33 subs = name.split("/", 1)[1] 47 var = var.split() 60 var = var.split() 81 var = var.split() 111 for pkg in (self.d.getVar("PACKAGES").split() + [""]): 121 for pkg in (self.d.getVar("PACKAGES") or "").split(): 123 self.pkgs_mapping.append([pkg.split(self.extname + "-")[1], pkg]) 132 for pkg in (self.d.expand(pkgs) or "").split(): 134 self.pkgs_mapping.append([pkg.split(self.extname + "-")[1], pkg])
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 137 } split; member 146 } split; member 153 } split; member 285 eax->split.is_self_initializing = 1; in amd_cpuid4() 286 eax->split.type = types[leaf]; in amd_cpuid4() 287 eax->split.level = levels[leaf]; in amd_cpuid4() 288 eax->split.num_threads_sharing = 0; in amd_cpuid4() 289 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4() 293 eax->split.is_fully_associative = 1; in amd_cpuid4() 294 ebx->split.coherency_line_size = line_size - 1; in amd_cpuid4() [all …]
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | lib.c | 29 * aa_split_fqname - split a fqname into a profile and namespace name 35 * Split a namespace name from a profile name (see policy.c for naming 48 char *split = strchr(&name[1], ':'); in aa_split_fqname() local 50 if (split) { in aa_split_fqname() 52 *split++ = 0; in aa_split_fqname() 53 if (strncmp(split, "//", 2) == 0) in aa_split_fqname() 54 split += 2; in aa_split_fqname() 55 name = skip_spaces(split); in aa_split_fqname() 96 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname() local 100 if (split) { in aa_splitn_fqname() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 49 pkg = line.split(": ")[1] 51 arch = line.split(": ")[1] 53 ver = line.split(": ")[1] 55 filename = line.split(": ")[1] 59 depends = verregex.sub('', line.split(": ")[1]) 60 for depend in depends.split(", "): 63 recommends = verregex.sub('', line.split(": ")[1]) 64 for recommend in recommends.split(", "): 67 pkgarch = line.split(": ")[1] 69 provides = verregex.sub('', line.split(": ")[1]) [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | cooker.py | 61 for remotes in self._run_command('git remote -v', bb_path, default="").split("\n"): 62 remote = remotes.split("\t")[1].split(" ")[0] 63 if "(fetch)" == remotes.split("\t")[1].split(" ")[1]: 90 bblayers = d.getVar('BBLAYERS').split() 107 for entry in collections.split(): 128 … for remotes in self._run_command('git remote -v', layerpath, default="").split("\n"): 132 remote = remotes.split("\t")[1].split(" ")[0] 133 if "(fetch)" == remotes.split("\t")[1].split(" ")[1]: 172 branches = params['branch'].split(',')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | __init__.py | 26 for line in apt_conf_sample.read().split("\n"): 41 arch_list = pkg_archs.split() 44 for a in sdk_pkg_archs.split(): 48 all_mlb_pkg_arch_list = (self.d.getVar('ALL_MULTILIB_PACKAGE_ARCHS') or "").split() 177 self.mark_packages("unpacked", registered_pkgs.split()) 196 self.all_arch_list = archs.split() 197 all_mlb_pkg_arch_list = (self.d.getVar('ALL_MULTILIB_PACKAGE_ARCHS') or "").split() 246 for line in status.read().split('\n'): 285 subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT) 303 output = subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT) [all …]
|