Searched refs:FS_BPENTRY (Results 1 – 2 of 2) sorted by relevance
/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() 1163 struct FS_BPENTRY *td; in fs_send() 1177 td = kmalloc (sizeof (struct FS_BPENTRY), GFP_ATOMIC); in fs_send() 1178 fs_dprintk (FS_DEBUG_ALLOC, "Alloc transd: %p(%zd)\n", td, sizeof (struct FS_BPENTRY)); in fs_send() 1469 struct FS_BPENTRY *qe, *ne; in top_off_fp() 1482 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags); in top_off_fp() 1483 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
|