Home
last modified time | relevance | path

Searched refs:_loop (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/python-aiohttp/
H A D0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch39 - with CeilTimeout(real_timeout.connect, loop=self._loop):
52 - with async_timeout.timeout(self._timeout, loop=self._loop):
59 self._waiting = self._loop.create_future()
62 - timeout or self._receive_timeout, loop=self._loop
94 return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
103 _, proto = await self._loop.create_unix_connection(
112 _, proto = await self._loop.create_pipe_connection( # type: ignore
126 - self._task = current_task(loop=self._loop)
131 - now = self._loop.time()
136 - self._cancel_handler = self._loop.call_at(when, self._cancel_task)
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dpsci.S83 _loop: wfi label
84 b _loop
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S488 _loop: label
548 jz _loop
626 jmp _loop
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpl330.c1332 static inline int _loop(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], in _loop() function
1548 off += _loop(pl330, dry_run, &buf[off], &c, pxs); in _setup_loops()