Searched refs:split (Results 1 - 25 of 211) sorted by relevance

123456789

/linux-master/drivers/media/dvb-core/
H A Ddvb_ringbuffer.c136 size_t split; local
138 split = (rbuf->pread + len > rbuf->size) ? rbuf->size - rbuf->pread : 0;
139 if (split > 0) {
140 if (copy_to_user(buf, rbuf->data+rbuf->pread, split))
142 buf += split;
143 todo -= split;
162 size_t split; local
164 split = (rbuf->pread + len > rbuf->size) ? rbuf->size - rbuf->pread : 0;
165 if (split > 0) {
166 memcpy(buf, rbuf->data+rbuf->pread, split);
185 size_t split; local
212 size_t split; local
256 size_t split; local
284 size_t split; local
[all...]
/linux-master/tools/verification/dot2/
H A Dautomata.py54 line = dot_lines[cursor].split()
64 while self.__dot_lines[cursor].split()[0] != "{node":
70 while self.__dot_lines[cursor].split()[0] != "{node":
72 while self.__dot_lines[cursor].split()[0] == "{node":
87 while self.__dot_lines[cursor].split()[0] == "{node":
88 line = self.__dot_lines[cursor].split()
127 if self.__dot_lines[cursor].split()[1] == "->":
128 line = self.__dot_lines[cursor].split()
133 # so split them.
136 for i in event.split()
[all...]
/linux-master/lib/
H A Dsg_split.c81 struct sg_splitter *split; local
83 for (i = 0, split = splitters; i < nb_splits; i++, split++) {
84 in_sg = split->in_sg0;
85 out_sg = split->out_sg;
86 for (j = 0; j < split->nents; j++, out_sg++) {
89 out_sg->offset += split->skip_sg0;
90 out_sg->length -= split->skip_sg0;
98 out_sg[-1].length = split->length_last_sg;
107 struct sg_splitter *split; local
[all...]
/linux-master/sound/usb/line6/
H A Dmidibuf.h17 int split; member in struct:midi_buffer
27 extern int line6_midibuf_init(struct midi_buffer *mb, int size, int split);
/linux-master/fs/btrfs/
H A Dextent_map.c680 * are split.
687 struct extent_map *split; local
711 * because we need to split those two extent maps at the boundaries.
713 split = alloc_extent_map();
745 * In case we split the extent map, we want to preserve the
754 * split it, we can remove it directly.
763 if (!split) {
764 split = split2;
766 if (!split)
769 split
[all...]
/linux-master/scripts/
H A Djobserver-exec23 opts = [x for x in flags.split(" ") if x.startswith("--jobserver")]
28 fds = opts[-1].split("=", 1)[1]
38 reader, writer = [int(x) for x in fds.split(",", 1)]
H A Dstackdelta25 my ($file, $func, $size, $type) = split;
/linux-master/security/apparmor/
H A Dlib.c49 * aa_split_fqname - split a fqname into a profile and namespace name
68 char *split = strchr(&name[1], ':'); local
70 if (split) {
72 *split++ = 0;
73 if (strncmp(split, "//", 2) == 0)
74 split += 2;
75 name = skip_spaces(split);
117 char *split = strnchr(&name[1], end - &name[1], ':'); local
121 if (split) {
122 *ns_len = split
[all...]
H A Dpolicy_ns.c177 const char *split; local
179 for (split = strnstr(hname, "//", n); split;
180 split = strnstr(hname, "//", n)) {
181 ns = __aa_findn_ns(&ns->sub_ns, hname, split - hname);
185 n -= split + 2 - hname;
186 hname = split + 2;
/linux-master/fs/jfs/
H A Djfs_xtree.c96 uint split; member in struct:__anon1486
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);
227 int nsplit = 0; /* number of pages to split */
324 /* compute number of pages to split */
371 /* compute number of pages to split */
429 /* compute number of pages to split */
471 /* update number of pages to split */
524 struct xtsplit split; /* spli local
664 xtSplitUp(tid_t tid, struct inode *ip, struct xtsplit * split, struct btstack * btstack) argument
934 xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split, struct metapage ** rmpp, s64 * rbnp) argument
1201 xtSplitRoot(tid_t tid, struct inode *ip, struct xtsplit * split, struct metapage ** rmpp) argument
1348 struct xtsplit split; /* split information */ local
1507 struct xtsplit split; /* split information */ local
1953 struct xtsplit split; /* split information */ local
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_ring.c189 * for split ring, it just contains last used index
200 /* Available for split ring */
201 struct vring_virtqueue_split split; member in union:vring_virtqueue::__anon80
463 struct vring_desc_extra *extra = vq->split.desc_extra;
524 struct vring_desc_extra *extra = vring->split.desc_extra;
580 WARN_ON_ONCE(total_sg > vq->split.vring.num && !vq->indirect);
591 desc = vq->split.vring.desc;
647 vq->split.desc_extra[prev & (vq->split.vring.num - 1)].flags &=
662 virtqueue_add_desc_split(_vq, vq->split
[all...]
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_private.h18 void (*gic_set_eoi_split)(bool split);
/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c152 } split; member in union:_cpuid4_leaf_eax
161 } split; member in union:_cpuid4_leaf_ebx
168 } split; member in union:_cpuid4_leaf_ecx
300 eax->split.is_self_initializing = 1;
301 eax->split.type = types[leaf];
302 eax->split.level = levels[leaf];
303 eax->split.num_threads_sharing = 0;
304 eax->split.num_cores_on_die = topology_num_cores_per_package();
308 eax->split.is_fully_associative = 1;
309 ebx->split
[all...]
/linux-master/arch/x86/events/amd/
H A Dlbr.c46 } split; member in union:branch_entry::__anon1
57 } split; member in union:branch_entry::__anon3
179 if ((!entry.to.split.valid && !entry.to.split.spec) ||
180 entry.to.split.reserved)
185 br[out].from = sign_ext_branch_ip(entry.from.split.ip);
186 br[out].to = sign_ext_branch_ip(entry.to.split.ip);
187 br[out].mispred = entry.from.split.mispredict;
206 idx = (entry.to.split.valid << 1) | entry.to.split
[all...]
/linux-master/tools/perf/scripts/python/
H A Dnet_dropmonitor.py28 loc = int(line.split()[0], 16)
29 name = line.split()[2]
/linux-master/arch/x86/tools/
H A Dobjdump_reformat.awk25 if (split($0, field, /: |\t/) < 3) {
/linux-master/tools/testing/selftests/turbostat/
H A Ddefcolumns.py40 actual_columns = proc_turbostat.stdout.split(b'\n')[0]
56 actual_columns = proc_turbostat.stdout.split(b'\n')[0]
/linux-master/drivers/thermal/intel/
H A Dintel_hfi.c64 } split; member in union:hfi_capabilities
74 } split; member in union:cpuid6_edx
336 info->index = edx.split.index;
545 if (!edx.split.capabilities.split.performance) {
554 edx.split.capabilities.split.__reserved = 0;
555 nr_capabilities = hweight8(edx.split.capabilities.bits);
558 hfi_features.nr_table_pages = edx.split.table_pages + 1;
/linux-master/Documentation/sphinx/
H A Dkernel_feat.py102 for line in lines.split("\n"):
121 for l in lines.split("\n"):
125 for c, l in enumerate(lines.split("\n")):
H A Dmaintainers_include.py122 field, details = line.split(':', 1)
146 # Re-split on any added newlines in any above parsing.
148 for separated in output.split('\n'):
163 for separated in field_content.split('\n'):
183 (path, tail) = os.path.split(path)
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim29 let s = split(getline(v:foldstart), '|', 1)
33 let e = split(getline(v:foldend), '|', 1)
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_scale.sh43 devlink port split $netdev count $count
44 check_err $? "Did not split $netdev into $count"
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dgic.h33 * Sets the EOI mode. When split is false, EOI just drops the priority. When
34 * split is true, EOI drops the priority and deactivates the interrupt.
36 void gic_set_eoi_split(bool split);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-udma.h15 void ivtv_udma_fill_sg_array(struct ivtv_user_dma *dma, u32 buffer_offset, u32 buffer_offset_2, u32 split);
/linux-master/tools/hv/
H A Dvmbus_testing154 f_name = f_path.split("/")[-1]
169 .format(device.split("/")[5]))
172 .format(device.split("/")[5]))
209 .format(state_path.split("/")[5]))
213 .format(state_path.split("/")[5]))
238 interrupt.split("/")[5]))
241 message.split("/")[5]))
263 print("ALL testing now OFF for {}".format(device.split("/")[-1]))

Completed in 233 milliseconds

123456789