Searched refs:in_use (Results 126 - 150 of 188) sorted by relevance

12345678

/linux-master/drivers/leds/rgb/
H A Dleds-qcom-lpg.c142 * @in_use: channel is exposed to LED framework
172 bool in_use; member in struct:lpg_channel
1210 return chan->in_use ? -EBUSY : 0;
1347 chan->in_use = true;
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.h327 bool in_use; member in struct:efct_queue_hash
H A Defct_hw.c841 while (hash[hash_index].in_use)
846 hash[hash_index].in_use = true;
2162 if (hash[i].in_use && hash[i].id == id)
2166 } while (index == -1 && hash[i].in_use);
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c743 rx_desc->in_use = false;
761 if (!rx_desc->in_use) {
769 rx_desc->in_use = false;
1336 rx_desc->in_use = true;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h521 u8 in_use; member in struct:dpaa2_eth_cls_rule
/linux-master/include/uapi/drm/
H A Ddrm.h117 unsigned char in_use; member in struct:drm_tex_region
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c490 int i, in_use = 0; local
493 ++in_use;
501 if (in_use)
503 "events still in use?\n", in_use);
/linux-master/tools/include/uapi/drm/
H A Ddrm.h117 unsigned char in_use; member in struct:drm_tex_region
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c874 if (!buf->in_use) {
926 priv_req->aligned_buf->in_use = 0;
931 buf->in_use = 1;
2337 priv_req->aligned_buf->in_use = 0;
H A Dcdns3-gadget.h1205 * @in_use: inform if this buffer is associated with usb_request
1213 unsigned in_use:1; member in struct:cdns3_aligned_buf
/linux-master/drivers/md/bcache/
H A Dbcache.h490 unsigned int in_use; /* percent */ member in struct:gc_stat
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.h357 unsigned in_use: 1; member in struct:vc4_hvs_state::__anon799
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c1583 pi->root->children[i]->in_use = false;
1598 tc_node->in_use = true;
H A Dice_sched.c199 node->in_use = true;
1922 if (vsi_node && vsi_node->in_use) {
1928 vsi_node->in_use = false;
1944 vsi_node->in_use = true;
1960 if (!vsi_node->in_use) {
1965 vsi_node->in_use = true;
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c2975 if (lro->in_use) {
3761 nic->s2io_entries[0].in_use = MSIX_FLG;
3769 nic->s2io_entries[i].in_use = 0;
3777 nic->s2io_entries[j+1].in_use = MSIX_FLG;
3870 if (sp->s2io_entries[i].in_use == MSIX_REGISTERED_SUCCESS) {
6931 if (sp->s2io_entries[i].in_use == MSIX_FLG) {
6981 sp->s2io_entries[i].in_use =
8244 lro->in_use = 1;
8378 if (l_lro->in_use) {
8416 if (!(l_lro->in_use)) {
[all...]
/linux-master/drivers/scsi/
H A Dst.c1275 if (STp->in_use) {
1282 STp->in_use = 1;
1336 STp->in_use = 0;
1473 STp->in_use = 0;
1524 if (!STp->in_use) {
3530 if (debugging && !STp->in_use) {
4309 tpnt->in_use = 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2696 T("TxQ inuse:", q.in_use);
2819 T("TxQ inuse:", q.in_use);
2927 T("TxQ inuse:", q.in_use);
3078 T("TxQ inuse:", q.in_use);
3110 T("TxQ inuse:", q.in_use);
H A Dcxgb4_ethtool.c1802 adap->ethtool_filters->port[pi->port_id].in_use;
1861 filter_info->in_use--;
1922 filter_info->in_use++;
H A Dcxgb4.h844 unsigned int in_use; /* # of in-use Tx descriptors */ member in struct:sge_txq
1096 u32 in_use; /* # of filters in use */ member in struct:cxgb4_ethtool_filter_info
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c3255 if (record->ts_reg_info.in_use) {
3256 record->ts_reg_info.in_use = false;
3286 if (req_offset_record->ts_reg_info.in_use) {
3312 req_offset_record->ts_reg_info.in_use = true;
3376 pend->ts_reg_info.in_use = 0;
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c303 wait_event_interruptible(qdev->dbc[dbc_id].dbc_release, !qdev->dbc[dbc_id].in_use);
310 qdev->dbc[dbc_id].in_use = true;
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c142 if (atomic_read(&tmp.in_use)) {
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.h551 u8 in_use; member in struct:hd_async_handle
/linux-master/drivers/staging/vt6656/
H A Dmain_usb.c505 tx_context->in_use = false;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c268 rx_desc->in_use = true;
286 rx_desc->in_use = false;
3046 desc_info->in_use = true;
3110 desc_info->in_use = false;

Completed in 476 milliseconds

12345678