Home
last modified time | relevance | path

Searched full:again (Results 1 – 25 of 3786) sorted by relevance

12345678910>>...152

/Linux-v5.15/tools/testing/selftests/rcutorture/bin/
Dkvm-remote.sh7 # kvm-remote.sh "systems" /path/to/old/run [ <kvm-again.sh args> ]
85 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
89 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
90 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
103 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
107 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
108 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
115 echo " ----" kvm-again.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
116 cat $T/kvm-again.sh.out
/Linux-v5.15/tools/testing/selftests/net/
Dipv6_flowlabel_mgr.c93 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()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommonring.c73 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()
/Linux-v5.15/kernel/trace/
Dtrace_recursion_record.c31 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()
/Linux-v5.15/tools/testing/selftests/uevent/
Duevent_filtering.c34 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()
/Linux-v5.15/net/mptcp/
Dtoken.c145 * On success, the mptcp connection can be found again using
158 again: in mptcp_token_new_connect()
168 goto again; in mptcp_token_new_connect()
216 again: in mptcp_token_exists()
223 goto again; in mptcp_token_exists()
252 again: in mptcp_token_get_sock()
265 goto again; in mptcp_token_get_sock()
270 goto again; in mptcp_token_get_sock()
/Linux-v5.15/drivers/rtc/
Drtc-mc146818-lib.c22 again: in mc146818_get_time()
45 goto again; in mc146818_get_time()
51 goto again; in mc146818_get_time()
75 * Check for the UIP bit again. If it is set now then in mc146818_get_time()
90 goto again; in mc146818_get_time()
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv_builtin.c338 static int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) in kvmppc_check_passthru() argument
357 return kvmppc_deliver_irq_passthru(vcpu, xirr, irq_map, pimap, again); in kvmppc_check_passthru()
361 static inline int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) in kvmppc_check_passthru() argument
376 static long kvmppc_read_one_intr(bool *again);
382 bool again; in kvmppc_read_intr() local
388 again = false; in kvmppc_read_intr()
389 rc = kvmppc_read_one_intr(&again); in kvmppc_read_intr()
392 } while (again); in kvmppc_read_intr()
396 static long kvmppc_read_one_intr(bool *again) in kvmppc_read_one_intr() argument
456 *again = rc > 0; in kvmppc_read_one_intr()
[all …]
Dbook3s_hv_rm_xics.c291 * so potentially the ICP can already accept the interrupt again. in icp_rm_deliver_irq()
300 again: in icp_rm_deliver_irq()
317 /* Unsafe increment again*/ in icp_rm_deliver_irq()
359 * In this case we do the whole sequence all over again for the in icp_rm_deliver_irq()
375 goto again; in icp_rm_deliver_irq()
402 goto again; in icp_rm_deliver_irq()
640 * transaction will set it again if needed in xics_rm_h_cppr()
763 static void icp_eoi(struct irq_data *d, u32 hwirq, __be32 xirr, bool *again) in icp_eoi() argument
781 *again = rc > 0; in icp_eoi()
843 bool *again) in kvmppc_deliver_irq_passthru() argument
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dudp_limit.c42 /* We can reopen again after close. */ in test_udp_limit()
47 if (CHECK(fd1 < 0, "fd1-again", "errno %d", errno)) in test_udp_limit()
55 * - open fd1 again - BPF_CGROUP_INET_SOCK_CREATE in test_udp_limit()
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/
Dfunctions87 again=1
90 while [ $again -eq 1 ]; do
96 again=2
101 again=1
/Linux-v5.15/drivers/char/ipmi/
Dipmi_si_sm.h30 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. */
/Linux-v5.15/lib/
Diommu-helper.c18 again: in iommu_area_alloc()
23 goto again; in iommu_area_alloc()
/Linux-v5.15/scripts/
Dprune-kernel4 # because I use CONFIG_LOCALVERSION_AUTO, not the same version again and
5 # again, /boot and /lib/modules/ eventually fill up.
/Linux-v5.15/include/linux/
Dlru_cache.h80 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"
228 * drop to zero and we will be able to make progress again, changing
285 * lc_unlock - unlock @lc, allow lc_get() to change the set again
/Linux-v5.15/tools/testing/selftests/powerpc/security/
Dentry_flush.c74 again: in entry_flush_test()
89 goto again; in entry_flush_test()
115 goto again; in entry_flush_test()
Drfi_flush.c75 again: in rfi_flush_test()
90 goto again; in rfi_flush_test()
115 goto again; in rfi_flush_test()
Duaccess_flush.c88 again: in uaccess_flush_test()
103 goto again; in uaccess_flush_test()
129 goto again; in uaccess_flush_test()
/Linux-v5.15/drivers/net/can/sja1000/
Dems_pcmcia.c86 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()
/Linux-v5.15/drivers/media/rc/
Dir-rc5-decoder.c56 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()
/Linux-v5.15/Documentation/i2c/
Dgpio-fault-injection.rst24 change its state to either force it low or to release it again. So, by using
34 change its state to either force it low or to release it again. So, by using
39 succeed because SDA is still pinned low until you manually release it again
73 The injector will again stop at one ACK phase, so the device will keep SDA low
/Linux-v5.15/scripts/tracing/
Dftrace-bisect.sh49 # And start again:
68 # If it does crash, do this again (there's more than one problem function)
71 # kernel, annotate the problem functions with "notrace" and start again.
/Linux-v5.15/arch/x86/um/
Dstub_64.S10 again: label
43 je again
Dstub_32.S12 again: label
49 je again
/Linux-v5.15/net/smc/
Dsmc_close.c204 again: in smc_close_active()
233 goto again; in smc_close_active()
254 goto again; in smc_close_active()
443 again: in smc_close_shutdown_write()
451 goto again; in smc_close_shutdown_write()
464 goto again; in smc_close_shutdown_write()

12345678910>>...152