Searched refs:ref_count (Results 1 – 11 of 11) sorted by relevance
24 refcount_t ref_count; member35 refcount_inc(&msg->ref_count); in virtsnd_ctl_msg_ref()48 if (refcount_dec_and_test(&msg->ref_count)) in virtsnd_ctl_msg_unref()104 refcount_set(&msg->ref_count, 1); in virtsnd_ctl_msg_alloc()
109 hlink->ref_count = 1; in snd_hdac_ext_bus_get_ml_capabilities()309 if (++hlink->ref_count == 1) { in snd_hdac_ext_bus_link_get()352 if (--hlink->ref_count == 0) { in snd_hdac_ext_bus_link_put()360 if (hlink_tmp->ref_count) { in snd_hdac_ext_bus_link_put()
33 atomic_t ref_count; member
236 if (atomic_dec_and_test(&subs->ref_count)) in clear_subscriber_list()533 atomic_inc(&subs->ref_count); in check_and_subscribe_port()590 atomic_set(&subs->ref_count, 0); in snd_seq_port_connect()
762 if (atomic_read(&subs->ref_count) != 2) in __deliver_to_subscribers()
105 int ref_count; member
93 snd_iprintf(buffer,"index [%d] ref_count [%d]\n",scb->index,scb->ref_count); in cs46xx_dsp_proc_scb_info_read()1273 ins->pcm_channels[i].src_scb->ref_count ++; in cs46xx_dsp_create_pcm_channel()1463 pcm_channel->src_scb->ref_count <= 0)) in cs46xx_dsp_destroy_pcm_channel()1470 pcm_channel->src_scb->ref_count --; in cs46xx_dsp_destroy_pcm_channel()1476 if (!pcm_channel->src_scb->ref_count) { in cs46xx_dsp_destroy_pcm_channel()
929 ins->scbs[index].ref_count = 1; in _map_scb()
421 hlink->ref_count = 1; in hda_ml_alloc_h2link()702 if (++hlink->ref_count > 1) in hdac_bus_eml_power_up_base()764 if (--hlink->ref_count > 0) in hdac_bus_eml_power_down_base()925 if (!h2link->alt && hlink->ref_count) { in hda_bus_ml_resume()
924 substream->ref_count++; in snd_pcm_attach_substream()969 substream->ref_count = 1; in snd_pcm_attach_substream()
2723 substream->ref_count--; in snd_pcm_release_substream()2724 if (substream->ref_count > 0) in snd_pcm_release_substream()2754 if (substream->ref_count > 1) { in snd_pcm_open_substream()2811 if (substream->ref_count == 1) in snd_pcm_open_file()
Completed in 47 milliseconds