Home
last modified time | relevance | path

Searched defs:seq1 (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c27 #define after(seq2, seq1) before(seq1, seq2) argument
37 static bool before(__u32 seq1, __u32 seq2) in before()
H A Dbpf_cubic.c25 static bool before(__u32 seq1, __u32 seq2) in before()
29 #define after(seq2, seq1) before(seq1, seq2) argument
H A Dbpf_dctcp.c22 static bool before(__u32 seq1, __u32 seq2) in before()
/linux/drivers/video/
H A Dvgastate.c52 u8 misc, attr10, gr4, gr5, gr6, seq1, seq2, seq4; in save_vga_text() local
143 u8 seq1, seq2, seq4; in restore_vga_text() local
/linux/net/dccp/
H A Ddccp.h125 static inline int before48(const u64 seq1, const u64 seq2) in before48()
131 #define after48(seq1, seq2) before48(seq2, seq1) argument
134 static inline int between48(const u64 seq1, const u64 seq2, const u64 seq3) in between48()
/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c528 u8 seq1; in mgag200_primary_plane_helper_atomic_enable() local
541 u8 seq1; in mgag200_primary_plane_helper_atomic_disable() local
/linux/net/smc/
H A Dsmc_cdc.c283 static inline bool smc_cdc_before(u16 seq1, u16 seq2) in smc_cdc_before()
/linux/net/rxrpc/
H A Dar-internal.h1444 static inline bool before(u32 seq1, u32 seq2) in before()
1448 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq()
1452 static inline bool after(u32 seq1, u32 seq2) in after()
1456 static inline bool after_eq(u32 seq1, u32 seq2) in after_eq()
1461 static inline u32 earliest(u32 seq1, u32 seq2) in earliest()
1466 static inline u32 latest(u32 seq1, u32 seq2) in latest()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h245 uint8_t seq1 = NVReadVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX); in NVVgaProtect() local
H A Dhw.c112 unsigned char seq1; in NVBlankScreen() local
H A Dcrtc.c180 unsigned char seq1 = 0, crtc17 = 0; in nv_crtc_dpms() local
/linux/drivers/gpu/drm/i915/
H A Di915_request.h479 static inline bool i915_seqno_passed(u32 seq1, u32 seq2) in i915_seqno_passed()
/linux/include/net/
H A Dtcp.h288 static inline bool before(__u32 seq1, __u32 seq2) in before()
292 #define after(seq2, seq1) before(seq1, seq2) argument
295 static inline bool between(__u32 seq1, __u32 seq2, __u32 seq3) in between()
1281 static inline bool tcp_skb_sent_after(u64 t1, u64 t2, u32 seq1, u32 seq2) in tcp_skb_sent_after()
/linux/net/mptcp/
H A Dprotocol.h137 static inline bool before64(__u64 seq1, __u64 seq2) in before64()
142 #define after64(seq2, seq1) before64(seq1, seq2) argument
/linux/fs/nfs/
H A Dnfs4_fs.h613 u32 seq1 = be32_to_cpu(s1->seqid); in nfs4_stateid_is_next() local
/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c185 u32 seq1; member
/linux/drivers/net/ethernet/sfc/
H A Dptp.c182 u32 seq1; member
/linux/include/net/bluetooth/
H A Dl2cap.h871 static inline int __seq_offset(struct l2cap_chan *chan, __u16 seq1, __u16 seq2) in __seq_offset()