Searched refs:inuse (Results 51 - 72 of 72) sorted by last modified time

123

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h938 u32 inuse; /* Number of packets held in ring */ member in struct:sge_eosw_txq
H A Dcxgb4_debugfs.c2696 T("TxQ inuse:", q.in_use);
2819 T("TxQ inuse:", q.in_use);
2883 T("In-Use:", inuse);
2927 T("TxQ inuse:", q.in_use);
3078 T("TxQ inuse:", q.in_use);
3110 T("TxQ inuse:", q.in_use);
H A Dcxgb4_tc_mqprio.c132 eosw_txq->inuse = 0;
/linux-master/include/trace/events/
H A Diocost.h31 __field(u32, inuse)
46 __entry->inuse = iocg->inuse;
57 __entry->vtime, __entry->inuse, __entry->weight,
105 TP_printk("[%s:%s] now=%llu inuse=%u->%u hw_inuse=%llu->%llu",
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c193 mle->inuse++;
204 mle->inuse--;
269 mle->inuse = 0;
1954 if (mle->inuse > 0) {
1968 "inuse=%d\n", dlm->name, namelen, name,
1969 assert->node_idx, rr, extra_ref, mle->inuse);
3377 if (mle->new_master == dead_node && mle->inuse) {
H A Ddlmcommon.h47 int inuse; member in struct:dlm_master_list_entry
H A Ddlmdebug.c283 !!mle->inuse,
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-core.c1303 dev->cmds[i].inuse = 0;
H A Dsaa7164-cmd.c18 if (dev->cmds[i].inuse == 0) {
19 dev->cmds[i].inuse = 1;
34 if ((dev->cmds[seqno].inuse == 1) &&
36 dev->cmds[seqno].inuse = 0;
46 if ((dev->cmds[seqno].inuse == 1) &&
58 if ((dev->cmds[seqno].inuse == 1) &&
257 if ((dev->cmds[seqno].inuse == 1) &&
305 if (dev->cmds[i].inuse == 1) {
307 "seqno %d inuse, sig = %d, t/out = %d\n",
315 if ((dev->cmds[i].inuse
[all...]
H A Dsaa7164-types.h103 u32 inuse; member in struct:cmd
/linux-master/drivers/media/pci/zoran/
H A Dzoran_device.c769 zr->inuse[i] = buf;
783 zr->inuse[i] = buf;
784 zr->inuse[i + 1] = NULL;
831 buf = zr->inuse[i];
849 zr->inuse[i] = NULL;
/linux-master/sound/soc/sh/
H A Dssi.c67 int inuse; member in struct:ssi_priv
93 if (ssi->inuse) {
97 ssi->inuse = 1;
106 ssi->inuse = 0;
/linux-master/drivers/atm/
H A Dhe.c1502 he_dev->cs_stper[i].inuse = 0;
2207 if (he_dev->cs_stper[reg].inuse == 0 ||
2220 ++he_dev->cs_stper[reg].inuse;
2468 if (he_dev->cs_stper[reg].inuse == 0)
2469 hprintk("cs_stper[%d].inuse = 0!\n", reg);
2471 --he_dev->cs_stper[reg].inuse;
2736 return sprintf(page, "irq_size = %d inuse = ? peak = %d\n",
2740 return sprintf(page, "tpdrq_size = %d inuse = ?\n",
2744 return sprintf(page, "rbrq_size = %d inuse = ? peak = %d\n",
2756 inuse
[all...]
H A Dhe.h247 int inuse; member in struct:he_cs_stper
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-di.c24 bool inuse; member in struct:ipu_di
688 if (di->inuse) {
693 di->inuse = true;
705 di->inuse = false;
741 di->inuse = false;
H A Dipu-csi.c28 bool inuse; member in struct:ipu_csi
764 if (csi->inuse) {
769 csi->inuse = true;
781 csi->inuse = false;
H A Dipu-smfc.c20 bool inuse; member in struct:ipu_smfc
149 if (smfc->inuse) {
154 smfc->inuse = true;
167 smfc->inuse = false;
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py80 return slab.objects - slab.inuse
/linux-master/arch/powerpc/include/asm/
H A Dpmc.h23 static inline void ppc_set_pmu_inuse(int inuse) argument
28 get_lppaca()->pmcregs_in_use = inuse;
32 get_paca()->pmcregs_in_use = inuse;
48 static inline void ppc_set_pmu_inuse(int inuse) { } argument
/linux-master/drivers/watchdog/
H A Dcpu5wdt.c53 unsigned long inuse; member in struct:__anon47
127 if (test_and_set_bit(0, &cpu5wdt_device.inuse))
134 clear_bit(0, &cpu5wdt_device.inuse);
/linux-master/drivers/net/ethernet/altera/
H A Daltera_msgdma.c129 u32 inuse; local
133 inuse = csrrd32(priv->tx_dma_csr, msgdma_csroffs(rw_fill_level))
136 if (inuse) { /* Tx FIFO is not empty */
138 priv->tx_prod - priv->tx_cons - inuse - 1, 0);
/linux-master/drivers/isdn/mISDN/
H A Ddsp_dtmf.c84 if (dsp->pipeline.inuse) {

Completed in 344 milliseconds

123