Searched refs:yield (Results 1 – 25 of 61) sorted by relevance
123
43 yield54 yield65 yield
19 yield33 yield45 yield
19 yield30 yield41 yield
24 yield39 yield52 yield
75 yield96 yield &
53 yield79 yield
68 yield89 yield
25 .yield = (void *) maybe_null_fail_yield,
33 .yield = (void *) maybe_null_success_yield,
147 .yield = (void *) maximal_yield,
13 he result to yield the new register value. If the third cell has a
61 an arbitration point and yield to HW before the timer expires, the79 current context does not hit an arbitration point and yield to HW
24 完成是一种代码同步机制,它比任何滥用锁/信号量和忙等待循环的行为都要好。当你想用yield()
166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted170 :Usage example: When sending a call-function IPI-many to vCPUs, yield if
87 sched yield.
62 Counts the number of time intervals when the read status byte doesn't yield the
125 yield(); in check_eraseblock()
11 complicated development history will yield a massive diffstat containing a
1388 void __sched yield(void) in yield() function1393 EXPORT_SYMBOL(yield);
176 yield(); in ubi_io_read()343 yield(); in do_sync_erase()
182 yield() {
68 The cpu_relax() call can lower CPU power consumption or yield to a
333 yield(); in try_address()
499 iv. Remove yield() while mailbox handshake in synchronous commands507 + udelay(25); yield();510 which litter the driver. Use of yield() in drivers is deprecated."