Searched refs:re (Results 51 - 75 of 151) sorted by relevance

1234567

/linux-master/Documentation/sphinx/
H A Dkerneldoc.py34 import re namespace
133 line_regex = re.compile(r"^\.\. LINENO ([0-9]+)$")
/linux-master/scripts/
H A Dbloat-o-meter10 import sys, os, re, argparse
26 re_NUMBER = re.compile(r'\.[0-9]+')
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py12 import re namespace
48 disasm_re = re.compile(r"^\s*([0-9a-fA-F]+):")
49 disasm_func_re = re.compile(r"^\s*([0-9a-fA-F]+)\s.*:")
/linux-master/fs/ntfs3/
H A Dindex.c847 struct NTFS_DE *re)
850 u16 esize = le16_to_cpu(re->size);
851 u32 off = PtrOffset(hdr, re);
863 memmove(re, Add2Ptr(re, esize), bytes);
865 return re;
1574 struct NTFS_DE *e, *e0, *re; local
1645 re = NULL;
1647 re = kmemdup(e0, to_move, GFP_NOFS);
1648 if (!re) {
846 hdr_delete_de(struct INDEX_HDR *hdr, struct NTFS_DE *re) argument
2164 struct NTFS_DE *e, *te, *re; local
2258 struct NTFS_DE *e, *re, *next, *prev, *me; local
[all...]
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py31 import re namespace
80 m = re.match('^[Ll]inux *[Vv]ersion *(?P<v>\S*) .*', msg)
85 m = re.match('^(?P<x>[0-9]*)\.(?P<y>[0-9]*)\.(?P<z>[0-9]*).*', self.kernel)
170 '3. After reboot, re-run this tool with the same arguments but no command (w/o -reboot or -manual).\n\n'\
312 if re.match(tp.stampfmt, line):
315 elif re.match(tp.sysinfofmt, line):
318 elif re.match(tp.cmdlinefmt, line):
321 elif re.match(tp.kparamsfmt, line):
327 m = re.match('[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
335 if(ktime == 0.0 and re
[all...]
/linux-master/drivers/thunderbolt/
H A Dproperty.c419 struct tb_property_rootdir_entry *re; local
421 re = (struct tb_property_rootdir_entry *)&block[start_offset];
422 re->magic = TB_PROPERTY_ROOTDIR_MAGIC;
423 re->length = dir_len - sizeof(*re) / 4;
424 entry = re->entries;
/linux-master/scripts/dtc/
H A Ddtc-parser.y49 struct reserve_info *re;
76 %type <re> memreserve
77 %type <re> memreserves
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py26 import re namespace
199 re.search(r'(^(.*?)\[)((\d+)[^\]])(.*?)(\d+)([.])(\d+)(.*?amd_min_perf=)(\d+)(.*?amd_des_perf=)(\d+)(.*?amd_max_perf=)(\d+)(.*?freq=)(\d+)(.*?mperf=)(\d+)(.*?aperf=)(\d+)(.*?tsc=)(\d+)'
295 for p in re.split("[,]", cpu_list):
308 print('The test name directory already exists. Please provide a unique test name. Test re-run not supported, yet.')
/linux-master/sound/soc/codecs/
H A Daw88399.h486 #define AW88399_DSP_RE_TO_SHOW_RE(re, shift) (((re) * (1000)) >> (shift))
487 #define AW88399_SHOW_RE_TO_DSP_RE(re, shift) (((re) << shift) / (1000))
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c197 regex_t re; local
215 if (regcomp(&re, regex_string, REG_EXTENDED))
217 ret = regexec(&re, v, 1, match, 0);
218 regfree(&re);
/linux-master/tools/perf/util/
H A Dsetup.py3 from re import sub
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.c494 rule->re = prestera_acl_rule_entry_find(sw->acl, &rule->re_key);
495 err = WARN_ON(rule->re) ? -EEXIST : 0;
499 rule->re = prestera_acl_rule_entry_create(sw->acl, &rule->re_key,
501 err = !rule->re ? -EINVAL : 0;
520 prestera_acl_rule_entry_destroy(sw->acl, rule->re);
522 rule->re = NULL;
540 prestera_acl_rule_entry_destroy(sw->acl, rule->re);
557 rule->re->counter.block,
558 rule->re->counter.id,
H A Dprestera_acl.h137 struct prestera_acl_rule_entry *re; member in struct:prestera_acl_rule
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S139 add.w #0x3fff-0x7f,%d1 | re-bias the exponent.
177 add.w #0x3fff-0x3ff,%d1 | re-bias the exponent.
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py22 import re namespace
143 elevator = re.sub(r'.*\[(.*)\].*', r'\1', f.read().strip())
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py7 import re namespace
14 return re.split(r" \d+/\d+", job_name)[0]
/linux-master/scripts/gdb/linux/
H A Dsymbols.py16 import re namespace
36 # Disable pagination while reporting symbol (re-)loading.
88 if re.match(module_pattern, name) and os.path.exists(name):
/linux-master/drivers/mtd/ubi/
H A Dvmt.c435 * ubi_resize_volume - re-size volume.
439 * This function re-sizes the volume and returns zero in case of success, and a
456 dbg_gen("re-size device %d, volume %d to from %d to %d PEBs",
571 * ubi_rename_volumes - re-name UBI volumes.
575 * This function re-names or removes volumes specified in the re-name list.
582 struct ubi_rename_entry *re; local
588 list_for_each_entry(re, rename_list, list) {
589 if (re->remove) {
590 err = ubi_remove_volume(re
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_input.c174 u32 mi, ma, re, fu, fl; local
179 virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.res, &re);
183 input_abs_set_res(vi->idev, abs, re);
/linux-master/tools/bpf/bpftool/
H A DMakefile97 FEATURE_TESTS := clang-bpf-co-re
106 FEATURE_DISPLAY := clang-bpf-co-re
202 ifeq ($(feature-clang-bpf-co-re),1)
/linux-master/arch/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/linux-master/arch/powerpc/include/asm/
H A Dvas.h235 * the hardware address associated with the window @win. @re is expected/
238 int vas_paste_crb(struct vas_window *win, int offset, bool re);
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat33 import re
303 TRACE_FILTER = re.compile(r'^[^\(]*$')
584 return re.match(fields_filter, field) is not None
717 match = re.match(r'(.*)\((.*)\)', name)
1406 re.compile(regex)
1410 except re.error:
1794 re.compile(options.fields)
1795 except re.error:
/linux-master/arch/arm/mm/
H A Dpv-fixup-asm.S80 mcr p15, 0, r8, c1, c0, 0 @ re-enable MMU
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py31 import re namespace
434 re.search(r'(^(.*?)\[)((\d+)[^\]])(.*?)(\d+)([.])(\d+)(.*?core_busy=)(\d+)(.*?scaled=)(\d+)(.*?from=)(\d+)(.*?to=)(\d+)(.*?mperf=)(\d+)(.*?aperf=)(\d+)(.*?tsc=)(\d+)(.*?freq=)(\d+)'
456 search_obj = re.search(r'.*?io_boost=(\d+)', line)
542 for p in re.split("[,]", cpu_list):
556 print('The test name directory already exists. Please provide a unique test name. Test re-run not supported, yet.')
568 # Left as "cleanup" for potential future re-run ability.

Completed in 217 milliseconds

1234567