Home
last modified time | relevance | path

Searched full:times (Results 1 – 25 of 3094) sorted by relevance

12345678910>>...124

/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Dmemory.json3 "BriefDescription": "Number of times HLE abort was triggered",
7 "PublicDescription": "Number of times HLE abort was triggered.",
12 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
15 …"PublicDescription": "Number of times an HLE abort was attributed to a Memory condition (See TSX_M…
20 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions",
23 "PublicDescription": "Number of times the TSX watchdog signaled an HLE abort.",
28 … "BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions",
31 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.",
36 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type",
39 "PublicDescription": "Number of times HLE caused a fault.",
[all …]
/openbmc/linux/fs/
H A Dutimes.c20 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes() argument
27 if (times) { in vfs_utimes()
28 if (!nsec_valid(times[0].tv_nsec) || in vfs_utimes()
29 !nsec_valid(times[1].tv_nsec)) in vfs_utimes()
31 if (times[0].tv_nsec == UTIME_NOW && in vfs_utimes()
32 times[1].tv_nsec == UTIME_NOW) in vfs_utimes()
33 times = NULL; in vfs_utimes()
41 if (times) { in vfs_utimes()
42 if (times[0].tv_nsec == UTIME_OMIT) in vfs_utimes()
44 else if (times[0].tv_nsec != UTIME_NOW) { in vfs_utimes()
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dstandard_device_tests.cpp215 EXPECT_CALL(device, prepareForPgoodFaultDetection).Times(1); in TEST()
218 .Times(1) in TEST()
220 EXPECT_CALL(device, getReadVout(5)).Times(1).WillOnce(Return(1.2)); in TEST()
222 .Times(1) in TEST()
224 EXPECT_CALL(device, getStatusVout(7)).Times(1).WillOnce(Return(0x00)); in TEST()
245 EXPECT_CALL(device, prepareForPgoodFaultDetection).Times(1); in TEST()
248 .Times(1) in TEST()
250 EXPECT_CALL(device, getReadVout(5)).Times(0); in TEST()
251 EXPECT_CALL(device, getVoutUVFaultLimit(5)).Times(0); in TEST()
252 EXPECT_CALL(device, getStatusVout(7)).Times(1).WillOnce(Return(0x00)); in TEST()
[all …]
H A Drail_tests.cpp358 EXPECT_CALL(services, isPresent).Times(0); in TEST()
377 .Times(1) in TEST()
397 .Times(1) in TEST()
417 .Times(1) in TEST()
458 EXPECT_CALL(device, getStatusWord).Times(0); in TEST()
485 EXPECT_CALL(device, getStatusWord(2)).Times(1).WillOnce(Return(0xbeef)); in TEST()
503 .Times(1) in TEST()
541 EXPECT_CALL(device, getStatusVout).Times(0); in TEST()
568 EXPECT_CALL(device, getStatusVout(2)).Times(1).WillOnce(Return(0xad)); in TEST()
586 .Times(1) in TEST()
[all …]
H A Ducd90160_device_tests.cpp102 .Times(1) in TEST()
105 .Times(1); in TEST()
110 .Times(1); in TEST()
116 .Times(1); in TEST()
120 .Times(1); in TEST()
124 .Times(1); in TEST()
128 .Times(1); in TEST()
131 .Times(1); in TEST()
134 .Times(1); in TEST()
137 .Times(1); in TEST()
[all …]
H A Dpmbus_driver_device_tests.cpp238 .Times(1) in TEST_F()
255 .Times(1) in TEST_F()
296 .Times(1) in TEST_F()
316 .Times(1) in TEST_F()
350 .Times(1) in TEST_F()
370 .Times(1) in TEST_F()
407 .Times(1) in TEST_F()
410 .Times(1) in TEST_F()
413 .Times(1) in TEST_F()
436 .Times(1) in TEST_F()
[all …]
H A Ducd90x_device_tests.cpp101 .Times(1) in TEST()
119 .Times(1) in TEST()
146 .Times(1) in TEST()
150 .Times(1); in TEST()
153 .Times(1); in TEST()
158 .Times(1); in TEST()
160 .Times(1); in TEST()
165 .Times(1); in TEST()
176 .Times(1) in TEST()
179 .Times(1) in TEST()
[all …]
/openbmc/linux/Documentation/scheduler/
H A Dsched-stats.rst43 1) # of times sched_yield() was called
49 3) # of times schedule() was called
50 4) # of times schedule() left the processor idle
54 5) # of times try_to_wake_up() was called
55 6) # of times try_to_wake_up() was called to wake up the local cpu
78 1) # of times in this domain load_balance() was called when the
80 2) # of times in this domain load_balance() checked but found
82 3) # of times in this domain load_balance() tried to move one or
86 5) # of times in this domain pull_task() was called when the cpu
88 6) # of times in this domain pull_task() was called even though
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Dmemory.json3 "BriefDescription": "Number of times HLE abort was triggered",
7 "PublicDescription": "Number of times HLE abort was triggered.",
12 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
15 …"PublicDescription": "Number of times an HLE abort was attributed to a Memory condition (See TSX_M…
20 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions",
23 "PublicDescription": "Number of times the TSX watchdog signaled an HLE abort.",
28 … "BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions",
31 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.",
36 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type",
39 "PublicDescription": "Number of times HLE caused a fault.",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/
H A Dmemory.json19 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
22 "PublicDescription": "Counts the number of times HLE abort was triggered.",
27 …"BriefDescription": "Number of times an HLE execution aborted due to unfriendly events (such as in…
30 …"PublicDescription": "Counts the number of times an HLE execution aborted due to unfriendly events…
35 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
38 …"PublicDescription": "Counts the number of times an HLE execution aborted due to various memory ev…
43 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions a…
46 …"PublicDescription": "Counts the number of times an HLE execution aborted due to HLE-unfriendly in…
51 "BriefDescription": "Number of times an HLE execution successfully committed",
54 "PublicDescription": "Counts the number of times HLE commit succeeded.",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/
H A Dmemory.json19 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
22 "PublicDescription": "Counts the number of times HLE abort was triggered.",
27 …"BriefDescription": "Number of times an HLE execution aborted due to unfriendly events (such as in…
30 …"PublicDescription": "Counts the number of times an HLE execution aborted due to unfriendly events…
35 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
38 …"PublicDescription": "Counts the number of times an HLE execution aborted due to various memory ev…
43 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions a…
46 …"PublicDescription": "Counts the number of times an HLE execution aborted due to HLE-unfriendly in…
51 "BriefDescription": "Number of times an HLE execution successfully committed",
54 "PublicDescription": "Counts the number of times HLE commit succeeded.",
[all …]
/openbmc/sdbusplus/test/server/
H A Dobject.cpp43 .Times(0); in TEST_F()
46 .Times(1); in TEST_F()
54 .Times(0); in TEST_F()
57 .Times(1); in TEST_F()
67 .Times(0); in TEST_F()
70 .Times(0); in TEST_F()
77 .Times(1); in TEST_F()
80 .Times(0); in TEST_F()
86 .Times(1); in TEST_F()
89 .Times(0); in TEST_F()
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dphase_fault_detection_tests.cpp162 // Create MockAction that will switch every 5 times between working and in TEST_F()
163 // throwing an exception. Expect it to be executed 20 times. in TEST_F()
167 .Times(20) in TEST_F()
201 // performing phase fault detection 10 times. The lambda allows us to in TEST_F()
211 .Times(3); in TEST_F()
214 .Times(3); in TEST_F()
218 .Times(1); in TEST_F()
222 .Times(1); in TEST_F()
226 .Times(1); in TEST_F()
230 .Times(1); in TEST_F()
[all …]
H A Ddevice_tests.cpp287 // us to set expectations multiple times without duplicate code. in TEST_F()
295 .Times(6); in TEST_F()
297 .Times(6); in TEST_F()
301 .Times(1); in TEST_F()
305 .Times(1); in TEST_F()
311 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST_F()
312 EXPECT_CALL(errorLogging, logPhaseFault).Times(1); in TEST_F()
315 // - startRail() and endRail() called 10 times in TEST_F()
317 EXPECT_CALL(sensors, startRail).Times(10); in TEST_F()
318 EXPECT_CALL(sensors, endRail).Times(10); in TEST_F()
[all …]
H A Dchassis_tests.cpp216 // us to set expectations multiple times without duplicate code. in TEST_F()
218 // Expect Sensors service to be called 10 times in TEST_F()
220 EXPECT_CALL(sensors, startRail).Times(10); in TEST_F()
221 EXPECT_CALL(sensors, setValue).Times(0); in TEST_F()
222 EXPECT_CALL(sensors, endRail).Times(10); in TEST_F()
224 // Expect Journal service to be called 6 times to log error messages in TEST_F()
227 .Times(6); in TEST_F()
228 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST_F()
232 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST_F()
235 // Monitor sensors 10 times. Verify errors logged. in TEST_F()
[all …]
H A Dsensor_monitoring_tests.cpp156 // to set expectations multiple times without duplicate code. in TEST()
158 // Expect Sensors service to be called 10 times in TEST()
160 EXPECT_CALL(sensors, startRail).Times(10); in TEST()
161 EXPECT_CALL(sensors, setValue).Times(0); in TEST()
162 EXPECT_CALL(sensors, endRail(true)).Times(10); in TEST()
164 // Expect Journal service to be called 6 times to log error messages in TEST()
167 .Times(6); in TEST()
168 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST()
172 EXPECT_CALL(errorLogging, logI2CError).Times(1); in TEST()
175 // Call execute() 10 times to set error history data members in TEST()
[all …]
/openbmc/u-boot/include/
H A Dmpc8xx.h317 #define MAMR_RLFA_2X 0x00000200 /* The Read Loop is executed 2 times */
318 #define MAMR_RLFA_3X 0x00000300 /* The Read Loop is executed 3 times */
319 #define MAMR_RLFA_4X 0x00000400 /* The Read Loop is executed 4 times */
320 #define MAMR_RLFA_5X 0x00000500 /* The Read Loop is executed 5 times */
321 #define MAMR_RLFA_6X 0x00000600 /* The Read Loop is executed 6 times */
322 #define MAMR_RLFA_7X 0x00000700 /* The Read Loop is executed 7 times */
323 #define MAMR_RLFA_8X 0x00000800 /* The Read Loop is executed 8 times */
324 #define MAMR_RLFA_9X 0x00000900 /* The Read Loop is executed 9 times */
325 #define MAMR_RLFA_10X 0x00000A00 /* The Read Loop is executed 10 times */
326 #define MAMR_RLFA_11X 0x00000B00 /* The Read Loop is executed 11 times */
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Dmemory.json3 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
11 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
18 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
25 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.",
32 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type.",
40 …"BriefDescription": "Number of times an HLE execution aborted due to none of the previous 4 catego…
43 …"PublicDescription": "Number of times an HLE execution aborted due to none of the previous 4 categ…
48 "BriefDescription": "Number of times an HLE execution successfully committed.",
55 "BriefDescription": "Number of times an HLE execution started.",
371 …"BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categor…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/
H A Dmemory.json123 "BriefDescription": "Number of times an RTM execution aborted.",
126 "PublicDescription": "Counts the number of times RTM abort was triggered.",
131 …"BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 catego…
134 …"PublicDescription": "Counts the number of times an RTM execution aborted due to none of the previ…
139 …"BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. r…
142 …"PublicDescription": "Counts the number of times an RTM execution aborted due to various memory ev…
147 … "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type",
150 …"PublicDescription": "Counts the number of times an RTM execution aborted due to incompatible memo…
155 … "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions",
158 …"PublicDescription": "Counts the number of times an RTM execution aborted due to HLE-unfriendly in…
[all …]
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp44 .Times(1) in setPMBusExpectations()
53 .Times(1) in setPMBusExpectations()
56 .Times(1) in setPMBusExpectations()
59 .Times(1) in setPMBusExpectations()
63 .Times(1) in setPMBusExpectations()
66 .Times(1) in setPMBusExpectations()
69 .Times(1) in setPMBusExpectations()
72 .Times(1) in setPMBusExpectations()
75 .Times(1) in setPMBusExpectations()
114 EXPECT_CALL(pmbus, read(READ_VIN, _, _)).Times(1).WillOnce(Return(1)); in setMissingToPresentExpects()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Dmemory.json3 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
11 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
18 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
25 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.",
32 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type.",
40 …"BriefDescription": "Number of times an HLE execution aborted due to none of the previous 4 catego…
43 …"PublicDescription": "Number of times an HLE execution aborted due to none of the previous 4 categ…
48 "BriefDescription": "Number of times an HLE execution successfully committed.",
55 "BriefDescription": "Number of times an HLE execution started.",
434 …"BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categor…
[all …]
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp129 .Times(0); in TEST_F()
131 .Times(0); in TEST_F()
133 .Times(0); in TEST_F()
134 EXPECT_CALL(mockedActivationListener, onUpdateDone(_, _)).Times(0); in TEST_F()
152 .Times(1); in TEST_F()
154 .Times(1); in TEST_F()
156 .Times(1); in TEST_F()
159 .Times(1); in TEST_F()
183 .Times(1); in TEST_F()
190 .Times(1); in TEST_F()
[all …]
/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp120 EXPECT_CALL(mock, constructWithoutProperties("foo")).Times(1); in TEST()
121 EXPECT_CALL(mock, constructWithProperties(_, _, _)).Times(0); in TEST()
137 EXPECT_CALL(mock, constructWithoutProperties("foo")).Times(1); in TEST()
138 EXPECT_CALL(mock, constructWithProperties(_, _, _)).Times(0); in TEST()
154 EXPECT_CALL(mock, constructWithoutProperties(_)).Times(0); in TEST()
155 EXPECT_CALL(mock, constructWithProperties("bar", _, _)).Times(1); in TEST()
171 EXPECT_CALL(mock, constructWithoutProperties(_)).Times(0); in TEST()
172 EXPECT_CALL(mock, constructWithProperties("foo", _, _)).Times(1); in TEST()
188 EXPECT_CALL(mock, setPropertyByName(_, _, _)).Times(0); in TEST()
203 EXPECT_CALL(mock, setPropertyByName(_, _, _)).Times(0); in TEST()
[all …]
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp132 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
135 .Times(1); in TEST_F()
137 EXPECT_CALL(*mockCryptIface, cryptLoad(_, _, _)).Times(1); in TEST_F()
179 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
182 .Times(1); in TEST_F()
184 EXPECT_CALL(*mockCryptIface, cryptLoad(_, _, _)).Times(1); in TEST_F()
196 .Times(0); in TEST_F()
250 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
263 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
266 .Times(1); in TEST_F()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Duw-imap-fix-incompatible-pointer-types.patch5 1286 | utime (file,tp); /* set the times */
34 - utime (tmp,tp); /* set the times */
35 + utime (tmp, (const struct utimbuf *)tp); /* set the times */
52 - utime (file,tp); /* set the times */
53 + utime (file, (const struct utimbuf *)tp); /* set the times */
61 - utime (file,tp); /* set the times */
62 + utime (file, (const struct utimbuf *)tp); /* set the times */
92 - utime (file,tp); /* set the times */
93 + utime (file, (const struct utimbuf *)tp); /* set the times */
103 - utime (file,tp); /* set the times */
[all …]

12345678910>>...124