Home
last modified time | relevance | path

Searched refs:users (Results 151 - 175 of 670) sorted by relevance

12345678910>>...27

/kernel/linux/linux-5.10/drivers/xen/
H A Dgntdev-common.h54 refcount_t users; member
H A Dgntdev.c200 refcount_set(&add->users, 1); in gntdev_alloc_map()
246 if (!refcount_dec_and_test(&map->users)) in gntdev_put_map()
260 refcount_set(&map->users, 1); in gntdev_put_map()
270 if (!refcount_dec_and_test(&map->users)) in gntdev_put_map()
450 refcount_inc(&map->users); /* to keep map alive during async call below */ in __unmap_grant_pages()
494 refcount_inc(&map->users); in gntdev_vma_open()
1044 refcount_inc(&map->users); in gntdev_mmap()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
H A Dtah.h44 int users; member
/kernel/linux/linux-6.6/drivers/xen/
H A Dgntdev-common.h54 refcount_t users; member
H A Dgntdev.c210 refcount_set(&add->users, 1); in gntdev_alloc_map()
256 if (!refcount_dec_and_test(&map->users)) in gntdev_put_map()
270 refcount_set(&map->users, 1); in gntdev_put_map()
280 if (!refcount_dec_and_test(&map->users)) in gntdev_put_map()
460 refcount_inc(&map->users); /* to keep map alive during async call below */ in __unmap_grant_pages()
504 refcount_inc(&map->users); in gntdev_vma_open()
1054 refcount_inc(&map->users); in gntdev_mmap()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlocal_single_store_elim_pass.h84 Instruction* var_inst, const std::vector<Instruction*>& users) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_single_store_elim_pass.h84 Instruction* var_inst, const std::vector<Instruction*>& users) const;
/third_party/spirv-tools/source/opt/
H A Dlocal_single_store_elim_pass.h84 Instruction* var_inst, const std::vector<Instruction*>& users) const;
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H A Dau0828-core.c478 entity->name, dev->users); in au0828_disable_source()
480 /* Handle video device users > 1 in au0828_disable_source()
482 * more than one video users, avoid in au0828_disable_source()
485 * call from video _close(). Use dev->users to in au0828_disable_source()
489 /* video device has users > 1 */ in au0828_disable_source()
490 if (owner_is_audio && dev->users > 1) in au0828_disable_source()
499 /* video owns the link and has users > 1 */ in au0828_disable_source()
500 if (!owner_is_audio && dev->users > 1) in au0828_disable_source()
527 } else if (!owner_is_audio && dev->users > 1) in au0828_disable_source()
528 /* video/vbi owns the link and has users > in au0828_disable_source()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c431 dev->adev.users++; in snd_cx231xx_capture_open()
463 dev->adev.users--; in snd_cx231xx_pcm_close()
466 if (dev->adev.users == 0 && dev->adev.shutdown == 1) { in snd_cx231xx_pcm_close()
467 dev_dbg(dev->dev, "audio users: %d\n", dev->adev.users); in snd_cx231xx_pcm_close()
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H A Dau0828-core.c478 entity->name, dev->users); in au0828_disable_source()
480 /* Handle video device users > 1 in au0828_disable_source()
482 * more than one video users, avoid in au0828_disable_source()
485 * call from video _close(). Use dev->users to in au0828_disable_source()
489 /* video device has users > 1 */ in au0828_disable_source()
490 if (owner_is_audio && dev->users > 1) in au0828_disable_source()
499 /* video owns the link and has users > 1 */ in au0828_disable_source()
500 if (!owner_is_audio && dev->users > 1) in au0828_disable_source()
527 } else if (!owner_is_audio && dev->users > 1) in au0828_disable_source()
528 /* video/vbi owns the link and has users > in au0828_disable_source()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c431 dev->adev.users++; in snd_cx231xx_capture_open()
463 dev->adev.users--; in snd_cx231xx_pcm_close()
466 if (dev->adev.users == 0 && dev->adev.shutdown == 1) { in snd_cx231xx_pcm_close()
467 dev_dbg(dev->dev, "audio users: %d\n", dev->adev.users); in snd_cx231xx_pcm_close()
/kernel/linux/linux-6.6/drivers/accel/qaic/
H A Dqaic_drv.c90 list_add(&usr->node, &qddev->users); in qaic_open()
199 INIT_LIST_HEAD(&qddev->users); in qaic_create_drm_device()
232 * Existing users get unresolvable errors till they close FDs. in qaic_destroy_drm_device()
233 * Need to sync carefully with users calling close(). The in qaic_destroy_drm_device()
234 * list of users can be modified elsewhere when the lock isn't in qaic_destroy_drm_device()
246 while (!list_empty(&qddev->users)) { in qaic_destroy_drm_device()
247 usr = list_first_entry(&qddev->users, struct qaic_user, node); in qaic_destroy_drm_device()
336 /* remove drmdevs to prevent new users from coming in */ in qaic_dev_reset_clean_local_state()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dsvm.c350 /* Only count users if device has aux domains */ in intel_svm_bind_gpasid()
352 sdev->users = 1; in intel_svm_bind_gpasid()
416 sdev->users--; in intel_svm_unbind_gpasid()
417 if (!sdev->users) { in intel_svm_unbind_gpasid()
519 sdev->users++; in intel_svm_bind_mm()
552 sdev->users = 1; in intel_svm_bind_mm()
660 sdev->users--; in intel_svm_unbind_mm()
661 if (!sdev->users) { in intel_svm_unbind_mm()
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Ddriver.c85 * @users: Number of users of this instance
98 int users; member
576 info->users++; in scmi_handle_get()
606 if (!WARN_ON(!info->users)) in scmi_handle_put()
607 info->users--; in scmi_handle_put()
865 if (info->users) in scmi_remove()
876 /* Safe to free channels since no more users */ in scmi_remove()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dcdev.c12 * UBI volume character devices. UBI character devices allow users to
46 int users, err; in get_exclusive() local
50 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive()
51 ubi_assert(users > 0); in get_exclusive()
52 if (users > 1) { in get_exclusive()
53 ubi_err(vol->ubi, "%d users for volume %d", users, vol->vol_id); in get_exclusive()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dwm97xx-core.c274 * the device has users and suspend has not been disabled via the
809 if (wm->input_dev->users) in wm97xx_suspend()
815 if (wm->input_dev->users) in wm97xx_suspend()
820 * are no users or if suspend mode is zero. */ in wm97xx_suspend()
822 (!wm->input_dev->users || !suspend_mode)) { in wm97xx_suspend()
838 if (wm->input_dev->users) { in wm97xx_resume()
855 if (wm->input_dev->users && !wm->pen_irq) { in wm97xx_resume()
/kernel/linux/linux-5.10/drivers/interconnect/
H A Dcore.c165 node->provider->users++; in path_init()
783 if (!WARN_ON(!node->provider->users)) in icc_put()
784 node->provider->users--; in icc_put()
1070 if (provider->users) { in icc_provider_del()
1071 pr_warn("interconnect provider still has %d users\n", in icc_provider_del()
1072 provider->users); in icc_provider_del()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dpci.c56 .users = (struct ath11k_msi_user[]) {
284 if (strcmp(user_name, msi_config.users[idx].name) == 0) { in ath11k_pci_get_user_msi_assignment()
285 *num_vectors = msi_config.users[idx].num_vectors; in ath11k_pci_get_user_msi_assignment()
286 *user_base_data = msi_config.users[idx].base_vector in ath11k_pci_get_user_msi_assignment()
288 *base_vector = msi_config.users[idx].base_vector; in ath11k_pci_get_user_msi_assignment()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dcdev.c12 * UBI volume character devices. UBI character devices allow users to
46 int users, err; in get_exclusive() local
50 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive()
51 ubi_assert(users > 0); in get_exclusive()
52 if (users > 1) { in get_exclusive()
53 ubi_err(vol->ubi, "%d users for volume %d", users, vol->vol_id); in get_exclusive()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspidev.c76 /* TX/RX buffers are NULL unless this device is open (users > 0) */
78 unsigned users; member
629 spidev->users++; in spidev_open()
659 spidev->users--; in spidev_release()
660 if (!spidev->users) { in spidev_release()
845 if (spidev->users == 0) in spidev_remove()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-pcm.c293 (be->dpcm[dir].users >= 1)) in dpcm_dapm_stream_event()
1153 if (!be->dpcm[stream].users) in dpcm_be_reparent()
1434 if (be->dpcm[stream].users == 0) in dpcm_be_dai_startup_unwind()
1435 dev_err(be->dev, "ASoC: no users %s at close - state %d\n", in dpcm_be_dai_startup_unwind()
1439 if (--be->dpcm[stream].users != 0) in dpcm_be_dai_startup_unwind()
1474 if (be->dpcm[stream].users == DPCM_MAX_BE_USERS) in dpcm_be_dai_startup()
1475 dev_err(be->dev, "ASoC: too many users %s at open %d\n", in dpcm_be_dai_startup()
1479 if (be->dpcm[stream].users++ != 0) in dpcm_be_dai_startup()
1493 be->dpcm[stream].users--; in dpcm_be_dai_startup()
1494 if (be->dpcm[stream].users < in dpcm_be_dai_startup()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_snan.S171 | Store to the users destination address
193 | Store to the users destination address
215 | Store to the users destination address
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H A Dclock.c30 int users; member
246 if (!clk->users++) { in __clk_enable()
280 if (!--clk->users) { in __clk_disable()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_snan.S171 | Store to the users destination address
193 | Store to the users destination address
215 | Store to the users destination address

Completed in 23 milliseconds

12345678910>>...27