Searched refs:dcount (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.h54 unsigned int dcount; /* number of devices handled by this major */ member in struct:blk_config
H A Dioconf.c234 dfmt, &blkp->dcount,
385 if ((p == NULL) || ((minor & 0xff) >= (p->blkp->dcount * p->blkp->pcount))) {
408 base = p->ctrlno * p->blkp->dcount;
410 base += p->blkp->dcount * (ioc_refnr[p->basemajor] + 1) * (minor >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmacio-adb.c30 struct preg dcount; member in struct:adb_regs
43 /* Bits in dcount register */
219 out_8(&adb->dcount.r, req->nbytes & HMB);
241 req->reply_len = in_8(&adb->dcount.r) & HMB;
251 n = in_8(&adb->dcount.r) & HMB;
255 autopoll = (in_8(&adb->dcount.r) & APD) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_stats.h24 int dcount = 0; local
46 seq_printf(seq, "domain%d %s", dcount++, mask_str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c498 void reduce_windows_lock_ref_count(files_struct *fsp, unsigned int dcount) argument
510 lock_ref_count -= dcount;
H A Dbrlock.c1271 unsigned int i, j, dcount=0; local
1384 dcount++;

Completed in 157 milliseconds