Searched refs:FS_BPENTRY (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/atm/ |
| D | firestream.c | 637 static struct FS_BPENTRY dq[60]; 713 struct FS_BPENTRY *td; in process_txdone_queue() 763 memset (td, ATM_POISON_FREE, sizeof(struct FS_BPENTRY)); in process_txdone_queue() 781 struct FS_BPENTRY *pe; in process_incoming() 1173 struct FS_BPENTRY *td; in fs_send() 1187 td = kmalloc (sizeof (struct FS_BPENTRY), GFP_ATOMIC); in fs_send() 1188 fs_dprintk (FS_DEBUG_ALLOC, "Alloc transd: %p(%zd)\n", td, sizeof (struct FS_BPENTRY)); in fs_send() 1481 struct FS_BPENTRY *qe, *ne; in top_off_fp() 1494 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags); in top_off_fp() 1495 fs_dprintk (FS_DEBUG_ALLOC, "Alloc rec-d: %p(%zd)\n", ne, sizeof (struct FS_BPENTRY)); in top_off_fp() [all …]
|
| D | firestream.h | 52 struct FS_BPENTRY { struct
|