/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel_mgr.c | 93 explain("can get it again with create flag set, too"); in run_tests() 95 explain("cannot get it again with the exclusive (FL_FL_EXCL) flag"); in run_tests() 106 explain("cannot get it again in non-exclusive mode"); in run_tests() 108 explain("cannot get it again in exclusive mode either"); in run_tests() 124 explain("cannot get it again in non-exclusive mode"); in run_tests() 126 explain("cannot get it again in exclusive mode"); in run_tests() 128 explain("can get it again in user mode"); in run_tests() 149 explain("can get it again"); in run_tests()
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-remote.sh | 7 # kvm-remote.sh "systems" /path/to/old/run [ <kvm-again.sh args> ] 84 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1 88 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log" 89 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log" 102 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1 106 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log" 107 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log" 114 echo " ----" kvm-again.sh output: "(`date`)" | tee -a "$oldrun/remote-log" 115 cat $T/kvm-again.sh.out
|
/openbmc/linux/kernel/trace/ |
H A D | trace_recursion_record.c | 31 again: in ftrace_record_recursion() 45 * writer will try again. It is possible that index will now in ftrace_record_recursion() 48 * This writer could keep trying again until the other writer in ftrace_record_recursion() 76 * and try again. in ftrace_record_recursion() 85 goto again; in ftrace_record_recursion() 107 * be recorded again. in ftrace_record_recursion() 193 /* enable them again */ in recursed_function_open()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | commonring.c | 73 again: in brcmf_commonring_write_available() 91 goto again; in brcmf_commonring_write_available() 100 goto again; in brcmf_commonring_write_available() 114 again: in brcmf_commonring_reserve_for_write() 134 goto again; in brcmf_commonring_reserve_for_write() 150 again: in brcmf_commonring_reserve_for_write_multiple() 173 goto again; in brcmf_commonring_reserve_for_write_multiple()
|
/openbmc/linux/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 34 again: in read_nointr() 37 goto again; in read_nointr() 46 again: in write_nointr() 49 goto again; in write_nointr() 58 again: in wait_for_pid() 62 goto again; in wait_for_pid() 68 goto again; in wait_for_pid() 319 again: in do_test() 323 goto again; in do_test()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.hpp | 38 * After this, a PEL never needs to be sent again, but if the 47 * a timer set to retry again later. 117 * This means the PEL never needs to be sent up again. 135 * The PEL with this ID will need to be sent again, so its 155 * The PEL should never be sent up again. 222 * to the queue to be sent again. 236 * can be sent again. 255 * This will re-issue a command to try again with the PEL at
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 1341 /* 4.10.3 returns "again" */ 1523 int again = 0; in ehci_state_waitlisthead() local 1548 again = 1; in ehci_state_waitlisthead() 1563 return again; in ehci_state_waitlisthead() 1572 int again = 0; in ehci_state_fetchentry() local 1589 again = 1; in ehci_state_fetchentry() 1594 again = 1; in ehci_state_fetchentry() 1599 again = 1; in ehci_state_fetchentry() 1610 return again; in ehci_state_fetchentry() 1800 int again = 1; in ehci_state_fetchqtd() local [all …]
|
/openbmc/linux/net/mptcp/ |
H A D | token.c | 145 * On success, the mptcp connection can be found again using 159 again: in mptcp_token_new_connect() 169 goto again; in mptcp_token_new_connect() 220 again: in mptcp_token_exists() 227 goto again; in mptcp_token_exists() 256 again: in mptcp_token_get_sock() 269 goto again; in mptcp_token_get_sock() 274 goto again; in mptcp_token_get_sock()
|
/openbmc/qemu/include/hw/ |
H A D | stream.h | 25 * capable of receiving again. Only called if false is returned. 33 * again, the sink may continue to just return 0 waiting for the vm time to 35 * where the sink is ready to receive again, otherwise polling on a QEMU
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_builtin.c | 339 static int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) in kvmppc_check_passthru() argument 358 return kvmppc_deliver_irq_passthru(vcpu, xirr, irq_map, pimap, again); in kvmppc_check_passthru() 362 static inline int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) in kvmppc_check_passthru() argument 377 static long kvmppc_read_one_intr(bool *again); 383 bool again; in kvmppc_read_intr() local 389 again = false; in kvmppc_read_intr() 390 rc = kvmppc_read_one_intr(&again); in kvmppc_read_intr() 393 } while (again); in kvmppc_read_intr() 397 static long kvmppc_read_one_intr(bool *again) in kvmppc_read_one_intr() argument 457 *again = rc > 0; in kvmppc_read_one_intr() [all …]
|
/openbmc/docs/development/ |
H A D | devtool-hello-world.md | 85 re-generating the flash image and booting QEMU again, we're going to just build 94 Change your cout to "Hello World Again" 154 You'll see your "Hello World Again" message displayed. Ctrl^C to end that 168 Since systemd started your service, the "Hello World Again" will not be 179 <date> romulus phosphor-bmc-state-manager[1089]: Hello World Again
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | udp_limit.c | 40 /* We can reopen again after close. */ in test_udp_limit() 45 if (!ASSERT_GE(fd1, 0, "socket(fd1-again)")) in test_udp_limit() 53 * - open fd1 again - BPF_CGROUP_INET_SOCK_CREATE in test_udp_limit()
|
H A D | fill_link_info.c | 46 again: in verify_perf_link_info() 73 goto again; in verify_perf_link_info() 86 goto again; in verify_perf_link_info() 104 goto again; in verify_perf_link_info() 225 again: in verify_kmulti_link_info() 242 goto again; in verify_kmulti_link_info()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 253 | 59 # so we resize it and check again 65 # qemu-io with O_DIRECT always writes whole physical sectors. Again, 74 # Resize it and check again -- contrary to 221, we may not get partial
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | interrupt.c | 42 * them, check for new work, and try again. 156 * Test validity again after that, to catch such false positives. in check_return_regs_valid() 183 again: in interrupt_exit_user_prepare_main() 234 goto again; in interrupt_exit_user_prepare_main() 397 again: in interrupt_exit_kernel_prepare() 424 goto again; in interrupt_exit_kernel_prepare() 432 * hard_irq_disable(), which will set HARD_DIS again. in interrupt_exit_kernel_prepare()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_si_sm.h | 30 SI_SM_CALL_WITHOUT_DELAY, /* Call the driver again immediately */ 31 SI_SM_CALL_WITH_DELAY, /* Delay some before calling again. */ 32 SI_SM_CALL_WITH_TICK_DELAY,/* Delay >=1 tick before calling again. */
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | count.hpp | 33 * again until it fails at least once. 85 // passed, then don't let it pass again until the condition in operator ()() 101 /** @brief If the condition can be allowed to pass again
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ |
H A D | functions | 87 again=1 90 while [ $again -eq 1 ]; do 96 again=2 101 again=1
|
/openbmc/linux/lib/ |
H A D | iommu-helper.c | 18 again: in iommu_area_alloc() 23 goto again; in iommu_area_alloc()
|
/openbmc/linux/tools/testing/selftests/powerpc/security/ |
H A D | entry_flush.c | 74 again: in entry_flush_test() 89 goto again; in entry_flush_test() 115 goto again; in entry_flush_test()
|
H A D | rfi_flush.c | 75 again: in rfi_flush_test() 90 goto again; in rfi_flush_test() 115 goto again; in rfi_flush_test()
|
/openbmc/linux/scripts/ |
H A D | prune-kernel | 4 # because I use CONFIG_LOCALVERSION_AUTO, not the same version again and 5 # again, /boot and /lib/modules/ eventually fill up.
|
/openbmc/linux/include/linux/ |
H A D | lru_cache.h | 80 possible, flushing it to disk again when a previously "hot" (and on-disk 81 dirtied as full chunk) area "cools down" again (no IO in flight anymore, 91 become "hot", or have "cooled down" again. 141 * We usually do not actually free these objects again, but only "recycle" 227 * drop to zero and we will be able to make progress again, changing 283 * lc_unlock - unlock @lc, allow lc_get() to change the set again
|
/openbmc/linux/drivers/media/rc/ |
H A D | ir-rc5-decoder.c | 56 again: in ir_rc5_decode() 72 goto again; in ir_rc5_decode() 77 goto again; in ir_rc5_decode() 97 goto again; in ir_rc5_decode() 106 goto again; in ir_rc5_decode()
|
/openbmc/linux/drivers/net/can/sja1000/ |
H A D | ems_pcmcia.c | 86 int i, again; in ems_pcmcia_interrupt() local 93 again = 0; in ems_pcmcia_interrupt() 102 again = 1; in ems_pcmcia_interrupt() 105 if (again) in ems_pcmcia_interrupt() 108 } while (again); in ems_pcmcia_interrupt()
|