Home
last modified time | relevance | path

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

12345678910>>...213

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommonring.c83 again: in brcmf_commonring_write_available()
101 goto again; in brcmf_commonring_write_available()
110 goto again; in brcmf_commonring_write_available()
124 again: in brcmf_commonring_reserve_for_write()
144 goto again; in brcmf_commonring_reserve_for_write()
160 again: in brcmf_commonring_reserve_for_write_multiple()
183 goto again; in brcmf_commonring_reserve_for_write_multiple()
/kernel/linux/linux-4.19/tools/testing/selftests/uevent/
Duevent_filtering.c35 again: in read_nointr()
38 goto again; in read_nointr()
47 again: in write_nointr()
50 goto again; in write_nointr()
59 again: in wait_for_pid()
63 goto again; in wait_for_pid()
69 goto again; in wait_for_pid()
320 again: in do_test()
324 goto again; in do_test()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/net/mptcp/
Dtoken.c146 * 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()
217 again: in mptcp_token_exists()
224 goto again; in mptcp_token_exists()
253 again: in mptcp_token_get_sock()
266 goto again; in mptcp_token_get_sock()
271 goto again; in mptcp_token_get_sock()
/kernel/linux/linux-4.19/Documentation/i2c/
Dgpio-fault-injection20 change its state to either force it low or to release it again. So, by using
30 change its state to either force it low or to release it again. So, by using
35 succeed because SDA is still pinned low until you manually release it again
69 The injector will again stop at one ACK phase, so the device will keep SDA low
/kernel/linux/linux-4.19/drivers/misc/lkdtm/
Dheap.c28 int *base, *again; in lkdtm_WRITE_AFTER_FREE() local
46 again = kmalloc(len, GFP_KERNEL); in lkdtm_WRITE_AFTER_FREE()
47 kfree(again); in lkdtm_WRITE_AFTER_FREE()
48 if (again != base) in lkdtm_WRITE_AFTER_FREE()
/kernel/linux/linux-4.19/arch/powerpc/kvm/
Dbook3s_hv_builtin.c387 static int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) in kvmppc_check_passthru() argument
406 return kvmppc_deliver_irq_passthru(vcpu, xirr, irq_map, pimap, again); in kvmppc_check_passthru()
410 static inline int kvmppc_check_passthru(u32 xisr, __be32 xirr, bool *again) in kvmppc_check_passthru() argument
425 static long kvmppc_read_one_intr(bool *again);
431 bool again; in kvmppc_read_intr() local
437 again = false; in kvmppc_read_intr()
438 rc = kvmppc_read_one_intr(&again); in kvmppc_read_intr()
441 } while (again); in kvmppc_read_intr()
445 static long kvmppc_read_one_intr(bool *again) in kvmppc_read_one_intr() argument
505 *again = rc > 0; in kvmppc_read_one_intr()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dudp_limit.c43 /* We can reopen again after close. */ in test_udp_limit()
48 if (CHECK(fd1 < 0, "fd1-again", "errno %d", errno)) in test_udp_limit()
56 * - open fd1 again - BPF_CGROUP_INET_SOCK_CREATE in test_udp_limit()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsyscall_64.c116 * them, check for new work, and try again.
191 again: in syscall_exit_prepare()
239 goto again; in syscall_exit_prepare()
276 again: in interrupt_exit_user_prepare()
312 goto again; in interrupt_exit_user_prepare()
363 again: in interrupt_exit_kernel_prepare()
384 goto again; in interrupt_exit_kernel_prepare()
/kernel/linux/linux-5.10/fs/btrfs/
Dinode-map.c58 again: in caching_kthread()
95 goto again; in caching_kthread()
194 again: in btrfs_find_free_ino()
213 goto again; in btrfs_find_free_ino()
223 again: in btrfs_return_ino()
232 goto again; in btrfs_return_ino()
448 again: in btrfs_save_ino_cache()
462 goto again; in btrfs_save_ino_cache()
/kernel/linux/linux-4.19/fs/btrfs/
Dinode-map.c57 again: in caching_kthread()
94 goto again; in caching_kthread()
191 again: in btrfs_find_free_ino()
210 goto again; in btrfs_find_free_ino()
220 again: in btrfs_return_ino()
229 goto again; in btrfs_return_ino()
445 again: in btrfs_save_ino_cache()
459 goto again; in btrfs_save_ino_cache()
/kernel/linux/linux-5.10/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. */
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
Dheap.c32 int *base, *again; in lkdtm_WRITE_AFTER_FREE() local
50 again = kmalloc(len, GFP_KERNEL); in lkdtm_WRITE_AFTER_FREE()
51 kfree(again); in lkdtm_WRITE_AFTER_FREE()
52 if (again != base) in lkdtm_WRITE_AFTER_FREE()
/kernel/linux/linux-5.10/lib/
Diommu-helper.c18 again: in iommu_area_alloc()
23 goto again; in iommu_area_alloc()
/kernel/linux/linux-4.19/lib/
Diommu-helper.c18 again: in iommu_area_alloc()
23 goto again; in iommu_area_alloc()
/kernel/linux/linux-5.10/scripts/
Dprune-kernel4 # because I use CONFIG_LOCALVERSION_AUTO, not the same version again and
5 # again, /boot and /lib/modules/ eventually fill up.
/kernel/linux/linux-4.19/scripts/
Dprune-kernel4 # because I use CONFIG_LOCALVERSION_AUTO, not the same version again and
5 # again, /boot and /lib/modules/ eventually fill up.
/kernel/linux/linux-5.10/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()
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/
Dclock_test_009.cpp69 printf("get monotonic raw time clock again\n"); in ClockTest()
71 /* get current monotonic raw time again */ in ClockTest()
76 … printf("The current monotonic raw time again: sec is %lld, nsec is %ld\n", tp.tv_sec, tp.tv_nsec); in ClockTest()
Dclock_test_007.cpp68 printf("get coarse monotonic time clock again\n"); in ClockTest()
70 /* get current monotonic coarse time again */ in ClockTest()
75 …printf("The current monotonic coarse time again: sec is %lld, nsec is %ld\n", tp.tv_sec, tp.tv_nse… in ClockTest()
Dclock_test_006.cpp69 printf("get coarse real time clock again\n"); in ClockTest()
71 /* get current real coarse time again */ in ClockTest()
74 printf("The current coarse real time again: sec is %lld, nsec is %ld\n", tp.tv_sec, tp.tv_nsec); in ClockTest()
/kernel/linux/linux-5.10/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

12345678910>>...213