Searched refs:fcount (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dmtrr.c849 unsigned int *fcount = file->private_data; local
852 if (fcount == NULL) {
853 if ((fcount =
854 kmalloc (max * sizeof *fcount, GFP_KERNEL)) == NULL) {
858 memset (fcount, 0, max * sizeof *fcount);
859 file->private_data = fcount;
876 ++fcount[reg];
885 unsigned int *fcount = file->private_data; local
900 if (fcount
1145 unsigned int *fcount = file->private_data; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmtrr.c1338 unsigned int *fcount = file->private_data; local
1341 if (fcount == NULL)
1343 if ( ( fcount = kmalloc (max * sizeof *fcount, GFP_KERNEL) ) == NULL )
1348 memset (fcount, 0, max * sizeof *fcount);
1349 file->private_data = fcount;
1362 if (reg >= 0) ++fcount[reg];
1370 unsigned int *fcount = file->private_data; local
1384 if (fcount
1571 unsigned int *fcount = file->private_data; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DNCR53C9x.c1576 #define fcount(__esp, __eregs) \ macro
1644 if(2 != fcount(esp, eregs))
3189 if(!fcount(esp, eregs) &&
H A Desp.c2362 #define fcount(__esp) \ macro
2431 if (2 != fcount(esp))
3971 !fcount(esp) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dvia-pmu.c941 unsigned long fcount = count; local
971 return fcount;

Completed in 126 milliseconds