Searched refs:split (Results 51 - 75 of 211) sorted by relevance

123456789

/linux-master/fs/nfs/blocklayout/
H A Dextent_tree.c297 struct pnfs_block_extent *split; local
301 split = kmemdup(new, sizeof(*new), GFP_ATOMIC);
302 if (!split) {
307 split->be_length = be->be_f_offset - split->be_f_offset;
308 split->be_device = nfs4_get_deviceid(new->be_device);
309 __ext_tree_insert(root, split, true);
381 sector_t split)
390 be->be_length = split - be->be_f_offset;
392 new->be_f_offset = split;
380 ext_tree_split(struct rb_root *root, struct pnfs_block_extent *be, sector_t split) argument
[all...]
/linux-master/drivers/firewire/
H A Dnosy.c163 size_t split = end - buffer->head->data; local
165 if (copy_to_user(data, buffer->head->data, split))
167 if (copy_to_user(data + split, buffer->data, length - split))
169 buffer->head = (struct packet *) &buffer->data[length - split];
202 size_t split = end - buffer->tail->data; local
204 memcpy(buffer->tail->data, data, split);
205 memcpy(buffer->data, data + split, length - split);
206 buffer->tail = (struct packet *) &buffer->data[length - split];
[all...]
/linux-master/block/
H A Dblk-merge.c208 * bvec_split_segs - verify whether or not a bvec should be split in the middle
209 * @lim: [in] queue limits to split based on
221 * big to fit in a single segment and hence that it has to be split in the
251 /* tell the caller to split the bvec if it is too big to fit */
256 * bio_split_rw - split a bio in two bios
257 * @bio: [in] bio to be split
258 * @lim: [in] queue limits to split based on
273 * split bio has finished.
288 goto split;
298 goto split;
355 struct bio *split; local
[all...]
/linux-master/fs/jfs/
H A Djfs_dtree.c32 * 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 */
822 struct dtsplit split; /* split information */ local
923 dtSplitUp(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) argument
1323 dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rpxdp) argument
1635 dtExtendPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) argument
1868 dtSplitRoot(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp) argument
[all...]
/linux-master/scripts/
H A Dspdxcheck.py65 lid = l.split(':')[1].strip().upper()
72 exception = l.split(':')[1].strip().upper()
76 for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
124 parts = bdir.split('/')
210 expr = line.split(':')[1].strip()
243 parts = base.split('/')
304 for p in path.strip('/').split('/'):
H A Dgenerate_rust_analyzer.py16 crate, vals = cfg.split("=", 1)
17 crates_cfgs[crate] = vals.replace("--cfg", "").split()
/linux-master/include/uapi/linux/
H A Dvduse.h138 * struct vduse_vq_state_split - split virtqueue state
166 * @split: split virtqueue state
179 struct vduse_vq_state_split split; member in union:vduse_vq_info::__anon46
278 * @split: split virtqueue state
284 struct vduse_vq_state_split split; member in union:vduse_vq_state::__anon47
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py108 dir, base = os.path.split(path)
123 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
H A Drun-clang-tools.py56 checks = args.checks.split(',')
/linux-master/Documentation/
H A Dconf.py193 key, val = [x.strip() for x in line.split('=', 2)]
318 css = os.environ["DOCS_CSS"].split(" ")
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py182 f'\n\t {" " * h.index("/")}'.join(h.split("\n"))
187 human_data = ["\n\t ".join(h.split("\n")) for h in human_data]
318 subprocess.run("udevadm control --reload-rules".split())
319 subprocess.run("systemd-hwdb update".split())
/linux-master/scripts/gdb/linux/
H A Dtasks.py75 task.format_string().split()[0],
/linux-master/Documentation/sphinx/
H A Dtranslations.py42 components = docname.split(os.sep)
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h520 } split; member in union:cpuid_0x10_1_eax
528 } split; member in union:cpuid_0x10_3_eax
537 } split; member in union:cpuid_0x10_x_ecx
545 } split; member in union:cpuid_0x10_x_edx
/linux-master/drivers/media/pci/ivtv/
H A Divtv-udma.c63 void ivtv_udma_fill_sg_array (struct ivtv_user_dma *dma, u32 buffer_offset, u32 buffer_offset_2, u32 split) { argument
73 split -= sg_dma_len(sg);
74 if (split == 0)
/linux-master/tools/testing/selftests/net/
H A Ddevlink_port_split.py12 # 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.)
95 Get the $port split ability.
96 Return: split ability, true or false.
107 def split(k, port, should_fail=False): function
110 If should_fail == True, the split should fail. Otherwise, should pass.
112 If the $port wasn't split, th
[all...]
/linux-master/lib/
H A Dmaple_tree.c1800 * @split: the potential split location
1805 static inline bool mab_middle_node(struct maple_big_node *b_node, int split, argument
1813 if (!b_node->slot[split] && (size >= 2 * slot_count - 1))
1820 * mab_no_null_split() - ensure the split doesn't fall on a NULL
1822 * @split: the suggested split location
1825 * Return: the split location.
1828 unsigned char split, unsigned char slot_count)
1830 if (!b_node->slot[split]) {
1827 mab_no_null_split(struct maple_big_node *b_node, unsigned char split, unsigned char slot_count) argument
1856 int split = b_end / 2; /* Assume equal split. */ local
2371 unsigned char split = 0; local
2423 mas_set_split_parent(struct ma_state *mas, struct maple_enode *left, struct maple_enode *right, unsigned char *slot, unsigned char split) argument
2448 mte_mid_split_check(struct maple_enode **l, struct maple_enode **r, struct maple_enode *right, unsigned char slot, unsigned char *split, unsigned char mid_split) argument
2474 mast_set_split_parents(struct maple_subtree_state *mast, struct maple_enode *left, struct maple_enode *middle, struct maple_enode *right, unsigned char split, unsigned char mid_split) argument
2663 mast_cp_to_nodes(struct maple_subtree_state *mast, struct maple_enode *left, struct maple_enode *middle, struct maple_enode *right, unsigned char split, unsigned char mid_split) argument
2832 unsigned char split, mid_split; local
3020 unsigned char offset, tmp, split = mt_slots[mt] / 2; local
3173 unsigned char split; local
3212 mast_split_data(struct maple_subtree_state *mast, struct ma_state *mas, unsigned char split) argument
3249 unsigned char end, space, split; local
3317 unsigned char mid_split, split = 0; local
[all...]
/linux-master/tools/perf/tests/
H A Dattr.py23 a_list = a.split('|')
24 b_list = b.split('|')
132 return [int(v) for v in version.split(".")[0:2]]
205 items = list(filter(None, pattern.split(a)))
231 arch_list = self.arch.split(',')
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py47 self.workloads = [x for x in workload.split(",") if x]
72 return set(metrics.split(","))
368 name = result["metric-unit"].split(" ")[1] if len(result["metric-unit"].split(" ")) > 1 \
378 wl = workload.split()
382 data = [x+'}' for x in cmd.stderr.split('}\n') if x]
396 collectlist[0] = {x for x in self.collectlist.split(",")}
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1452 * @dc: DC object with resource pool info required for pipe split
1463 * Return true if split stream for ODM is possible, otherwise, return false.
1780 /* merge previously split odm pipes since mode support needs to make the decision */
1809 /* merge previously mpc split pipes since mode support needs to make the decision */
1837 int *split,
1857 * Workaround for avoiding pipe-split in cases where we'd split
1868 /* TODO: fix dc bugs and remove this split threshold thing */
1876 /* W/A: Mode timing with borders may not work well with pipe split, avoid for this corner case */
1893 /* Avoid split loo
1833 dcn20_validate_apply_pipe_split_flags( struct dc *dc, struct dc_state *context, int vlevel, int *split, bool *merge) argument
2031 int split[MAX_PIPES] = { 0 }; local
[all...]
/linux-master/drivers/net/wireguard/selftest/
H A Dallowedips.c428 u8 *split = (u8 *)&ip; local
430 split[0] = a;
431 split[1] = b;
432 split[2] = c;
433 split[3] = d;
440 __be32 *split = (__be32 *)&ip; local
442 split[0] = cpu_to_be32(a);
443 split[1] = cpu_to_be32(b);
444 split[2] = cpu_to_be32(c);
445 split[
[all...]
/linux-master/net/caif/
H A Dcfpkt_skbuff.c336 u8 *split = skb->data + pos; local
337 u16 len2nd = skb_tail_pointer(skb) - split;
343 PKT_ERROR(pkt, "trying to split beyond end of packet\n");
358 skb_put_data(skb2, split, len2nd);
/linux-master/arch/x86/kvm/
H A Dcpuid.c1021 eax.split.version_id = kvm_pmu_cap.version;
1022 eax.split.num_counters = kvm_pmu_cap.num_counters_gp;
1023 eax.split.bit_width = kvm_pmu_cap.bit_width_gp;
1024 eax.split.mask_length = kvm_pmu_cap.events_mask_len;
1025 edx.split.num_counters_fixed = kvm_pmu_cap.num_counters_fixed;
1026 edx.split.bit_width_fixed = kvm_pmu_cap.bit_width_fixed;
1029 edx.split.anythread_deprecated = 1;
1030 edx.split.reserved1 = 0;
1031 edx.split.reserved2 = 0;
1317 ebx.split
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit_config.py90 for line in blob.split('\n'):
/linux-master/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk24 r = split(l, tp)

Completed in 238 milliseconds

123456789