Home
last modified time | relevance | path

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

12345678910>>...133

/Linux-v6.6/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-v6.6/tools/testing/selftests/rcutorture/bin/
Dkvm-remote.sh7 # 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
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/net/mptcp/
Dtoken.c145 * 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()
/Linux-v6.6/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()
645 * transaction will set it again if needed in xics_rm_h_cppr()
768 static void icp_eoi(struct irq_data *d, u32 hwirq, __be32 xirr, bool *again) in icp_eoi() argument
786 *again = rc > 0; in icp_eoi()
848 bool *again) in kvmppc_deliver_irq_passthru() argument
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dudp_limit.c40 /* 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()
Dfill_link_info.c44 again: in verify_perf_link_info()
68 goto again; in verify_perf_link_info()
80 goto again; in verify_perf_link_info()
95 goto again; in verify_perf_link_info()
204 again: in verify_kmulti_link_info()
221 goto again; in verify_kmulti_link_info()
/Linux-v6.6/arch/powerpc/kernel/
Dinterrupt.c42 * 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()
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/
Dfunctions87 again=1
90 while [ $again -eq 1 ]; do
96 again=2
101 again=1
/Linux-v6.6/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-v6.6/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"
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
/Linux-v6.6/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-v6.6/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-v6.6/lib/
Diommu-helper.c18 again: in iommu_area_alloc()
23 goto again; in iommu_area_alloc()
/Linux-v6.6/tools/testing/selftests/powerpc/security/
Drfi_flush.c75 again: in rfi_flush_test()
90 goto again; in rfi_flush_test()
115 goto again; in rfi_flush_test()
Dentry_flush.c74 again: in entry_flush_test()
89 goto again; in entry_flush_test()
115 goto again; in entry_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-v6.6/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-v6.6/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-v6.6/arch/x86/um/
Dstub_64.S10 again: label
43 je again
Dstub_32.S12 again: label
49 je again
/Linux-v6.6/drivers/acpi/
Dacpi_dbg.c310 again: in acpi_aml_write_log()
320 goto again; in acpi_aml_write_log()
351 again: in acpi_aml_read_cmd()
364 goto again; in acpi_aml_read_cmd()
611 again: in acpi_aml_read()
624 goto again; in acpi_aml_read()
681 again: in acpi_aml_write()
694 goto again; in acpi_aml_write()

12345678910>>...133