/linux-4.19.296/include/uapi/linux/ |
D | batadv_packet.h | 217 __be32 seqno; member 243 __be32 seqno; member 263 __be32 seqno; member 316 __be16 seqno; member 346 __be32 seqno; member 384 __be16 seqno; member 467 __be16 seqno; member 485 __be32 seqno; member
|
D | selinux_netlink.h | 48 __u32 seqno; member
|
/linux-4.19.296/include/linux/ |
D | dma-fence.h | 80 unsigned seqno; member 247 spinlock_t *lock, u64 context, unsigned seqno); 436 return __dma_fence_is_later(f1->seqno, f2->seqno); in dma_fence_is_later() 551 __ff->context, __ff->seqno, ##args); \ 557 pr_warn("f %llu#%u: " fmt, __ff->context, __ff->seqno, \ 564 pr_err("f %llu#%u: " fmt, __ff->context, __ff->seqno, \
|
D | seqno-fence.h | 97 uint32_t seqno_ofs, uint32_t seqno, in seqno_fence_init() argument 110 dma_fence_init(&fence->base, &seqno_fence_ops, lock, context, seqno); in seqno_fence_init()
|
D | dma-fence-array.h | 86 u64 context, unsigned seqno,
|
/linux-4.19.296/include/trace/events/ |
D | dma_fence.h | 22 __field(unsigned int, seqno) 29 __entry->seqno = fence->seqno; 34 __entry->seqno)
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 123 u16 seqno; /* sequence # of next packet */ member 269 db->seqno = 0; in bsd_reset() 506 v[0] = db->seqno >> 8; in bsd_compress() 507 v[1] = db->seqno; in bsd_compress() 589 ++db->seqno; in bsd_compress() 691 if (seq != db->seqno) { in bsd_decompress() 694 db->unit, seq, db->seqno - 1); in bsd_decompress() 699 ++db->seqno; in bsd_decompress() 755 max_ent, skb_out->len, db->seqno); in bsd_decompress() 890 db->unit, db->seqno - 1); in bsd_decompress()
|
/linux-4.19.296/crypto/ |
D | echainiv.c | 37 u64 seqno; in echainiv_encrypt() local 71 seqno = be64_to_cpu(nseqno); in echainiv_encrypt() 82 a *= seqno; in echainiv_encrypt()
|
/linux-4.19.296/drivers/bluetooth/ |
D | hci_bcsp.c | 368 u8 seqno; in bcsp_pkt_cull() local 373 seqno = bcsp->msgq_txseq; in bcsp_pkt_cull() 376 if (bcsp->rxack == seqno) in bcsp_pkt_cull() 379 seqno = (seqno - 1) & 0x07; in bcsp_pkt_cull() 382 if (bcsp->rxack != seqno) in bcsp_pkt_cull() 387 (seqno - 1) & 0x07); in bcsp_pkt_cull()
|
/linux-4.19.296/drivers/dma-buf/ |
D | dma-fence-array.c | 132 u64 context, unsigned seqno, in dma_fence_array_create() argument 146 context, seqno); in dma_fence_array_create()
|
D | Makefile | 1 obj-y := dma-buf.o dma-fence.o dma-fence-array.o reservation.o seqno-fence.o
|
D | sw_sync.c | 161 return !__dma_fence_is_later(fence->seqno, parent->value); in timeline_fence_signaled() 172 snprintf(str, size, "%d", fence->seqno); in timeline_fence_value_str() 267 cmp = value - other->base.seqno; in sync_pt_create()
|
D | dma-fence.c | 610 spinlock_t *lock, u64 context, unsigned seqno) in dma_fence_init() argument 620 fence->seqno = seqno; in dma_fence_init()
|
D | sync_file.c | 151 fence->seqno); in sync_file_get_name() 261 if (pt_a->seqno - pt_b->seqno <= INT_MAX) in sync_file_merge()
|
/linux-4.19.296/include/net/ |
D | esp.h | 16 __be64 seqno; member
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 41 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_set_root() local 43 struct xfs_perag *pag = xfs_perag_get(cur->bc_mp, seqno); in xfs_allocbt_set_root() 118 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_update_lastrec() local 163 pag = xfs_perag_get(cur->bc_mp, seqno); in xfs_allocbt_update_lastrec()
|
D | xfs_refcount_btree.c | 41 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_refcountbt_set_root() local 42 struct xfs_perag *pag = xfs_perag_get(cur->bc_mp, seqno); in xfs_refcountbt_set_root()
|
D | xfs_rmap_btree.c | 69 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_rmapbt_set_root() local 71 struct xfs_perag *pag = xfs_perag_get(cur->bc_mp, seqno); in xfs_rmapbt_set_root()
|
/linux-4.19.296/fs/ocfs2/ |
D | dlmglue.h | 177 int ocfs2_orphan_scan_lock(struct ocfs2_super *osb, u32 *seqno); 178 void ocfs2_orphan_scan_unlock(struct ocfs2_super *osb, u32 seqno);
|
D | journal.c | 1939 u32 seqno = 0; in ocfs2_queue_orphan_scan() local 1949 status = ocfs2_orphan_scan_lock(osb, &seqno); in ocfs2_queue_orphan_scan() 1960 if (os->os_seqno != seqno) { in ocfs2_queue_orphan_scan() 1961 os->os_seqno = seqno; in ocfs2_queue_orphan_scan() 1972 seqno++; in ocfs2_queue_orphan_scan() 1976 ocfs2_orphan_scan_unlock(osb, seqno); in ocfs2_queue_orphan_scan()
|
/linux-4.19.296/include/uapi/drm/ |
D | vc4_drm.h | 181 __u64 seqno; member 208 __u64 seqno; member
|
D | vmwgfx_drm.h | 359 __u32 seqno; member
|
/linux-4.19.296/include/drm/ |
D | drm_dp_mst_helper.h | 156 bool seqno; member 376 int seqno; member
|
/linux-4.19.296/drivers/s390/net/ |
D | qeth_core_mpc.h | 448 __u32 seqno; member 755 __u16 seqno; member
|
D | qeth_core_main.c | 855 if ((reply->seqno == QETH_IDX_COMMAND_SEQNO) || in qeth_send_control_data_cb() 856 ((cmd) && (reply->seqno == cmd->hdr.seqno))) { in qeth_send_control_data_cb() 892 memcpy(&card->seqno.pdu_hdr_ack, in qeth_send_control_data_cb() 1908 &card->seqno.trans_hdr, QETH_SEQ_NO_LENGTH); in qeth_idx_activate_channel() 1909 card->seqno.trans_hdr++; in qeth_idx_activate_channel() 1913 &card->seqno.trans_hdr, QETH_SEQ_NO_LENGTH); in qeth_idx_activate_channel() 2069 &card->seqno.trans_hdr, QETH_SEQ_NO_LENGTH); in qeth_prepare_control_data() 2070 card->seqno.trans_hdr++; in qeth_prepare_control_data() 2072 &card->seqno.pdu_hdr, QETH_SEQ_NO_LENGTH); in qeth_prepare_control_data() 2073 card->seqno.pdu_hdr++; in qeth_prepare_control_data() [all …]
|