Home
last modified time | relevance | path

Searched refs:spin (Results 51 - 75 of 98) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_vp.c182 unsigned spin = 0; in nv98_decoder_vp() local
185 if ((spin++ & 0xff) == 0xff) { in nv98_decoder_vp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_bsp.c221 unsigned spin = 0; in nvc0_decoder_bsp_end() local
224 if ((spin++ & 0xff) == 0xff) { in nvc0_decoder_bsp_end()
H A Dnvc0_video_vp.c182 unsigned spin = 0; in nvc0_decoder_vp() local
185 if ((spin++ & 0xff) == 0xff) { in nvc0_decoder_vp()
/third_party/skia/src/core/
H A DSkColorSpace.cpp174 skcms_Matrix3x3 spin = {{ in makeColorSpin() local
180 skcms_Matrix3x3 spun = skcms_Matrix3x3_concat(&fToXYZD50, &spin); in makeColorSpin()
/kernel/linux/linux-5.10/drivers/net/can/softing/
H A Dsofting.h41 spinlock_t spin; /* protect this structure & DPRAM access */ member
/kernel/linux/linux-6.6/drivers/net/can/softing/
H A Dsofting.h41 spinlock_t spin; /* protect this structure & DPRAM access */ member
/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h64 // float spin = 0; // Angular velocity, in (radians / second)
80 // float spin;
134 SkVector velocity, float spin, SkColor4f color, float frame, float seed);
143 0.0f, // spin in start()
/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c529 spin: in lws_fops_zip_read()
562 goto spin; in lws_fops_zip_read()
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py255 spin = itertools.cycle("-\\|/") variable
296 sys.stdout.write(next(spin))
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/
H A Dx86_64cpuid.s19 L$spin: leaq (%rsi,%rax,1),%r8
22 jne L$spin
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/
H A Dx86_64cpuid.s19 L$spin: leaq (%rsi,%rax,1),%r8
22 jne L$spin
/third_party/python/Lib/test/test_asyncio/
H A Dtest_runners.py176 async def spin(): function
190 lazyboy = asyncio.create_task(spin())
/third_party/skia/tools/calmbench/
H A Dab.py160 def spin(): function
175 ts = Thread(target = spin);
/third_party/ffmpeg/libavcodec/
H A Dhevcpred_template.c86 int spin = c_idx && !size_in_tbs_v && ((2 * y0) & (1 << s->ps.sps->log2_min_tb_size)); in intra_pred() local
107 int cand_bottom_left = lc->na.cand_bottom_left && cur_tb_addr > MIN_TB_ADDR_ZS( x_tb - 1, (y_tb + size_in_tbs_v + spin) & s->ps.sps->tb_mask); in intra_pred()
111 int cand_up_right = lc->na.cand_up_right && !spin && cur_tb_addr > MIN_TB_ADDR_ZS((x_tb + size_in_tbs_h) & s->ps.sps->tb_mask, y_tb - 1); in intra_pred()
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S197 .spin: call YIELD_CPU
201 be .spin
205 be .spin
/third_party/openssl/crypto/
H A Dsparccpuid.S197 .spin: call YIELD_CPU
201 be .spin
205 be .spin
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dmca.c115 #define NOTIFY_INIT(event, regs, arg, spin) \
118 == NOTIFY_STOP) && ((spin) == 1)) \
122 #define NOTIFY_MCA(event, regs, arg, spin) \
125 == NOTIFY_STOP) && ((spin) == 1)) \
799 cpu_relax(); /* spin until monarch leaves */ in ia64_mca_rendez_int_handler()
1312 * rendezvous loop. They will leave SAL, then spin in the OS in ia64_mca_handler()
1321 cpu_relax(); /* spin until monarch wakes us */ in ia64_mca_handler()
1363 cpu_relax(); /* spin until last cpu leaves */ in ia64_mca_handler()
1655 * the processes. The slave INIT events all spin until the monarch cpu
1712 cpu_relax(); /* spin unti in ia64_init_handler()
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dmca.c117 #define NOTIFY_INIT(event, regs, arg, spin) \
120 == NOTIFY_STOP) && ((spin) == 1)) \
124 #define NOTIFY_MCA(event, regs, arg, spin) \
127 == NOTIFY_STOP) && ((spin) == 1)) \
800 cpu_relax(); /* spin until monarch leaves */ in ia64_mca_rendez_int_handler()
1313 * rendezvous loop. They will leave SAL, then spin in the OS in ia64_mca_handler()
1322 cpu_relax(); /* spin until monarch wakes us */ in ia64_mca_handler()
1364 cpu_relax(); /* spin until last cpu leaves */ in ia64_mca_handler()
1656 * the processes. The slave INIT events all spin until the monarch cpu
1713 cpu_relax(); /* spin unti in ia64_init_handler()
[all...]
/kernel/linux/linux-5.10/kernel/locking/
H A Dspinlock.c33 * If lockdep is enabled then we use the non-preemption spin-ops
35 * not re-enabled during lock-acquire (which the preempt-spin-ops do):
63 * This could be a long-held lock. We both prepare to spin for a long
121 * __[spin|read|write]_lock()
122 * __[spin|read|write]_lock_irq()
123 * __[spin|read|write]_lock_irqsave()
124 * __[spin|read|write]_lock_bh()
126 BUILD_LOCK_OPS(spin, raw_spinlock);
/kernel/linux/linux-5.10/include/linux/
H A Diomap.h266 int iomap_dio_iopoll(struct kiocb *kiocb, bool spin);
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsram242x.S260 mov r4, #100 @ dead spin a bit
274 mov r0, #1000 @ dead spin a bit
H A Dsram243x.S260 mov r4, #100 @ dead spin a bit
274 mov r0, #1000 @ dead spin a bit
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsram242x.S260 mov r4, #100 @ dead spin a bit
274 mov r0, #1000 @ dead spin a bit
H A Dsram243x.S260 mov r4, #100 @ dead spin a bit
274 mov r0, #1000 @ dead spin a bit
/kernel/linux/linux-5.10/fs/iomap/
H A Ddirect-io.c52 int iomap_dio_iopoll(struct kiocb *kiocb, bool spin) in iomap_dio_iopoll() argument
58 return blk_poll(q, READ_ONCE(kiocb->ki_cookie), spin); in iomap_dio_iopoll()

Completed in 21 milliseconds

1234