Searched refs:nwrites (Results 1 - 25 of 26) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/lock/
H A Dlock_failchk.c57 lip->nlocks == lip->nwrites))
70 if (lip->id < TXN_MINIMUM && lip->nwrites != 0) {
H A Dlock.c181 sh_locker->nwrites * sizeof(DBT);
216 sh_locker->nwrites--;
240 objlist, sh_locker->nwrites)) != 0)
833 sh_locker->nwrites++;
1026 sh_locker->nwrites++;
1195 sh_locker->nwrites--;
1347 sh_locker->nwrites--;
1695 sh_parent->nwrites += sh_locker->nwrites;
1875 new_locker->nwrites
[all...]
H A Dlock_id.c322 sh_locker->nwrites = 0;
H A Dlock_deadlock.c508 id_array[lip->dd_id].count = lip->nwrites;
573 id_array[dd].count += lockerp->nwrites;
628 id_array[dd].count += lockerp->nwrites;
H A Dlock_stat.c522 (u_long)lip->id, (long)lip->dd_id, lip->nlocks, lip->nwrites,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/lock/
H A Dlock_failchk.c57 lip->nlocks == lip->nwrites))
70 if (lip->id < TXN_MINIMUM && lip->nwrites != 0) {
H A Dlock.c181 sh_locker->nwrites * sizeof(DBT);
216 sh_locker->nwrites--;
240 objlist, sh_locker->nwrites)) != 0)
833 sh_locker->nwrites++;
1026 sh_locker->nwrites++;
1195 sh_locker->nwrites--;
1347 sh_locker->nwrites--;
1695 sh_parent->nwrites += sh_locker->nwrites;
1875 new_locker->nwrites
[all...]
H A Dlock_id.c322 sh_locker->nwrites = 0;
H A Dlock_deadlock.c508 id_array[lip->dd_id].count = lip->nwrites;
573 id_array[dd].count += lockerp->nwrites;
628 id_array[dd].count += lockerp->nwrites;
H A Dlock_stat.c522 (u_long)lip->id, (long)lip->dd_id, lip->nlocks, lip->nwrites,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/lock/
H A Dlock_failchk.c57 lip->nlocks == lip->nwrites))
70 if (lip->id < TXN_MINIMUM && lip->nwrites != 0) {
H A Dlock.c181 sh_locker->nwrites * sizeof(DBT);
216 sh_locker->nwrites--;
240 objlist, sh_locker->nwrites)) != 0)
833 sh_locker->nwrites++;
1026 sh_locker->nwrites++;
1195 sh_locker->nwrites--;
1347 sh_locker->nwrites--;
1695 sh_parent->nwrites += sh_locker->nwrites;
1875 new_locker->nwrites
[all...]
H A Dlock_id.c322 sh_locker->nwrites = 0;
H A Dlock_deadlock.c508 id_array[lip->dd_id].count = lip->nwrites;
573 id_array[dd].count += lockerp->nwrites;
628 id_array[dd].count += lockerp->nwrites;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2fw.c979 unsigned int nwrites; local
1039 nwrites = fchunk[i].len / WRITESIZE_MAX;
1040 nwrites += (fchunk[i].len % WRITESIZE_MAX) ? 1 : 0;
1042 for (j = 0; j < nwrites; j++) {
H A Dhfa384x_usb.c2009 int nwrites; local
2035 * Therefore, nwrites should always be 1. The extra complexity
2044 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN;
2045 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0;
2070 for (j = 0; j < nwrites; j++) {
2345 int nwrites; local
2360 nwrites = len / HFA384x_USB_RWMEM_MAXLEN;
2361 nwrites += len % HFA384x_USB_RWMEM_MAXLEN ? 1 : 0;
2364 for (i = 0; i < nwrites; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Dlock.h132 u_int32_t nwrites; /* Number of write locks held. */ member in struct:__db_locker
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlan-ng/
H A Dprism2fw.c979 unsigned int nwrites; local
1039 nwrites = fchunk[i].len / WRITESIZE_MAX;
1040 nwrites += (fchunk[i].len % WRITESIZE_MAX) ? 1 : 0;
1042 for (j = 0; j < nwrites; j++) {
H A Dhfa384x_usb.c2009 int nwrites; local
2035 * Therefore, nwrites should always be 1. The extra complexity
2044 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN;
2045 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0;
2070 for (j = 0; j < nwrites; j++) {
2345 int nwrites; local
2360 nwrites = len / HFA384x_USB_RWMEM_MAXLEN;
2361 nwrites += len % HFA384x_USB_RWMEM_MAXLEN ? 1 : 0;
2364 for (i = 0; i < nwrites; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dlock.h132 u_int32_t nwrites; /* Number of write locks held. */ member in struct:__db_locker
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dlock.h132 u_int32_t nwrites; /* Number of write locks held. */ member in struct:__db_locker
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.h651 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; /* number of writes member in struct:__anon18695
838 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; member in struct:__anon18696
H A Dmegaraid.c780 adapter->nwrites[ldrv_num%0x80]++;
806 adapter->nwrites[ldrv_num%0x80]++;
835 adapter->nwrites[ldrv_num%0x80]++;
2262 adapter->nreads[i], adapter->nwrites[i]);
3410 if( copy_to_user(ustats->nwrites, adapter->nwrites,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dmegaraid.h651 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; /* number of writes member in struct:__anon30388
838 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; member in struct:__anon30389
H A Dmegaraid.c780 adapter->nwrites[ldrv_num%0x80]++;
806 adapter->nwrites[ldrv_num%0x80]++;
835 adapter->nwrites[ldrv_num%0x80]++;
2262 adapter->nreads[i], adapter->nwrites[i]);
3410 if( copy_to_user(ustats->nwrites, adapter->nwrites,

Completed in 370 milliseconds

12