Searched refs:usage_count (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dcpqarray.h53 int usage_count; member in struct:__anon4081
98 int usage_count; member in struct:ctlr_info
H A Dcciss.h28 int usage_count; member in struct:_drive_info_struct
71 int usage_count; /* number of opens all all minor devices */ member in struct:ctlr_info
H A Dcpqarray.c840 host->usage_count++;
850 host->usage_count--;
1530 if (host->usage_count > 1) {
1533 " revalidation (usage=%d)\n", host->usage_count);
1536 host->usage_count++;
1573 host->usage_count--;
H A Dfloppy.c580 static int usage_count; variable
868 if (!usage_count) {
2970 if (usage_count == 0) {
3861 if (usage_count == 0) {
4333 if (usage_count)
4355 if (usage_count++) {
4371 usage_count--;
4380 usage_count--;
4430 usage_count--;
4448 if (--usage_count) {
[all...]
H A Dcciss.c514 drv->usage_count++;
515 host->usage_count++;
532 drv->usage_count--;
533 host->usage_count--;
870 luninfo.num_opens = drv->usage_count;
1280 /* This function will check the usage_count of the drive to be updated/added.
1281 * If the usage_count is zero then the drive information will be updated and
1569 if (drv->usage_count > 1)
1571 } else if (drv->usage_count > 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dmm.c376 unsigned int usage_count; member in struct:dma_chunk
591 c->usage_count++;
607 c->usage_count = 1;
646 c->usage_count--;
648 if (!c->usage_count) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/
H A Di2c-core.c692 client->usage_count = 0;
740 if (client->usage_count > 0) {
795 client->usage_count++;
803 if (!client->usage_count) {
809 client->usage_count--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dbt866.c303 .usage_count = 0
H A Dks0127.c754 .usage_count = 0
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Di2c.h171 int usage_count; /* How many accesses currently */ member in struct:i2c_client

Completed in 191 milliseconds