Searched refs:split (Results 76 - 100 of 211) sorted by relevance

123456789

/linux-master/scripts/gdb/linux/
H A Dmodules.py77 text_addr = str(text['base']).split()[0]
H A Dsymbols.py116 module_addr = str(module['mem'][constants.LX_MOD_TEXT]['base']).split()[0]
172 for p in arg.split()]
H A Ddmesg.py36 prb_addr = int(str(gdb.parse_and_eval("(void *)'printk.c'::prb")).split()[0], 16)
/linux-master/fs/bcachefs/
H A Dio_read.h13 * Reads will often have to be split, and if the extent being read from
17 * If we didn't have to split, we have to save and restore the original
18 * bi_end_io - @split below indicates which:
38 split:1, member in struct:bch_read_bio::__anon1636::__anon1637
/linux-master/scripts/
H A Dkernel-doc394 foreach(split(/:/, $ENV{PATH})) {
547 foreach $line (split "\n", $contents) {
773 foreach $line (split "\n",$input) {
814 foreach $line (split "\n", $output) {
1183 foreach my $id(split /,/, $ids) {
1188 foreach my $arg (split /;/, $content) {
1225 foreach my $name (split /,/, $names) {
1253 my @def_args = split /\n/, $declaration;
1357 foreach my $arg (split ',', $members) {
1485 foreach my $arg (split(
[all...]
H A Ddiffconfig45 name, val = line[7:].split("=", 1)
H A Dbpf_doc.py72 args = capture.group(4).split(', ')
400 for line in re.sub('\n$', '', elem.desc, count=1).split('\n'):
405 for line in elem.ret.rstrip().split('\n'):
820 for line in re.sub('\n$', '', helper.desc, count=1).split('\n'):
826 for line in helper.ret.rstrip().split('\n'):
H A Dbloat-o-meter38 size, type, name = line.split()
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat329 flags = line.split()
339 return field.split('(', 1)[0]
668 members = list_string.split(',')
674 int_range = member.split('-')
900 field = key.split('-')[0] # set 'field' to 'pid'
1112 line = line.decode(ENCODING).lstrip().split(' ', 1)
1163 .format(pid), 'r').read().split('\0')
1164 parms = line[line.index('-name') + 1].split(',')
1258 (child, parent) = key.split(' ')
1563 print('%-42s%10d%10d' % (key.split(' ')[
[all...]
/linux-master/arch/x86/events/intel/
H A Dlbr.c1590 lbr_nr = fls(eax.split.lbr_depth_mask) * 8;
1598 x86_pmu.lbr_depth_mask = eax.split.lbr_depth_mask;
1599 x86_pmu.lbr_deep_c_reset = eax.split.lbr_deep_c_reset;
1600 x86_pmu.lbr_lip = eax.split.lbr_lip;
1601 x86_pmu.lbr_cpl = ebx.split.lbr_cpl;
1602 x86_pmu.lbr_filter = ebx.split.lbr_filter;
1603 x86_pmu.lbr_call_stack = ebx.split.lbr_call_stack;
1604 x86_pmu.lbr_mispred = ecx.split.lbr_mispred;
1605 x86_pmu.lbr_timed_lbr = ecx.split.lbr_timed_lbr;
1606 x86_pmu.lbr_br_type = ecx.split
[all...]
/linux-master/sound/usb/usx2y/
H A Dusb_stream.c580 unsigned int split = s->inpacket_head; local
583 while (l > s->inpacket[split].length) {
584 l -= s->inpacket[split].length;
585 if (split == 0)
586 split = s->inpackets - 1;
588 split--;
590 s->next_inpacket_split = split;
592 s->inpacket[split].length - l;
/linux-master/Documentation/sphinx/
H A Dcdomain.py171 arglist = [a.strip() for a in arglist.split(",")]
174 if len(arglist[0].split(" ")) > 1:
/linux-master/scripts/dtc/
H A Ddt_to_config376 my @configs = split(' && ', $config);
462 my @configs = split(' && ', $config);
751 my @compatibles = split('", "', $compatible);
816 my @drivers = split("\n", $drivers);
962 @line = split /=/, $line;
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c220 #define GUEST_IRQ_HANDLER_NAME(split, lev) CAT(PREFIX, CAT(split, lev))
221 #define GENERATE_GUEST_IRQ_HANDLER(split, lev) \
222 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \
224 guest_irq_generic_handler(split, lev); \
733 printf("nr-irqs=%d level-sensitive=%d eoi-split=%d\n",
804 printf(" -e: if 1 then EOI is split into a write to DIR on top "
/linux-master/tools/perf/scripts/python/
H A Dtask-analyzer.py815 args.filter_tasks = args.filter_tasks.split(",")
817 args.limit_to_tasks = args.limit_to_tasks.split(",")
819 args.time_limit = args.time_limit.split(":")
820 for rename_tuple in args.rename_comms_by_tids.split(","):
821 tid_name = rename_tuple.split(":")
826 for highlight_tasks_tuple in args.highlight_tasks.split(","):
827 tasks_color_map = highlight_tasks_tuple.split(":")
/linux-master/drivers/media/dvb-frontends/
H A Ddib7000m.c642 if(!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.max == 0)
648 if (agc > state->current_agc->split.min_thres)
649 split_offset = state->current_agc->split.min;
650 else if (agc < state->current_agc->split.max_thres)
651 split_offset = state->current_agc->split.max;
653 split_offset = state->current_agc->split.max *
654 (agc - state->current_agc->split.min_thres) /
655 (state->current_agc->split.max_thres - state->current_agc->split.min_thres);
782 dib7000m_write_word(state, 103, 1 << 8); /* force 0 split o
[all...]
H A Ddibx000_common.h112 } split; member in struct:dibx000_agc_config
/linux-master/block/
H A Dbio.c938 * or Zone Append operations that we can't split.
1608 * bio_split - split a bio
1609 * @bio: bio to split
1610 * @sectors: number of sectors to split from the front of @bio
1619 * neither @bio nor @bs are freed before the split bio.
1624 struct bio *split; local
1629 /* Zone append commands cannot be split */
1633 split = bio_alloc_clone(bio->bi_bdev, bio, gfp, bs);
1634 if (!split)
1637 split
[all...]
/linux-master/fs/btrfs/
H A Dctree.c1168 /* Node balancing for insertion. Here we only split or push nodes around
1894 * leaf and there's no need to split the leaf.
1985 * If @ins_len > 0, nodes and leaves will be split as we walk down the tree.
2962 * split the node at the specified level in path in two.
2963 * The path is corrected to point to the appropriate node after the split
2976 struct extent_buffer *split; local
2986 * trying to split the root, lets make a new one
3012 split = btrfs_alloc_tree_block(trans, root, 0, root->root_key.objectid,
3015 if (IS_ERR(split))
3016 return PTR_ERR(split);
3665 int split; local
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit.py72 parts = os.path.realpath(path).split('tools/testing/kunit')
149 parts = t.split('.', maxsplit=2)
177 test_glob = request.filter_glob.split('.', maxsplit=2)[1]
424 qemu_args.extend(shlex.split(arg))
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.h130 int *split,
/linux-master/security/apparmor/
H A Dlabel.c1841 const char *split; local
1846 for (split = aa_label_strn_split(str, end - str);
1847 split;
1848 split = aa_label_strn_split(str, end - str)) {
1850 str = split + 3;
1895 const char *split; local
1921 for (split = aa_label_strn_split(str, end - str), i = stack;
1922 split && i < len; i++) {
1923 vec[i] = fqlookupn_profile(base, currbase, str, split - str);
1932 str = split
[all...]
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c104 static void gicv3_set_eoi_split(bool split) argument
112 val = split ? (1U << 1) : 0;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_devlink.c83 /* Special case the 100G CXP -> 2x40G split */
107 NL_SET_ERR_MSG_MOD(extack, "port is not split");
348 attrs.split = eth_port.is_split;
349 attrs.splittable = eth_port.port_lanes > 1 && !attrs.split;
/linux-master/tools/mm/
H A Dthpmaps201 elements = line.split()
203 start, end = map(lambda x: int(x, 16), elements[0].split('-'))
204 major, minor = map(lambda x: int(x, 16), elements[3].split(':'))
496 paras = text.split('\n')

Completed in 268 milliseconds

123456789