Searched refs:split (Results 101 - 125 of 211) sorted by relevance

123456789

/linux-master/fs/bcachefs/
H A Dio_read.c207 (*rbio)->split = true;
310 return rbio->split ? rbio->parent : rbio;
329 BUG_ON(rbio->bounce && !rbio->split);
338 if (rbio->split) {
354 * not a split:
687 if (!rbio->split)
936 rbio->split = true;
940 * reporting issues (if a split errored, and retrying didn't
950 rbio->split = true;
961 if (rbio->split)
[all...]
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py127 for dev_func in path.split("/"):
271 filenames.extend(line.split("\0"))
/linux-master/drivers/md/
H A Draid0.c472 struct bio *split = bio_split(bio, local
475 bio_chain(split, bio);
477 bio = split;
615 struct bio *split = bio_split(bio, sectors, GFP_NOIO, local
617 bio_chain(split, bio);
619 bio = split;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c213 hw_res->num_closid = edx.split.cos_max + 1;
214 max_delay = eax.split.max_delay + 1;
282 hw_res->num_closid = edx.split.cos_max + 1;
283 r->cache.cbm_len = eax.split.cbm_len + 1;
284 r->default_ctrl = BIT_MASK(eax.split.cbm_len + 1) - 1;
288 r->cache.arch_has_sparse_bitmasks = ecx.split.noncont;
/linux-master/arch/mips/mm/
H A Dtlbex.c1357 u32 *split; local
1364 split = labels[i].addr;
1369 if (split > tlb_handler + MIPS64_REFILL_INSNS ||
1370 split < p - MIPS64_REFILL_INSNS)
1379 split = tlb_handler + MIPS64_REFILL_INSNS - 2;
1386 if (uasm_insn_has_bdelay(relocs, split - 1))
1387 split--;
1390 uasm_copy_handler(relocs, labels, tlb_handler, split, f);
1391 f += split - tlb_handler;
1397 if (uasm_insn_has_bdelay(relocs, split))
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py486 kver = v.split()[2]
505 for i in value.split(','):
567 for i in fp.read().split('\n'):
598 flist += i.split(' ')[0]+'\n'
711 linesack = (len(check.split('\n')) - 1) // 2
724 linesout = len(kprobeevents.split('\n'))
725 linesack = len(check.split('\n'))
1003 dev = dirname.split('/')[-2]
1069 for line in text.split('\n'):
1075 data = line.split(deli
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c666 * pipe and the second stream uses 2 pipes (i.e. pipe split),
669 * split pipe.
684 // Find the minimum pipe split count for non SubVP pipes
1194 int split[MAX_PIPES],
1199 * slices from the end. The following code converts a pipe split or
1203 * When split flags describe the following pipe connection transition
1206 * pipe 0 (split=2) -> pipe 1 (split=2)
1242 if (split[dc_pipe_idx]) {
1247 table, pipe->stream, split[dc_pipe_id
1189 update_pipe_slice_table_with_split_flags( struct pipe_slice_table *table, struct dc *dc, struct dc_state *context, struct vba_vars_st *vba, int split[MAX_PIPES], bool merge[MAX_PIPES]) argument
1276 update_pipes_with_split_flags(struct dc *dc, struct dc_state *context, struct vba_vars_st *vba, int split[MAX_PIPES], bool merge[MAX_PIPES]) argument
1291 should_apply_odm_power_optimization(struct dc *dc, struct dc_state *context, struct vba_vars_st *v, int *split, bool *merge) argument
1384 try_odm_power_optimization_and_revalidate( struct dc *dc, struct dc_state *context, display_e2e_pipe_params_st *pipes, int *split, bool *merge, unsigned int *vlevel, int pipe_cnt) argument
1428 dcn32_full_validate_bw_helper(struct dc *dc, struct dc_state *context, display_e2e_pipe_params_st *pipes, int *vlevel, int *split, bool *merge, int *pipe_cnt) argument
1941 int split[MAX_PIPES] = { 0 }; local
[all...]
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c723 bool split = skreq->src != skreq->dst; local
743 if (split) {
778 split ? splits_out[i] : NULL,
779 split ? splits_out_nents[i] : 0,
849 if (split)
/linux-master/lib/
H A Ddynamic_debug.c321 pr_info("split into words:");
568 char *split; local
571 for (i = 0; query; query = split) {
572 split = strpbrk(query, ";\n");
573 if (split)
574 *split++ = '\0';
/linux-master/scripts/
H A Dsphinx-pre-install151 foreach(split(/:/, $ENV{PATH})) {
163 foreach my $dir (split(/:/, $ENV{PATH})) {
167 foreach my $dir (split(/:/, $ENV{PATH})) {
334 my @path = split ":", $ENV{PATH};
/linux-master/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c257 const struct vdpa_vq_state_split *split = &state->split; local
259 if (split->avail_index == 0)
/linux-master/drivers/vdpa/alibaba/
H A Deni_vdpa.c274 const struct vdpa_vq_state_split *split = &state->split; local
281 && split->avail_index == 0)
/linux-master/fs/ceph/
H A Dsnap.c1023 u64 split; local
1044 split = le64_to_cpu(h->split); /* non-zero if we are splitting an
1051 doutc(cl, "from mds%d op %s split %llx tracelen %d\n", mds,
1052 ceph_snap_op_name(op), split, trace_len);
1061 * A "split" breaks part of an existing realm off into
1076 realm = ceph_lookup_snap_realm(mdsc, split);
1078 realm = ceph_create_snap_realm(mdsc, split);
1102 * a race (due to another split notifications
1113 doutc(cl, " will move %p %llx.%llx to split real
[all...]
/linux-master/scripts/kconfig/
H A Dqconf.h230 QSplitter* split; member in class:ConfigSearchWindow
/linux-master/arch/arm64/tools/
H A Dgen-sysreg.awk70 } else if (split(bitdef, _bits, ":") == 2) {
/linux-master/scripts/gdb/linux/
H A Dtimerlist.py33 function = str(timer['function']).split(" ")[1].strip("<>")
H A Dutils.py66 return int(str(element[field].address).split()[0], 16)
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py76 cmdlist = command.split()
H A DnsPlugin.py96 cmdlist = command.split()
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.h65 bool split; member in struct:irdma_cq_mr
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py99 disasm_output = check_output(disasm).decode('utf-8').split('\n')
/linux-master/tools/perf/pmu-events/
H A Djevents.py248 return msrmap[int(num.split(',', 1)[0], 0)]
316 eventcode = int(jd['EventCode'].split(',', 1)[0], 0)
1233 if len(parents) == _args.model.split(',')[0].count('/'):
1236 if 'test' not in item_path and item_path not in _args.model.split(','):
/linux-master/arch/x86/kvm/svm/
H A Dpmu.c191 pmu->nr_arch_gp_counters = ebx.split.num_core_pmc;
/linux-master/tools/testing/selftests/exec/
H A Dbinfmt_script.py103 elements = binary.split('/')
/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c1468 int i, ring_mask, ndesc, split; local
1473 split = ring->desc_split;
1475 if (!split)
1476 split = len;
1487 if (cur_len > split) {
1488 cur_len = split;
1493 if (len <= split + 4)

Completed in 249 milliseconds

123456789