Searched refs:num_active (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_common.h439 __u32 num_active; /* number of active units */ member in struct:ipath_port_info
H A Dipath_file_ops.c2013 info.num_active = nup;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c419 unsigned long num_active; member in struct:kmem_cache
472 #define STATS_INC_ACTIVE(x) ((x)->num_active++)
473 #define STATS_DEC_ACTIVE(x) ((x)->num_active--)
479 if ((x)->num_active > (x)->high_mark) \
480 (x)->high_mark = (x)->num_active; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c3166 int num_active; local
3200 num_active = fsg->intreq_busy;
3203 num_active += bh->inreq_busy + bh->outreq_busy;
3205 if (num_active == 0)

Completed in 88 milliseconds