Searched refs:after (Results 76 - 100 of 147) sorted by relevance

123456

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh183 # Complain if the system cannot be reached, and retry after a wait.
197 echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date` | tee -a "$oldrun/remote-log"
206 echo " ---" Exit code $ret: ssh $1 test -f \"$2\", retry after $sleeptime seconds. `date` | tee -a "$oldrun/remote-log"
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh77 shell. If <command> is specified, the shell runs after
303 # Only update the config if it has been updated after the
/linux-master/arch/x86/kernel/
H A Dhead_32.S163 * DF in particular (even though we have cleared it earlier after copying the
279 movl %eax,%ss # after changing gdt.
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S182 # reenabled after we return from interrupt/exception.
H A Dentry-compact.S313 # reenabled after we return from interrupt/exception.
/linux-master/net/rxrpc/
H A Dtxbuf.c232 if (after(call->acks_hard_ack, call->tx_bottom + 128))
H A Drecvmsg.c126 if (after(tseq, call->rx_consumed))
/linux-master/drivers/hwmon/
H A Dibmaem.c833 u64 before, after, delta, time; local
851 after = data->energy[attr->index];
854 delta = (after - before) * UJ_PER_MJ;
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c82 u64 before, after; local
94 /* for start time after timeout, the timeout can guarantee, that enable
104 after = ktime_get_ns();
110 } else if ((after - before) < TSNEP_GC_TIMEOUT * 14 / 16) {
/linux-master/kernel/trace/
H A Dring_buffer.c133 /* Used for individual buffers (after the counter) */
231 /* time extends include the data event after it */
246 * data load of the data event after it.
400 u64 after; member in struct:rb_event_info
641 * Note, this must be called after @event is reserved, and before it is
877 * that is necessary is that the wake up happens after
999 * Only allow full_waiters_pending update to be seen after
1109 * page after head. It then sets the page after head to point to
1508 * an allocation after thi
[all...]
/linux-master/drivers/of/
H A Dunittest.c905 "'%pOF' still present after revert\n", n21);
908 unittest(ppremove, "failed to find removed prop after revert\n");
911 unittest(!ret, "failed to find updated prop after revert\n");
913 unittest(strcmp(propstr, "hello") == 0, "original value not in updated property after revert");
1560 * Add a dummy resource to the test bus node after it is
1929 * driver is registered after applying the overlays.
1977 * tests: apply overlays after registering driver
2223 int unittest_nr, int before, int after,
2245 /* unittest device must be in after state */
2246 if (of_unittest_device_exists(unittest_nr, ovtype) != after) {
2222 __of_unittest_apply_overlay_check(int overlay_nr, int unittest_nr, int before, int after, enum overlay_type ovtype) argument
2258 of_unittest_apply_overlay_check(int overlay_nr, int unittest_nr, int before, int after, enum overlay_type ovtype) argument
2271 of_unittest_apply_revert_overlay_check(int overlay_nr, int unittest_nr, int before, int after, enum overlay_type ovtype) argument
2420 int before = 0, after = 1; local
[all...]
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c127 /* Sick state to set after zapping parts of the inode. */
377 * If we got an EBUSY after finding at least one
1196 void *before, *after; local
1201 after = XFS_DFORK_APTR(dip);
1202 memmove(after, before, XFS_DFORK_ASIZE(dip, sc->mp));
/linux-master/net/netfilter/ipset/
H A Dpfxlen.c181 if (!after(last, to)) {
/linux-master/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S47 # used only before/after all rounds
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c719 u32 value, before, after; local
733 after = er32(STATUS) & toggle;
734 if (value != after) {
736 "0x%08X expected: 0x%08X\n", after, value);
1166 /* Have to setup TX_CLK and TX_CRS after software reset */
1174 /* Have to setup TX_CLK and TX_CRS after software reset */
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S28 * after a timer-interrupt and after each system call.
302 ! k0 returns original sp (after roll back)
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c88 * is guaranteed to be either visible in the source cgroup after the
253 goto after;
259 after:
339 * If cgroup gets more users after we read count, we won't have
392 * after a seek to the start). Use a binary-search to find the
407 * start() after open. If the matching pidlist is around, we can use
415 * Either this is the first start() after open or the matching
1155 * still be dying after the previous unmount. Let's drain the
/linux-master/net/ipv4/
H A Dtcp_bbr.c101 idle_restart:1, /* restarting after idle? */
180 /* But after 3 rounds w/o significant bw growth, estimate pipe is full: */
199 /* Max allowed val for ack_epoch_acked, after which sampling epoch is reset */
320 /* Save "last known good" cwnd so we can restore it after losses or PROBE_RTT */
867 * at least bbr_full_bw_thresh (25%) after bbr_full_bw_cnt (3) non-app-limited
914 after(tcp_jiffies32, bbr->probe_rtt_done_stamp)))
948 filter_expired = after(tcp_jiffies32,
982 /* Restart after idle ends only once we process a new S/ACK for data */
H A Dtcp_output.c139 /* RFC2861. Reset CWND after idle period longer RTO to "restart window".
160 /* Congestion state accounting after a packet has been sent. */
172 /* If it is a reply for ato after last received
1251 * Note that tp->data_segs_out overflows after 2^32 packets,
1391 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) {
1444 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq)
1573 /* Insert buff after skb on the write or rtx queue of sk. */
1883 /* RFC2861, slow part. Adjust cwnd, after it was not full during one rto.
1957 return after(tp->snd_sml, tp->snd_una) &&
1958 !after(t
[all...]
/linux-master/lib/
H A Dmemcpy_kunit.c238 struct some_bytes after = { local
286 compare("memset_after()", dest, after);
348 /* Did we touch anything after the copy area? */
/linux-master/arch/sparc/lib/
H A DM7memcpy.S565 add %o1, %o5, %o1 ! advance %o1 to after blocks
677 add %o1, %o5, %o1 ! advance %o1 to after blocks
724 add %o1, %o5, %o1 ! advance %o1 to after multiple of 8
H A Dudivdi3.S190 wr %g0,%o1,%y ! SPARC has 0-3 delay insn after a wr
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c998 * commands after the first 3D state command. Rather
1053 struct i915_vma *after,
1065 b_after = store_context(ce, after);
1083 err = igt_vma_move_to_active_unlocked(after, rq, EXEC_OBJECT_WRITE);
1051 record_registers(struct intel_context *ce, struct i915_vma *before, struct i915_vma *after, u32 *sema) argument
/linux-master/net/netfilter/
H A Dnf_conntrack_ftp.c332 /* Look up to see if we're just after a \n. */
364 if (after(nl_seq, info->seq_aft_nl[dir][oldest]))
420 /* Look up to see if we're just after a \n. */
552 * sequence tracking. Otherwise, the first FTP command after the
/linux-master/arch/arm/kernel/
H A Dhead.S160 ldr r13, =__mmap_switched @ address to jump to after

Completed in 281 milliseconds

123456