Home
last modified time | relevance | path

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

12345678910>>...60

/linux-6.6.21/tools/perf/pmu-events/
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 …]
/linux-6.6.21/Documentation/hwmon/
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 …]
/linux-6.6.21/tools/testing/selftests/mm/
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()
/linux-6.6.21/scripts/
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
/linux-6.6.21/tools/testing/selftests/powerpc/pmu/ebb/
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()
/linux-6.6.21/tools/perf/util/scripting-engines/
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
/linux-6.6.21/sound/usb/
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()
/linux-6.6.21/tools/testing/selftests/media_tests/
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.
/linux-6.6.21/tools/testing/selftests/arm64/pauth/
Dpac.c332 struct signatures after; in TEST() local
342 sign_specific(&after, ARBITRARY_VALUE); in TEST()
344 ASSERT_EQ(before.keyia, after.keyia) TH_LOG("keyia changed after context switching"); in TEST()
345 ASSERT_EQ(before.keyib, after.keyib) TH_LOG("keyib changed after context switching"); in TEST()
346 ASSERT_EQ(before.keyda, after.keyda) TH_LOG("keyda changed after context switching"); in TEST()
347 ASSERT_EQ(before.keydb, after.keydb) TH_LOG("keydb changed after context switching"); in TEST()
355 size_t after; in TEST() local
365 after = keyg_sign(ARBITRARY_VALUE); in TEST()
367 ASSERT_EQ(before, after) TH_LOG("keyg changed after context switching"); in TEST()
/linux-6.6.21/arch/powerpc/lib/
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 …]
/linux-6.6.21/Documentation/devicetree/bindings/
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
/linux-6.6.21/tools/testing/selftests/intel_pstate/
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()
/linux-6.6.21/tools/perf/util/bpf_skel/
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()
/linux-6.6.21/tools/perf/scripts/python/Perf-Trace-Util/
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
/linux-6.6.21/scripts/gcc-plugins/
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()
/linux-6.6.21/sound/firewire/tascam/
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()
/linux-6.6.21/drivers/gpu/drm/ci/xfails/
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
/linux-6.6.21/drivers/misc/lkdtm/
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()
/linux-6.6.21/tools/bpf/bpftool/skeleton/
Dprofiler.bpf.c77 fexit_update_maps(u32 id, struct bpf_perf_event_value___local *after) in fexit_update_maps() argument
86 diff.counter = after->counter - before->counter; in fexit_update_maps()
87 diff.enabled = after->enabled - before->enabled; in fexit_update_maps()
88 diff.running = after->running - before->running; in fexit_update_maps()
/linux-6.6.21/scripts/kconfig/
Dqconf.h119 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
120 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
124 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
125 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
129 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument
130 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
/linux-6.6.21/Documentation/devicetree/bindings/regulator/
Drichtek,rtmv20-regulator.yaml38 load current pulse delay in microsecond after strobe pin pulse high.
45 Load current pulse width in microsecond after strobe pin pulse high.
52 Fsin1 pulse high delay in microsecond after vsync signal pulse high.
59 Fsin1 pulse high width in microsecond after vsync signal pulse high.
66 Fsin2 pulse high delay in microsecond after vsync signal pulse high.
73 Fsin2 pulse high width in microsecond after vsync signal pulse high.
/linux-6.6.21/tools/perf/util/
Dmaps.c355 struct map *after = map__clone(pos->map); in maps__fixup_overlappings() local
357 if (after == NULL) { in maps__fixup_overlappings()
362 map__set_start(after, map__end(map)); in maps__fixup_overlappings()
363 map__add_pgoff(after, map__end(map) - map__start(pos->map)); in maps__fixup_overlappings()
365 map__map_ip(after, map__end(map))); in maps__fixup_overlappings()
366 err = __maps__insert(maps, after); in maps__fixup_overlappings()
368 map__put(after); in maps__fixup_overlappings()
372 map__fprintf(after, fp); in maps__fixup_overlappings()
373 map__put(after); in maps__fixup_overlappings()
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-transport-srp12 Description: Number of seconds the SCSI layer will wait after a transport
21 Description: Number of seconds the SCSI layer will wait after a transport
37 Description: Number of seconds the SCSI layer will wait after a reconnect
55 after the fast_io_fail_tmo timer has fired and before the
56 "dev_loss_tmo" timer has fired; "lost" after the
/linux-6.6.21/Documentation/riscv/
Duabi.rst20 #. Additional standard extensions (starting with 'Z') will be sorted after
30 after standard unprivileged extensions. If multiple supervisor-level
34 after any lower-privileged, standard extensions. If multiple machine-level
37 #. Non-standard extensions (starting with 'X') will be listed after all standard
/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_diag.c86 u32 value, before, after; in igc_reg_test() local
98 after = rd32(IGC_STATUS) & toggle; in igc_reg_test()
99 if (value != after) { in igc_reg_test()
102 after, value); in igc_reg_test()

12345678910>>...60