Searched refs:after (Results 51 - 75 of 147) sorted by relevance

123456

/linux-master/fs/ext4/
H A Dpage-io.c201 struct list_head *cur, *before, *after; local
212 after = cur->next;
213 io_end1 = container_of(after, ext4_io_end_t, list);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c64 * (see intel_gsc.c) usually happens a few seconds after i915 probe, depending
469 ktime_t before, after, delta; local
498 after = ktime_get();
499 delta = ktime_sub(after, before);
534 * Called after HuC and GuC firmware loading during intel_uc_init_hw().
/linux-master/arch/sparc/lib/
H A DM7memset.S179 and %o2, 63, %o3 ! %o3 = bytes left after blk stores.
308 and %o2, 7, %o2 ! calc bytes left after long words
/linux-master/net/ipv4/
H A Dtcp_cdg.c159 if (after(now_us, ca->round_start + base_owd)) {
272 if (after(ack, ca->rtt_seq) && ca->rtt.v64) {
H A Dtcp_cubic.c87 u32 cnt; /* increase cwnd by 1 after ACKs */
156 if (after(ca->epoch_start, now))
392 if (after(tp->snd_una, ca->end_seq))
458 /* Discard delay samples right after fast recovery */
H A Dtcp_vegas.c58 * o after an RTO
59 * o after fast recovery
175 if (after(ack, vegas->beg_snd_nxt)) {
H A Dtcp_illinois.c265 if (after(ack, ca->end_seq))
H A Dtcp_minisocks.c30 if (after(end_seq, s_win) && before(seq, e_win))
136 !after(TCP_SKB_CB(skb)->end_seq, tcptw->tw_rcv_nxt) ||
142 /* New data or FIN. If new data arrive after half-duplex close,
225 (after(TCP_SKB_CB(skb)->seq, tcptw->tw_rcv_nxt) ||
348 * Note that access to tw after this point is illegal.
698 * Reset timer after retransmitting SYNACK, similar to
804 if (tmp_opt.saw_tstamp && !after(TCP_SKB_CB(skb)->seq, tcp_rsk(req)->rcv_nxt))
824 * XXX (TFO) - if we ever allow "data after SYN", the
847 * ESTABLISHED STATE. If it will be dropped after
905 * where after __inet_lookup_establishe
[all...]
/linux-master/tools/bpf/bpftool/
H A Dcfg.c114 static struct bb_node *func_insert_dummy_bb(struct list_head *after) argument
126 list_add(&bb->l, after);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c74 __u32 cnt; /* increase cwnd by 1 after ACKs */
203 if (after(ca->epoch_start, now))
390 if (hystart && after(ack, ca->end_seq))
507 /* Discard delay samples right after fast recovery */
/linux-master/tools/scripts/
H A DMakefile.include24 EXTRA_WARNINGS += -Wdeclaration-after-statement
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S35 | the equate is valid only after a 'link a6' has pushed one more
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h70 # Flush dcache after config change
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h110 #define after(seq2, seq1) before(seq1, seq2) macro
178 /* new value of cwnd after loss (required) */
187 * after all the ca_state processing. (optional)
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S160 @ external accesses after SDRAM is put in self-refresh mode
/linux-master/arch/arm/nwfpe/
H A Dentry.S124 @ r4 = PC value to resume execution after successful emulation
/linux-master/arch/alpha/lib/
H A Dstrrchr.S54 /* Mask out character matches after terminator */
61 and t3, t4, t3 # e0 : mask out char matches after null
H A Dev67-strrchr.S82 /* Mask out character matches after terminator */
89 and t3, t4, t3 # E : mask out char matches after null
/linux-master/tools/testing/selftests/net/
H A Dgre_gso.sh178 -P Pause after each test before cleanup
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh62 shell. If <command> is specified, the shell runs after
170 # Only update the config if it has been updated after the
/linux-master/drivers/pinctrl/
H A Dpinctrl-gemini.c2196 u32 before, after, expected; local
2220 regmap_read(pmx->map, GLOBAL_MISC_CTRL, &after);
2224 after &= PADS_MASK;
2235 if (after & BIT(i)) {
2242 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2243 before, after, expected);
2257 if (!(after & BIT(i))) {
2264 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2265 before, after, expected);
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c302 * 5. A log flush occurs after committing the transaction that creates
304 * 6. The filesystem goes down after the log flush but before the new
1010 * within the data buffer. The next entry starts after the
2055 int after; local
2086 before = after = -1;
2102 after = i;
2113 if ((before >= 0) || (after >= 0)) {
2114 if ((before >= 0) && (after >= 0)) {
2116 ichdr.freemap[before].size += ichdr.freemap[after].size;
2117 ichdr.freemap[after]
[all...]
/linux-master/arch/xtensa/lib/
H A Dstrnlen_user.S101 # NOTE that in several places below, we point to the byte just after
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S80 | we jump here after an access error while trying to access
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh191 echo " 9." Copy the console output from just before the modprobe to just after >> $resdir/bare-metal

Completed in 191 milliseconds

123456