Searched refs:FS_BPENTRY (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/atm/ |
| D | firestream.c | 622 static struct FS_BPENTRY dq[60]; 698 struct FS_BPENTRY *td; in process_txdone_queue() 748 memset (td, ATM_POISON_FREE, sizeof(struct FS_BPENTRY)); in process_txdone_queue() 766 struct FS_BPENTRY *pe; in process_incoming() 1158 struct FS_BPENTRY *td; in fs_send() 1172 td = kmalloc (sizeof (struct FS_BPENTRY), GFP_ATOMIC); in fs_send() 1173 fs_dprintk (FS_DEBUG_ALLOC, "Alloc transd: %p(%zd)\n", td, sizeof (struct FS_BPENTRY)); in fs_send() 1466 struct FS_BPENTRY *qe, *ne; in top_off_fp() 1479 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags); in top_off_fp() 1480 fs_dprintk (FS_DEBUG_ALLOC, "Alloc rec-d: %p(%zd)\n", ne, sizeof (struct FS_BPENTRY)); in top_off_fp() [all …]
|
| D | firestream.h | 37 struct FS_BPENTRY { struct
|