/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dmxdev.c | 205 dvbdev->users++; in dvb_dvr_open() 242 dvbdev->users--; in dvb_dvr_release() 243 if (dvbdev->users == 1 && dmxdev->exit == 1) { in dvb_dvr_release() 834 dvbdev->users++; in dvb_demux_open() 1259 dmxdev->dvbdev->users--; in dvb_demux_release() 1260 if (dmxdev->dvbdev->users == 1 && dmxdev->exit == 1) { in dvb_demux_release() 1285 .users = 1, 1413 .users = 1, 1470 if (dmxdev->dvbdev->users > 1) { in dvb_dmxdev_release() 1472 dmxdev->dvbdev->users in dvb_dmxdev_release() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dmxdev.c | 195 dvbdev->users++; in dvb_dvr_open() 232 dvbdev->users--; in dvb_dvr_release() 233 if (dvbdev->users == 1 && dmxdev->exit == 1) { in dvb_dvr_release() 824 dvbdev->users++; in dvb_demux_open() 1249 dmxdev->dvbdev->users--; in dvb_demux_release() 1250 if (dmxdev->dvbdev->users == 1 && dmxdev->exit == 1) { in dvb_demux_release() 1275 .users = 1, 1403 .users = 1, 1460 if (dmxdev->dvbdev->users > 1) { in dvb_dmxdev_release() 1462 dmxdev->dvbdev->users in dvb_dmxdev_release() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 502 for (User *U : I->users()) { in hasUsesOutsideLoop() 520 for (auto *User : IV->users()) { in isLoopControlIV() 540 // The users of the IV must be a binary operation or a comparison in isLoopControlIV() 545 for (auto *UU : User->users()) { in isLoopControlIV() 640 for (User *U : C->users()) { in add() 672 // Collect the set of all users of the provided root instruction. This set of 673 // users contains not only the direct users of the root instruction, but also 674 // all users of those users, an [all...] |
H A D | BDCE.cpp | 37 /// If an instruction is trivialized (dead), then the chain of users of that 44 // Initialize the worklist with eligible direct users. in clearAssumptionsOfUsers() 47 for (User *JU : I->users()) { in clearAssumptionsOfUsers() 67 // DFS through subsequent users while tracking visits to avoid cycles. in clearAssumptionsOfUsers() 78 for (User *KU : J->users()) { in clearAssumptionsOfUsers()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer_extend.cpp | 485 std::vector<std::string> users; in GenerateCompensatedSync() local 486 int errCode = storageProxy_->GetCompensatedSyncQuery(syncQuery, users); in GenerateCompensatedSync() 495 taskInfo.users.clear(); in GenerateCompensatedSync() 498 auto it = std::find(users.begin(), users.end(), user); in GenerateCompensatedSync() 499 if (it != users.end()) { in GenerateCompensatedSync() 500 taskInfo.users.push_back(user); in GenerateCompensatedSync() 847 cloudTaskInfos_[beMergeTask].users); in TryMergeTask() 906 std::set<std::string> users; in SwapTwoTaskAndCopyTable() local 907 users in SwapTwoTaskAndCopyTable() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kvstore_test.cpp | 69 bool CheckUserSyncInfo(const vector<std::string> users, const vector<DBStatus> userStatus, 90 g_CloudSyncoption.users.push_back(USER_ID); in SetUpTestCase() 177 std::set<std::string> userSet(option.users.begin(), option.users.end()); in BlockSync() 273 std::set<std::string> userSet(option.users.begin(), option.users.end()); in SyncAndGetProcessInfo() 293 bool DistributedDBCloudKvStoreTest::CheckUserSyncInfo(const vector<std::string> users, in CheckUserSyncInfo() argument 298 if ((idx >= users.size()) || (idx >= userStatus.size()) || (idx >= userExpectInfo.size())) { in CheckUserSyncInfo() 302 if (user.compare(0, user.length(), users[idx]) != 0) { in CheckUserSyncInfo() 374 option.users in HWTEST_F() [all...] |
/third_party/ltp/ |
H A D | IDcheck.sh | 20 # DESCRIPTION : checks for req'd users/groups and will create them if requested. 89 fe users "$group"; NO_USERS_GRP=$? 107 echo "users grp: $NO_USERS_GRP" 147 echo 'users:x:100:' >> "$group" 179 for i in users sys; do 186 echo "Required users/groups exist." 192 echo "* Required users/groups do NOT exist!!! *"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAlwaysInlinePass.cpp | 63 for (User *U : GV.users()) in recursivelyVisitUsers() 78 // No need to look at further users, but we do need to inline any callers. in recursivelyVisitUsers() 82 for (User *UU : U->users()) in recursivelyVisitUsers()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.c | 44 WARN_ON(!list_empty(&neigh->users)); in efx_neigh_free() 194 INIT_LIST_HEAD(&neigh->users); in efx_bind_neigh() 210 list_add_tail(&encap->list, &neigh->users); in efx_bind_neigh() 438 list_for_each_entry(act, &encap->users, encap_user) { in efx_tc_update_encap() 485 /* Update rule users: use the action if they are now ready */ in efx_tc_update_encap() 486 list_for_each_entry(act, &encap->users, encap_user) { in efx_tc_update_encap() 511 list_for_each_entry(encap, &neigh->users, list) in efx_neigh_update() 638 INIT_LIST_HEAD(&encap->users); in efx_tc_flower_create_encap_md() 707 list_for_each_entry_safe(encap, next, &neigh->users, list) { in efx_tc_remove_neigh_users()
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | eba.c | 259 le->users = 0; in ltree_add_entry() 304 le->users += 1; in ltree_add_entry() 343 le->users -= 1; in leb_read_unlock() 344 ubi_assert(le->users >= 0); in leb_read_unlock() 346 if (le->users == 0) { in leb_read_unlock() 396 le->users -= 1; in leb_write_trylock() 397 ubi_assert(le->users >= 0); in leb_write_trylock() 398 if (le->users == 0) { in leb_write_trylock() 419 le->users -= 1; in leb_write_unlock() 420 ubi_assert(le->users > in leb_write_unlock() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | eba.c | 258 le->users = 0; in ltree_add_entry() 303 le->users += 1; in ltree_add_entry() 342 le->users -= 1; in leb_read_unlock() 343 ubi_assert(le->users >= 0); in leb_read_unlock() 345 if (le->users == 0) { in leb_read_unlock() 395 le->users -= 1; in leb_write_trylock() 396 ubi_assert(le->users >= 0); in leb_write_trylock() 397 if (le->users == 0) { in leb_write_trylock() 418 le->users -= 1; in leb_write_unlock() 419 ubi_assert(le->users > in leb_write_unlock() [all...] |
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk_buff_pool.c | 93 refcount_set(&pool->users, 1); in xp_create_and_assign_umem() 281 refcount_inc(&pool->users); in xp_get_pool() 289 if (refcount_dec_and_test(&pool->users)) { in xp_put_pool() 329 refcount_set(&dma_map->users, 1); in xp_create_dma_map() 372 if (!refcount_dec_and_test(&dma_map->users)) in xp_dma_unmap() 434 refcount_inc(&dma_map->users); in xp_dma_map()
|
/third_party/selinux/libsepol/src/ |
H A D | user_internal.h | 5 #include <sepol/users.h>
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lowcomms.c | 107 int users; member 920 if (e->len == 0 && e->users == 0) { in writequeue_entry_complete() 1339 entry->users = 0; in new_writequeue_entry() 1363 e->users++; in dlm_lowcomms_get_buffer() 1378 e->users++; in dlm_lowcomms_get_buffer() 1390 int users; in dlm_lowcomms_commit_buffer() local 1393 users = --e->users; in dlm_lowcomms_commit_buffer() 1394 if (users) in dlm_lowcomms_commit_buffer() 1429 BUG_ON(len == 0 && e->users in send_to_sock() [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | midcomms.c | 189 int users; member 365 node->users = 0; in dlm_midcomms_addr() 551 if (node->users == 0) { in dlm_midcomms_receive_buffer() 1232 if (!node->users) { in dlm_midcomms_add_member() 1257 node->users++; in dlm_midcomms_add_member() 1258 pr_debug("node %d users inc count %d\n", nodeid, node->users); in dlm_midcomms_add_member() 1282 if (!node->users) { in dlm_midcomms_remove_member() 1288 node->users--; in dlm_midcomms_remove_member() 1289 pr_debug("node %d users de in dlm_midcomms_remove_member() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | aio.c | 97 struct percpu_ref users; member 607 percpu_ref_exit(&ctx->users); in free_ioctx() 626 * and ctx->users has dropped to 0, so we know no more kiocbs can be submitted - 631 struct kioctx *ctx = container_of(ref, struct kioctx, users); in free_ioctx_users() 766 if (percpu_ref_init(&ctx->users, free_ioctx_users, 0, GFP_KERNEL)) in ioctx_alloc() 796 percpu_ref_get(&ctx->users); /* io_setup() will drop this ref */ in ioctx_alloc() 821 percpu_ref_exit(&ctx->users); in ioctx_alloc() 864 percpu_ref_kill(&ctx->users); in kill_ioctx() 1083 if (percpu_ref_tryget_live(&ctx->users)) in lookup_ioctx() 1351 percpu_ref_put(&ioctx->users); in SYSCALL_DEFINE2() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | aio.c | 96 struct percpu_ref users; member 628 percpu_ref_exit(&ctx->users); in free_ioctx() 647 * and ctx->users has dropped to 0, so we know no more kiocbs can be submitted - 652 struct kioctx *ctx = container_of(ref, struct kioctx, users); in free_ioctx_users() 785 if (percpu_ref_init(&ctx->users, free_ioctx_users, 0, GFP_KERNEL)) in ioctx_alloc() 815 percpu_ref_get(&ctx->users); /* io_setup() will drop this ref */ in ioctx_alloc() 840 percpu_ref_exit(&ctx->users); in ioctx_alloc() 883 percpu_ref_kill(&ctx->users); in kill_ioctx() 1098 if (percpu_ref_tryget_live(&ctx->users)) in lookup_ioctx() 1361 percpu_ref_put(&ioctx->users); in SYSCALL_DEFINE2() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | session_manager.cpp | 47 auto users = UserDelegate::GetInstance().GetRemoteUserStatus(targetDeviceId);
in GetSession() local 68 for (const auto &user : users) {
in GetSession()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | securityfs_if.c | 78 atomic_inc(&new_domain->users); in tomoyo_write_self() 79 atomic_dec(&old_domain->users); in tomoyo_write_self()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xsk_buff_pool.h | 35 refcount_t users; member 48 refcount_t users; member
|
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | hw_pagetable.c | 26 refcount_dec(&hwpt->ioas->obj.users); in iommufd_hw_pagetable_destroy() 88 refcount_inc(&ioas->obj.users); in iommufd_hw_pagetable_alloc()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | securityfs_if.c | 78 atomic_inc(&new_domain->users); in tomoyo_write_self() 79 atomic_dec(&old_domain->users); in tomoyo_write_self()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstorePredicatesJoinJsunit.test.js | 71 const users = [
80 users.forEach((user) => {
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStorePredicatesJoinJsunit.test.js | 76 const users = [
85 users.forEach((user) => {
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ssa_rewrite_pass.h | 71 std::vector<uint32_t>& users() { return users_; } in users() function in spvtools::opt::SSARewriter::PhiCandidate 72 const std::vector<uint32_t>& users() const { return users_; } in users() function in spvtools::opt::SSARewriter::PhiCandidate 117 // List of all users for this Phi instruction. Each element is the result ID 147 // Replaces all the users of Phi candidate |phi_cand| to be users of
|