Searched refs:FS_BPENTRY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfirestream.c604 static struct FS_BPENTRY dq[60];
668 struct FS_BPENTRY *td;
718 memset (td, ATM_POISON_FREE, sizeof(struct FS_BPENTRY));
736 struct FS_BPENTRY *pe;
1110 struct FS_BPENTRY *td;
1124 td = kmalloc (sizeof (struct FS_BPENTRY), GFP_ATOMIC);
1125 fs_dprintk (FS_DEBUG_ALLOC, "Alloc transd: %p(%Zd)\n", td, sizeof (struct FS_BPENTRY));
1362 struct FS_BPENTRY *qe, *ne;
1375 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags);
1376 fs_dprintk (FS_DEBUG_ALLOC, "Alloc rec-d: %p(%Zd)\n", ne, sizeof (struct FS_BPENTRY));
[all...]
H A Dfirestream.h52 struct FS_BPENTRY { struct

Completed in 67 milliseconds