/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | cpu5wdt.c | 48 struct completion stop; member 75 complete(&cpu5wdt_device.stop); in cpu5wdt_trigger() 119 pr_crit("stop not possible\n"); in cpu5wdt_stop() 212 init_completion(&cpu5wdt_device.stop); in cpu5wdt_init() 254 wait_for_completion(&cpu5wdt_device.stop); in cpu5wdt_exit()
|
H A D | rdc321x_wdt.c | 43 struct completion stop; member 79 complete(&rdc321x_wdt_device.stop); in rdc321x_wdt_trigger() 249 init_completion(&rdc321x_wdt_device.stop); in rdc321x_wdt_probe() 264 wait_for_completion(&rdc321x_wdt_device.stop); in rdc321x_wdt_remove()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_local_storage.c | 143 static bool stop; variable 149 stop = true; in waitall() 159 while (!stop) { in sock_create_loop() 163 stop = true; in sock_create_loop()
|
/kernel/linux/linux-6.6/lib/raid6/ |
H A D | loongarch_simd.c | 114 static void raid6_lsx_xor_syndrome(int disks, int start, int stop, in raid6_lsx_xor_syndrome() argument 121 z0 = stop; /* P/Q right side optimization */ in raid6_lsx_xor_syndrome() 323 static void raid6_lasx_xor_syndrome(int disks, int start, int stop, in raid6_lasx_xor_syndrome() argument 330 z0 = stop; /* P/Q right side optimization */ in raid6_lasx_xor_syndrome()
|
/third_party/alsa-lib/test/ |
H A D | midiloop.c | 18 int stop = 0; variable 22 stop=1; in sighandler() 143 while (!stop) { in main() 149 stop = 1; in main()
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
H A D | I2C-js.cpp | 177 * @param repeated (optional) If true, do not send stop at end. 266 * I2C#stop (native JavaScript method) 268 * Creates a stop condition on the I2C bus. 270 DECLARE_CLASS_FUNCTION(I2C, stop) { in DECLARE_CLASS_FUNCTION() 271 CHECK_ARGUMENT_COUNT(I2C, stop, (args_count == 0)); in DECLARE_CLASS_FUNCTION() 284 native_ptr->stop(); in DECLARE_CLASS_FUNCTION() 312 ATTACH_CLASS_FUNCTION(js_object, I2C, stop); in DECLARE_CLASS_CONSTRUCTOR()
|
/third_party/python/Lib/multiprocessing/ |
H A D | sharedctypes.py | 229 def __getslice__(self, start, stop): 231 return self._obj[start:stop] 233 def __setslice__(self, start, stop, values): 235 self._obj[start:stop] = values
|
/third_party/python/Objects/clinic/ |
H A D | listobject.c.h | 219 "index($self, value, start=0, stop=sys.maxsize, /)\n" 231 Py_ssize_t stop); 239 Py_ssize_t stop = PY_SSIZE_T_MAX; in list_index() local 254 if (!_PyEval_SliceIndexNotNone(args[2], &stop)) { in list_index() 258 return_value = list_index_impl(self, value, start, stop); in list_index()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_sample_token_test.cc | 144 Notification stop; in TEST() local 151 pool.Schedule([&stop]() { in TEST() 156 while (!stop.HasBeenNotified()) { in TEST() 202 stop.Notify(); in TEST()
|
H A D | cordz_handle_test.cc | 180 Notification stop; in TEST() local 204 pool.Schedule([&stop, &handles, &found_safe_to_inspect]() { in TEST() 209 while (!stop.HasBeenNotified()) { in TEST() 252 stop.Notify(); in TEST()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-uniphier-f.c | 17 #define UNIPHIER_FI2C_CR_STO BIT(1) /* stop condition */ 26 #define UNIPHIER_FI2C_SSUT 0x18 /* restart/stop setup time control */ 41 #define UNIPHIER_FI2C_SR_STS BIT(11) /* stop condition detected */ 181 goto stop; in uniphier_fi2c_interrupt() 225 stop: in uniphier_fi2c_interrupt() 315 bool stop) in uniphier_fi2c_master_xfer_one() 327 if (stop) in uniphier_fi2c_master_xfer_one() 377 "stop condition was not completed.\n"); in uniphier_fi2c_master_xfer_one() 420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer() local 422 ret = uniphier_fi2c_master_xfer_one(adap, msg, repeat, stop); in uniphier_fi2c_master_xfer() 313 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool repeat, bool stop) uniphier_fi2c_master_xfer_one() argument [all...] |
H A D | i2c-uniphier.c | 16 #define UNIPHIER_I2C_DTRM_STO BIT(9) /* stop condition */ 22 #define UNIPHIER_I2C_DREC_STS BIT(12) /* stop condition detected */ 158 struct i2c_msg *msg, bool stop) in uniphier_i2c_master_xfer_one() 174 stop = false; in uniphier_i2c_master_xfer_one() 178 if (stop) { in uniphier_i2c_master_xfer_one() 228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer() local 230 ret = uniphier_i2c_master_xfer_one(adap, msg, stop); in uniphier_i2c_master_xfer() 157 uniphier_i2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool stop) uniphier_i2c_master_xfer_one() argument
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-uniphier-f.c | 17 #define UNIPHIER_FI2C_CR_STO BIT(1) /* stop condition */ 26 #define UNIPHIER_FI2C_SSUT 0x18 /* restart/stop setup time control */ 41 #define UNIPHIER_FI2C_SR_STS BIT(11) /* stop condition detected */ 181 goto stop; in uniphier_fi2c_interrupt() 225 stop: in uniphier_fi2c_interrupt() 315 bool stop) in uniphier_fi2c_master_xfer_one() 327 if (stop) in uniphier_fi2c_master_xfer_one() 377 "stop condition was not completed.\n"); in uniphier_fi2c_master_xfer_one() 420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer() local 422 ret = uniphier_fi2c_master_xfer_one(adap, msg, repeat, stop); in uniphier_fi2c_master_xfer() 313 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool repeat, bool stop) uniphier_fi2c_master_xfer_one() argument [all...] |
H A D | i2c-uniphier.c | 16 #define UNIPHIER_I2C_DTRM_STO BIT(9) /* stop condition */ 22 #define UNIPHIER_I2C_DREC_STS BIT(12) /* stop condition detected */ 158 struct i2c_msg *msg, bool stop) in uniphier_i2c_master_xfer_one() 174 stop = false; in uniphier_i2c_master_xfer_one() 178 if (stop) { in uniphier_i2c_master_xfer_one() 228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer() local 230 ret = uniphier_i2c_master_xfer_one(adap, msg, stop); in uniphier_i2c_master_xfer() 157 uniphier_i2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool stop) uniphier_i2c_master_xfer_one() argument
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | peer_event.c | 362 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local 383 stop = cursor + ARRAY_SIZE(rxnet->peer_keepalive); in rxrpc_peer_keepalive_worker() 384 while (base <= now && (s8)(cursor - stop) < 0) { in rxrpc_peer_keepalive_worker() 401 stop = cursor + RXRPC_KEEPALIVE_TIME - 1; in rxrpc_peer_keepalive_worker() 402 for (; (s8)(cursor - stop) < 0; cursor++) { in rxrpc_peer_keepalive_worker()
|
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-omap-dmtimer.c | 256 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_set_polarity() 285 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_apply() 356 !pdata->stop || in pwm_omap_dmtimer_probe() 395 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_probe() 457 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_remove()
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-omap-dmtimer.c | 256 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_set_polarity() 285 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_apply() 356 !pdata->stop || in pwm_omap_dmtimer_probe() 395 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_probe() 451 omap->pdata->stop(omap->dm_timer); in pwm_omap_dmtimer_remove()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | peer_event.c | 294 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local 315 stop = cursor + ARRAY_SIZE(rxnet->peer_keepalive); in rxrpc_peer_keepalive_worker() 316 while (base <= now && (s8)(cursor - stop) < 0) { in rxrpc_peer_keepalive_worker() 333 stop = cursor + RXRPC_KEEPALIVE_TIME - 1; in rxrpc_peer_keepalive_worker() 334 for (; (s8)(cursor - stop) < 0; cursor++) { in rxrpc_peer_keepalive_worker()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | functional.py | 108 self.loop.stop() 160 def stop(self): member in SocketThread 169 self.stop() 211 def stop(self): member in TestThreadedServer 215 self._s2.send(b'stop') 219 super().stop()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_primitive.cpp | 83 static size_t linebreak(const char text[], const char stop[], in linebreak() argument 99 while (text < stop) { in linebreak() 101 SkUnichar uni = SkUTF::NextUTF8(&text, stop); in linebreak() 132 while (next < stop && is_breaking_whitespace(SkUTF::NextUTF8(&next, stop))) { in linebreak()
|
/third_party/skia/experimental/docs/ |
H A D | svgBackend.js | 115 var stop = g.stops[index]; 116 var color = svg_rbg(stop.color); 117 var s = document.createElementNS(svgNS, 'stop'); 118 s.setAttribute("offset", stop.offset); 119 var style = "stop-color:" + svg_rbg(stop.color) + "; stop-opacity:" 120 + svg_opacity(stop.color);
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | core.c | 149 (mrq->stop && mrq->stop->error == -EILSEQ))) in mmc_request_done() 198 if (mrq->stop) { in mmc_request_done() 200 mmc_hostname(host), mrq->stop->opcode, in mmc_request_done() 201 mrq->stop->error, in mmc_request_done() 202 mrq->stop->resp[0], mrq->stop->resp[1], in mmc_request_done() 203 mrq->stop->resp[2], mrq->stop->resp[3]); in mmc_request_done() 291 if (mrq->stop) { in mmc_mrq_pr_debug() 790 int stop; __mmc_claim_host() local [all...] |
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | core.c | 149 (mrq->stop && mrq->stop->error == -EILSEQ))) in mmc_request_done() 198 if (mrq->stop) { in mmc_request_done() 200 mmc_hostname(host), mrq->stop->opcode, in mmc_request_done() 201 mrq->stop->error, in mmc_request_done() 202 mrq->stop->resp[0], mrq->stop->resp[1], in mmc_request_done() 203 mrq->stop->resp[2], mrq->stop->resp[3]); in mmc_request_done() 291 if (mrq->stop) { in mmc_mrq_pr_debug() 790 int stop; __mmc_claim_host() local [all...] |
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 22 bool stop; member 43 * that will stop further lookup in lower layers (d->stop=true) in ovl_check_redirect() 46 * layers (reset d->stop). in ovl_check_redirect() 48 d->stop = false; in ovl_check_redirect() 240 d->stop = d->opaque = true; in ovl_lookup_single() 248 d->stop = true; in ovl_lookup_single() 253 d->stop = true; in ovl_lookup_single() 261 d->stop = !d->metacopy; in ovl_lookup_single() 277 d->stop in ovl_lookup_single() [all...] |
/third_party/nghttp2/src/ |
H A D | util.cc | 930 auto stop = std::find(first, last, delim); in split_str() local 931 list[len] = StringRef{first, stop}; in split_str() 932 if (stop == last) { in split_str() 935 first = stop + 1; in split_str() 966 auto stop = std::find(first, last, delim); in split_str() local 967 list[len] = StringRef{first, stop}; in split_str() 968 if (stop == last) { in split_str() 971 first = stop + 1; in split_str() 1354 auto stop = std::min(first + 8, last); in hexdump8() local 1355 for (auto k = first; k != stop; in hexdump8() 1400 auto stop = std::min(i + 16, end); hexdump() local [all...] |