Searched refs:FS_BPENTRY (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/atm/ |
D | firestream.c | 633 static struct FS_BPENTRY dq[60]; 709 struct FS_BPENTRY *td; in process_txdone_queue() 759 memset (td, ATM_POISON_FREE, sizeof(struct FS_BPENTRY)); in process_txdone_queue() 777 struct FS_BPENTRY *pe; in process_incoming() 1169 struct FS_BPENTRY *td; in fs_send() 1183 td = kmalloc (sizeof (struct FS_BPENTRY), GFP_ATOMIC); in fs_send() 1184 fs_dprintk (FS_DEBUG_ALLOC, "Alloc transd: %p(%Zd)\n", td, sizeof (struct FS_BPENTRY)); in fs_send() 1477 struct FS_BPENTRY *qe, *ne; in top_off_fp() 1490 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags); in top_off_fp() 1491 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
|