Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 2400) sorted by relevance

12345678910>>...96

/openbmc/linux/tools/perf/pmu-events/
H A Dmetric_test.py44 after = before
45 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after)
50 after = before
51 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after)
56 after = before
57 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after)
61 after = before
62 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after)
67 after = f'({before})'
68 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after)
[all …]
/openbmc/linux/Documentation/hwmon/
H A Disl68137.rst25 Publicly available (after August 2020 launch) at the Renesas website
35 Publicly available (after August 2020 launch) at the Renesas website
45 Publicly available (after August 2020 launch) at the Renesas website
55 Publicly available (after August 2020 launch) at the Renesas website
65 Publicly available (after August 2020 launch) at the Renesas website
75 Publicly available (after August 2020 launch) at the Renesas website
85 Publicly available (after August 2020 launch) at the Renesas website
95 Publicly available (after August 2020 launch) at the Renesas website
105 Publicly available (after August 2020 launch) at the Renesas website
115 Publicly available (after August 2020 launch) at the Renesas website
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dthuge-gen.c128 unsigned long before, after; in test_mmap() local
137 after = read_free(size); in test_mmap()
139 before, after, before - after, size); in test_mmap()
140 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_mmap()
149 unsigned long before, after; in test_shmget() local
168 after = read_free(size); in test_shmget()
171 before, after, before - after, size); in test_shmget()
172 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_shmget()
/openbmc/linux/scripts/
H A Dconfig29 --enable-after|-E beforeopt option
30 Enable option directly after other option
31 --disable-after|-D beforeopt option
32 Disable option directly after other option
33 --module-after|-M beforeopt option
34 Turn option into module directly after other option
/openbmc/qemu/tests/qemu-iotests/
H A D083.out6 === Check disconnect after neg1 ===
22 === Check disconnect after export ===
42 === Check disconnect after neg2 ===
58 === Check disconnect after request ===
66 === Check disconnect after reply ===
82 === Check disconnect after data ===
107 === Check disconnect after neg-classic ===
115 === Check disconnect after neg1 ===
131 === Check disconnect after export ===
151 === Check disconnect after neg2 ===
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py426 def _test_bblayers_edit(self, before, after, add, remove, notadded, notremoved): argument
434 self.assertEqual(after.splitlines(True), actual_after)
454 after = r"""
465 self._test_bblayers_edit(before, after,
485 after = r"""
498 self._test_bblayers_edit(before, after,
518 after = r"""
530 self._test_bblayers_edit(before, after,
549 after = r"""
560 self._test_bblayers_edit(before, after,
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-memcheck-vgtests-remove-fullpath-after-flags.patch4 Subject: [PATCH] memcheck vgtests remove fullpath-after flags
10 Remove the --fullpath-after option so yocto project doesn't
28 -vgopts: -q --fullpath-after=memcheck/ --fullpath-after=coregrind/
37 -vgopts: --fullpath-after=memcheck/ --fullpath-after=coregrind/ --read-var-info=yes --read-inline-…
/openbmc/phosphor-webui/app/common/styles/components/
H A Dform-elements.scss144 .control__indicator:after,
150 .control-check input:checked ~ .control__indicator:after {
155 .control-check .control__indicator:after {
166 .control-check input:disabled ~ .control__indicator:after {
226 .control__indicator:after {
233 .control-radio input:checked ~ .control__indicator:after {
238 .control-radio input:disabled ~ .control__indicator:after{
244 .control-radio .control__indicator:after {
253 .control-radio:hover .control__indicator:after {
258 .control-radio input:disabled ~ .control__indicator:after {
/openbmc/linux/tools/testing/selftests/media_tests/
H A Dregression_test.txt2 and unregister paths. There have a few problems that result in user-after
18 Regressions test for cdev user-after free error on /dev/mediaX when driver
22 and cdev user-after-free fixes. This opens media dev files and sits in
35 device file goes away after unbind, device file name changes. Start the
37 after unbind, /dev/media1 or /dev/media2 could get created. The idea is
43 Run dmesg looking for any user-after free errors or mutex lock errors.
/openbmc/linux/sound/usb/
H A Dhelper.c31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument
43 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
54 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) in snd_usb_find_csint_desc() argument
56 unsigned char *p = after; in snd_usb_find_csint_desc()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dpmae_handling_test.c29 static uint64_t before, after; variable
49 after = mfspr(SPRN_MMCR0); in syscall_ebb_callee()
50 if (before != after) in syscall_ebb_callee()
88 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after); in test_body()
/openbmc/linux/tools/perf/util/scripting-engines/
H A DBuild6 …ns -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-swi…
8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
/openbmc/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c335 struct signatures after; in TEST() local
345 sign_specific(&after, ARBITRARY_VALUE); in TEST()
347 ASSERT_EQ(before.keyia, after.keyia) TH_LOG("keyia changed after context switching"); in TEST()
348 ASSERT_EQ(before.keyib, after.keyib) TH_LOG("keyib changed after context switching"); in TEST()
349 ASSERT_EQ(before.keyda, after.keyda) TH_LOG("keyda changed after context switching"); in TEST()
350 ASSERT_EQ(before.keydb, after.keydb) TH_LOG("keydb changed after context switching"); in TEST()
358 size_t after; in TEST() local
368 after = keyg_sign(ARBITRARY_VALUE); in TEST()
370 ASSERT_EQ(before, after) TH_LOG("keyg changed after context switching"); in TEST()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass105 addtask unpack after do_fetch
106 addtask patch after do_unpack
107 addtask prepare_recipe_sysroot after do_patch
108 addtask configure after do_prepare_recipe_sysroot
109 addtask compile after do_configure
110 addtask install after do_compile
111 addtask populate_sysroot after do_install
112 addtask package after do_install
113 addtask package_write_ipk after do_packagedata do_package
114 addtask package_write_rpm after do_packagedata do_package
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Drheap.c155 rh_block_t *after; in attach_free_block() local
169 after = NULL; in attach_free_block()
185 after = blk; in attach_free_block()
188 if (before != NULL && after != NULL) in attach_free_block()
196 if (after && e != after->start) in attach_free_block()
197 after = NULL; in attach_free_block()
200 if (before == NULL && after == NULL) { in attach_free_block()
214 if (before != NULL && after == NULL) { in attach_free_block()
220 if (before == NULL && after != NULL) { in attach_free_block()
221 after->start -= size; in attach_free_block()
[all …]
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c53 fexit_update_maps(struct bpf_perf_event_value *after) in fexit_update_maps() argument
63 diff.counter = after->counter - before->counter; in fexit_update_maps()
64 diff.enabled = after->enabled - before->enabled; in fexit_update_maps()
65 diff.running = after->running - before->running; in fexit_update_maps()
/openbmc/linux/tools/testing/selftests/intel_pstate/
H A Daperf.c29 struct timespec before, after; in main() local
74 if (clock_gettime(CLOCK_MONOTONIC, &after) < 0) { in main()
87 finish = after.tv_sec*MSEC_PER_SEC + after.tv_nsec/NSEC_PER_MSEC; in main()
/openbmc/linux/Documentation/devicetree/bindings/
H A D.yamllint24 colons: {max-spaces-before: 0, max-spaces-after: 1}
25 commas: {min-spaces-after: 1, max-spaces-after: 1}
39 max-spaces-after: 1
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dinterp.patch23 + set tout [after 5000 {set result timeout}]
27 after 0 error foo
28 - after 10 [list ::set [namespace which -variable done] {}]
34 + after cancel $tout
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0005-tcl-fix-race-in-interp.test.patch23 + set tout [after 5000 {set result timeout}]
27 after 0 error foo
28 - after 10 [list ::set [namespace which -variable done] {}]
34 + after cancel $tout
/openbmc/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c54 static void add_stack_tracking_gcall(gimple_stmt_iterator *gsi, bool after) in add_stack_tracking_gcall() argument
64 if (after) in add_stack_tracking_gcall()
113 static void add_stack_tracking_gasm(gimple_stmt_iterator *gsi, bool after) in add_stack_tracking_gasm() argument
134 add_stack_tracking_gcall(gsi, after); in add_stack_tracking_gasm()
143 if (after) in add_stack_tracking_gasm()
150 static void add_stack_tracking(gimple_stmt_iterator *gsi, bool after) in add_stack_tracking() argument
161 add_stack_tracking_gasm(gsi, after); in add_stack_tracking()
163 add_stack_tracking_gcall(gsi, after); in add_stack_tracking()
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Dmsm-sdm845-fails.txt18 kms_cursor_legacy@basic-flip-after-cursor-atomic,Fail
19 kms_cursor_legacy@basic-flip-after-cursor-legacy,Fail
20 kms_cursor_legacy@basic-flip-after-cursor-varying-size,Fail
35 kms_cursor_legacy@short-flip-after-cursor-atomic-transitions,Fail
36 kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size,Fail
37 kms_cursor_legacy@short-flip-after-cursor-toggle,Fail
/openbmc/linux/sound/firewire/tascam/
H A Damdtp-tascam.c139 __be32 after; in read_status_messages() local
143 after = buffer[s->data_block_quadlets - 1]; in read_status_messages()
157 if ((before ^ after) & mask) { in read_status_messages()
165 entry->after = after; in read_status_messages()
174 tscm->state[index] = after; in read_status_messages()
/openbmc/linux/drivers/misc/lkdtm/
H A Dfortify.c75 int after[10]; in lkdtm_FORTIFY_MEM_OBJECT() local
84 memset(after, 0, sizeof(after)); in lkdtm_FORTIFY_MEM_OBJECT()
86 fortify_scratch_space = after[5]; in lkdtm_FORTIFY_MEM_OBJECT()

12345678910>>...96