Home
last modified time | relevance | path

Searched refs:next_seq (Results 1 – 12 of 12) sorted by relevance

/linux/kernel/printk/
H A Dprintk.c3180 static bool console_flush_one_record(bool do_cond_resched, u64 *next_seq, bool *handover, in console_flush_one_record() argument
3227 if (printk_seq > *next_seq) in console_flush_one_record()
3228 *next_seq = printk_seq; in console_flush_one_record()
3280 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
3285 *next_seq = 0; in console_flush_all()
3289 ret = console_flush_one_record(do_cond_resched, next_seq, in console_flush_all()
3301 u64 next_seq; in __console_flush_and_unlock() local
3319 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in __console_flush_and_unlock()
3338 } while (prb_read_valid(prb, next_seq, NULL) && console_trylock()); in __console_flush_and_unlock()
3493 u64 next_seq; in console_flush_on_panic() local
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c45 __u32 next_seq;
55 ca->next_seq = tp->snd_nxt;
125 if (!before(tp->snd_una, ca->next_seq)) { in BPF_PROG()
51 __u32 next_seq; global() member
/linux/net/ipv4/
H A Dtcp_dctcp.c54 u32 next_seq; member
83 ca->next_seq = tp->snd_nxt; in dctcp_reset()
133 if (!before(tp->snd_una, ca->next_seq)) { in dctcp_update_alpha()
H A Dtcp_ao.c493 u32 tcp_ao_compute_sne(u32 next_sne, u32 next_seq, u32 seq) in tcp_ao_compute_sne() argument
497 if (before(seq, next_seq)) { in tcp_ao_compute_sne()
498 if (seq > next_seq) in tcp_ao_compute_sne()
501 if (seq < next_seq) in tcp_ao_compute_sne()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.h12 u32 next_seq; member
H A Dfuneth_ktls.c66 tx_ctx->next_seq = start_offload_tcp_sn; in fun_ktls_add()
122 tx_ctx->next_seq = seq; in fun_ktls_resync()
H A Dfuneth_tx.c122 if (likely(tls_ctx->next_seq == seq)) { in fun_tls_tx()
126 if (seq - tls_ctx->next_seq < U32_MAX / 4) { in fun_tls_tx()
128 tls_ctx->next_seq); in fun_tls_tx()
288 tls_ctx->next_seq += tls_len; in write_pkt_desc()
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dcrypto.h19 u32 next_seq; member
/linux/include/linux/
H A Dkmsg_dump.h39 u64 next_seq; member
/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c453 go->next_seq++; in frame_boundary()
458 vb->vb.sequence = go->next_seq++; in frame_boundary()
H A Dgo7007-priv.h231 u32 next_seq; member
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c610 if (unlikely(resync_pending || ntls->next_seq != seq)) { in nfp_net_tls_tx()
640 if (!resync_pending && seq - ntls->next_seq < U32_MAX / 4) in nfp_net_tls_tx()
642 ntls->next_seq); in nfp_net_tls_tx()
658 ntls->next_seq += datalen; in nfp_net_tls_tx()
678 if (ntls->next_seq == seq + datalen) in nfp_net_tls_tx_undo()
679 ntls->next_seq = seq; in nfp_net_tls_tx_undo()