Searched refs:split (Results 126 - 150 of 211) sorted by relevance

123456789

/linux-master/scripts/kconfig/
H A Dqconf.cc1251 split = new QSplitter(this);
1252 split->setOrientation(Qt::Vertical);
1253 list = new ConfigList(split, "search");
1255 info = new ConfigInfoView(split, "search");
1261 layout1->addWidget(split);
1275 QList<int> sizes = configSettings->readSizes("/split", &ok);
1277 split->setSizes(sizes);
1291 configSettings->writeSizes("/split", split->sizes());
1523 else /*if (listMode == "split")*/
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1639 int split[MAX_PIPES] = { 0 }; local
1673 vlevel = dcn20_validate_apply_pipe_split_flags(dc, context, vlevel, split, merge);
1691 memset(split, 0, sizeof(split));
1693 vlevel = dcn20_validate_apply_pipe_split_flags(dc, context, vlevel, split, merge);
1734 /*split off odm pipe*/
1786 if (split[i]) {
1788 if (split[i] == 4 && old_pipe->next_odm_pipe && old_pipe->next_odm_pipe->next_odm_pipe)
1793 if (split[i] == 4 && old_pipe->bottom_pipe && old_pipe->bottom_pipe->bottom_pipe &&
1813 if (split[
[all...]
/linux-master/net/tls/
H A Dtls_sw.c734 bool split; local
744 split = split_point && split_point < msg_pl->sg.size;
745 if (unlikely((!split &&
748 (split &&
751 split = true;
754 if (split) {
763 * split.
769 split = false;
824 if (split) {
831 } else if (split) {
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py312 for f in out.split():
407 return len(progs.split())
524 lines = out.split('\n')
526 words = line.split()
653 lines = output.split("\n")
665 lines = output.split("\n")
/linux-master/fs/ext4/
H A Dextents.c41 #define EXT4_EXT_MAY_ZEROOUT 0x1 /* safe to zeroout if split fails \
90 ext4_lblk_t split,
821 * we get such a leaf in split/add case
1047 * - makes decision where to split
1048 * - moves remaining extents and index entries (right to the split point)
1072 /* make decision: where to split? */
1075 /* if current leaf will be split, then we should use
1076 * border from split point */
1083 ext_debug(inode, "leaf will be split."
1450 * in all other cases we have to split th
3152 ext4_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t split, int split_flag, int flags) argument
5636 int split = 0; local
[all...]
/linux-master/mm/
H A Dhuge_memory.c1342 * under splitting since we don't split the page itself, only pmd to
1361 /* Page maybe pinned: split and retry the fault on PTEs. */
1463 * under splitting since we don't split the page itself, only pud to
1472 * folio_try_dup_anon_rmap_*() and split if duplicating fails.
1839 * If user want to discard part-pages of THP, split it so MADV_FREE
1953 * With split pmd lock we also need to move preallocated
2498 * whole access to the hugepage during the split (which happens in
2512 * must remain set at all times on the pmd until the split is complete
2547 * Without "freeze", we'll simply split the PMD, propagating the
2556 * In case we cannot clear PageAnonExclusive(), split th
3321 int split = 0; local
3375 unsigned long total = 0, split = 0; local
3431 unsigned long total = 0, split = 0; local
3531 unsigned long total = 0, split = 0; local
[all...]
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c399 static char **split(char *strings, unsigned int len, unsigned int *num) function
437 return split(strings, len, num);
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py230 line.split('KTAP version')[0])
236 prefix_len = len(line.split('TAP version')[0])
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c277 struct vdpa_vq_state_split *split)
289 split->avail_index = msg.resp.vq_state.split.avail_index;
586 vq->state.split.avail_index = state->split.avail_index;
600 return vduse_dev_get_vq_state_split(dev, vq, &state->split);
1282 vq_info.split.avail_index =
1283 vq->state.split.avail_index;
275 vduse_dev_get_vq_state_split(struct vduse_dev *dev, struct vduse_virtqueue *vq, struct vdpa_vq_state_split *split) argument
/linux-master/arch/x86/tools/
H A Dgen-insn-attr-x86.awk295 count = split($(i++), opnds, ",")
/linux-master/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk295 count = split($(i++), opnds, ",")
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py233 sheets = sorted(self.items(), key=lambda i : tuple(i[0].split('-')[::-1]) )
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py110 for i in val.split(','):
130 fulllist = fp.read().split('\n')
778 opt = line.split('=')[0].strip()
780 cmdline = line.split('=', 1)[1].strip('\\')
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-core.c375 u32 split, task=0, ctrl=0, irq=0; local
431 split = 0;
433 /* split fields between tasks */
445 split = 1;
460 core_dbg("dmabits: task=0x%02x ctrl=0x%02x irq=0x%x split=%s\n",
461 task, ctrl, irq, split ? "no" : "yes");
/linux-master/tools/perf/Documentation/
H A DMakefile293 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate -o $@ $*.texi
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py295 for p in re.split("[,]", cpu_list):
/linux-master/fs/btrfs/
H A Dextent-io-tree.c511 * struct 'prealloc' as the newly created second half. 'split' indicates an
512 * offset inside 'orig' where it should be split.
517 * prealloc: [orig->start, split - 1]
518 * orig: [ split, orig->end ]
524 struct extent_state *prealloc, u64 split)
531 split); local
534 prealloc->end = split - 1;
536 orig->start = split;
705 * We need to split the extent we found, and may flip bits on second
708 * If the extent we found extends past our range, we just split an
523 split_state(struct extent_io_tree *tree, struct extent_state *orig, struct extent_state *prealloc, u64 split) argument
[all...]
/linux-master/include/linux/
H A Dvdpa.h40 * struct vdpa_vq_state_split - vDPA split virtqueue state
63 struct vdpa_vq_state_split split; member in union:vdpa_vq_state::__anon158
156 * @data for split virtqueue:
/linux-master/net/devlink/
H A Dport.c251 if (!attrs->split)
817 /* Split ports cannot be split. */
818 if (devlink_port->attrs.split)
819 NL_SET_ERR_MSG(info->extack, "Port cannot be split further");
821 NL_SET_ERR_MSG(info->extack, "Port cannot be split");
826 NL_SET_ERR_MSG(info->extack, "Invalid split count");
1317 WARN_ON(attrs->splittable && attrs->split);
1479 if (n < len && attrs->split)
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c419 bool split = false; local
464 for (i = 0, fidx = 0; split || (fidx < nr_frags); i++) {
465 if (!split) {
479 split = true;
487 split = false;
500 if (split || (fidx != nr_frags)) {
518 if (split)
/linux-master/drivers/md/
H A Draid10.c1206 struct bio *split = bio_split(bio, max_sectors, local
1208 bio_chain(split, bio);
1212 bio = split;
1482 struct bio *split = bio_split(bio, r10_bio->sectors, local
1484 bio_chain(split, bio);
1488 bio = split;
1586 struct bio *split; local
1644 split = bio_split(bio, split_size, GFP_NOIO, &conf->bio_split);
1645 bio_chain(split, bio);
1647 /* Resend the fist split par
[all...]
/linux-master/drivers/block/
H A Dpktcdvd.c2438 struct bio *split; local
2472 split = bio_split(bio, last_zone -
2475 bio_chain(split, bio);
2477 split = bio;
2480 pkt_make_request_write(split);
2481 } while (split != bio);
/linux-master/drivers/media/dvb-frontends/
H A Ddib8000.c1243 if (!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.max == 0)
1249 if (agc > state->current_agc->split.min_thres)
1250 split_offset = state->current_agc->split.min;
1251 else if (agc < state->current_agc->split.max_thres)
1252 split_offset = state->current_agc->split.max;
1254 split_offset = state->current_agc->split.max *
1255 (agc - state->current_agc->split.min_thres) /
1256 (state->current_agc->split.max_thres - state->current_agc->split.min_thres);
/linux-master/scripts/gdb/linux/
H A Dslab.py210 gdb.write("%d %s" % (loc['count'], str(addr).split(' ')[-1]))
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py176 mac_split = mac.split(":")
1550 msg["version"] = int(versionStr.split(":")[0], 0)
1557 dpfeatures = int(versionStr.split(":")[1], 0)
2071 prverscheck = pyroute2.__version__.split(".")

Completed in 295 milliseconds

123456789