Searched refs:again (Results 276 - 300 of 465) sorted by last modified time

<<111213141516171819

/linux-master/arch/powerpc/kernel/
H A Dinterrupt.c43 * them, check for new work, and try again.
157 * Test validity again after that, to catch such false positives.
184 again:
235 goto again;
398 again:
425 goto again;
433 * hard_irq_disable(), which will set HARD_DIS again.
/linux-master/arch/mips/kernel/
H A Dmips-mt-fpaff.c118 again:
140 goto again;
/linux-master/samples/vfio-mdev/
H A Dmtty.c809 again:
816 goto again;
/linux-master/kernel/
H A Dwatch_queue.c533 again:
582 goto again;
/linux-master/kernel/sched/
H A Ddeadline.c362 * If the task wakes up again before the inactive timer fires,
365 * task's utilization has to be added to running_bw again.
1819 * being boosted again with no means to replenish the runtime and clear
2091 again:
2104 goto again;
2354 /* Otherwise we try again. */
2424 * We must check all this again, since
2432 * again, some other CPU will pull it when ready.
/linux-master/drivers/perf/
H A Darm_pmu.c249 again:
255 goto again;
302 * Set the period again. Some counters can't be stopped, so when we
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c47 again:
67 goto again;
/linux-master/mm/
H A Dshrinker.c512 again:
578 goto again;
780 * no shrinker is running or will run again, then we can safely
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c1082 again:
1121 goto again;
1261 again:
1297 goto again;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c860 again:
923 goto again;
/linux-master/net/smc/
H A Dsmc_close.c209 again:
250 goto again;
271 goto again;
460 again:
468 goto again;
481 goto again;
/linux-master/drivers/vhost/
H A Dscsi.c464 again:
475 goto again;
/linux-master/drivers/rtc/
H A Drtc-omap.c424 again:
459 goto again;
/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c300 again:
333 goto again;
/linux-master/drivers/media/i2c/
H A Drdacm20.c512 again:
516 goto again;
525 goto again;
/linux-master/tools/perf/bench/
H A Dsched-messaging.c107 again:
114 goto again;
138 again:
144 goto again;
/linux-master/net/9p/
H A Dtrans_xen.c136 again:
149 goto again;
425 again:
463 goto again;
/linux-master/lib/
H A Dcpumask.c26 again:
35 goto again;
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c400 again:
491 goto again;
1245 /* Disallow XIP again */
2073 /* Unlock the chips again */
2577 /* Unlock the chips again */
/linux-master/arch/powerpc/lib/
H A Dqspinlock.c607 again:
663 goto again; /* Can only be true if maybe_stealers. */
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.c571 again:
576 goto again;
709 * processor setting it again, but the only consequence is to
729 * theoretical possibility that it fires again, thus
741 * Then, when doing a cede, we check that flag again
1094 * Take the lock, set masked, try again if racing
1133 * Take the lock try again if racing with H_EOI
H A Dbook3s_hv_builtin.c343 static int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) argument
362 return kvmppc_deliver_irq_passthru(vcpu, xirr, irq_map, pimap, again);
366 static inline int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) argument
381 static long kvmppc_read_one_intr(bool *again);
387 bool again; local
393 again = false;
394 rc = kvmppc_read_one_intr(&again);
397 } while (again);
401 static long kvmppc_read_one_intr(bool *again) argument
461 *again
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h43 EMULATE_AGAIN, /* something went wrong. go again */
688 bool *again);
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c34 again:
37 goto again;
46 again:
49 goto again;
58 again:
62 goto again;
68 goto again;
321 again:
325 goto again;
/linux-master/net/802/
H A Dmrp.c411 again:
478 goto again;

Completed in 765 milliseconds

<<111213141516171819