/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 346 ebitmap_for_each_positive_bit(attr->users, unode, i) { in __cil_userattribute_len() 456 ebitmap_for_each_positive_bit(attr->users, unode, i) { in __cil_userattribute_to_string() 1582 static void cil_users_to_policy(FILE *out, int mls, struct cil_list *users, struct cil_list *all_roles) in cil_users_to_policy() argument 1590 cil_list_for_each(i1, users) { in cil_users_to_policy()
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | ti_sci.c | 98 * @users: Number of users of this instance 116 int users; member 2963 info->users++; in ti_sci_get_handle() 3000 if (!WARN_ON(!info->users)) in ti_sci_put_handle() 3001 info->users--; in ti_sci_put_handle() 3086 info->users++; in ti_sci_get_by_phandle()
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | ti_sci.c | 99 * @users: Number of users of this instance 117 int users; member 2895 info->users++; in ti_sci_get_handle() 2932 if (!WARN_ON(!info->users)) in ti_sci_put_handle() 2933 info->users--; in ti_sci_put_handle() 3018 info->users++; in ti_sci_get_by_phandle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 330 // Also zap the blockaddress constant if there are no users remaining, in ConstantFoldTerminator() 574 // Add the users to the worklist. CAREFUL: an instruction can use itself, in simplifyAndDCEInstruction() 576 for (User *U : I->users()) { in simplifyAndDCEInstruction() 1415 if (llvm::any_of(AI->users(), [](User *U) -> bool { in LowerDbgDeclare() 1515 for (User *U : MDV->users()) { in FindDbgAddrUses() 1531 for (User *U : MDV->users()) in findDbgValues() 1544 for (User *U : MDV->users()) in findDbgUsers() 1756 /// Point debug users of \p From to \p To using exprs given by \p RewriteExpr, 1757 /// possibly moving/undefing users to prevent use-before-def. Returns true if 1762 // Find debug users o in rewriteDebugUsers() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 548 // rewriteLoopExitValues - Optimize IV users outside the loop. 565 // Otherwise, add all its users to worklist. in hasHardUserWithinLoop() 566 for (auto U : Curr->users()) { in hasHardUserWithinLoop() 964 /// the wider type and redirects all users, either removing extends or inserting 1619 // of the new users, because their parent IV will be processed later as a in widenIVUse() 1693 /// Add eligible users of NarrowDef to NarrowIVUsers. 1699 for (User *U : NarrowDef->users()) { in pushNarrowIVUsers() 1721 /// def-use chain. After widenIVUse has processed all interesting IV users, the 1932 // Simplification of IV users based on SCEV evaluation. 1959 /// Iteratively perform simplification on a worklist of IV users [all...] |
H A D | Float2Int.cpp | 372 // We need to ensure I has no users that have not been seen. in validateAndTransform() 380 for (User *U : I->users()) { in validateAndTransform()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 771 // so we can later fix-up the external users of the induction variables. 1774 return llvm::any_of(IV->users(), isScalarInst); 3138 // Fix up external users of the induction variable. At this point, we are 3158 for (User *U : PostInc->users()) { 3169 for (User *U : OrigPhi->users()) { 3473 // Fix-up external users of the induction variables. 3669 // Finally, fix users of the recurrence outside the loop. The users will need 3774 for (User *U : VecLoopExitInst->users()) { 3861 // Now, we need to fix the users o [all...] |
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 148 /* The default maximum number of users that may register. */ 152 "The most users that may use the IPMI stack at one time."); 457 struct list_head users; member 531 /* How many users are waiting for events? */ 537 /* How many users are waiting for commands? */ 540 /* How many users are waiting for watchdogs? */ 543 /* How many users are waiting for message responses? */ 927 /* Special handling for NULL users. */ in deliver_response() 1275 list_add_rcu(&new_user->link, &intf->users); in ipmi_create_user() 3531 list_for_each_entry_rcu(user, &intf->users, lin in nr_msgs_show() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 212 int GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, std::vector<std::string> &users) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_syncer_test.h | 62 currentContext_.notifier->Init({currentContext_.tableName}, { "cloud" }, cloudTaskInfos_[taskId].users); in InitCloudSyncer()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mmu_notifier.h | 236 unsigned int users; member
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_sa.h | 406 atomic_t users; member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_sa.h | 393 atomic_t users; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 281 // Avoid iterator invalidation by copying users to a temporary vector. in lowerAcrossUnwindEdges() 283 for (User *U : Inst.users()) { in lowerAcrossUnwindEdges()
|
H A D | StackProtector.cpp | 165 for (const User *U : AI->users()) { in HasAddressTaken()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 430 for (auto U : GO->users()) { in getLutUsedFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 479 // users are both live and in need of updating. in Solve() 480 for (User *U : V->users()) in Solve()
|
/third_party/spirv-tools/source/opt/ |
H A D | ssa_rewrite_pass.cpp | 102 for (uint32_t user_id : phi_to_remove.users()) { in ReplacePhiUsersWith() 149 // all the users of |phi_candidate->phi_result| to all its users, and remove in TryRemoveTrivialPhi() 158 // Since |phi_candidate| always produces |same_id|, replace all the users of in TryRemoveTrivialPhi() 215 // list of users for the defining Phi. in AddPhiOperands()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 455 struct list_head users; member 525 /* How many users are waiting for events? */ 531 /* How many users are waiting for commands? */ 534 /* How many users are waiting for watchdogs? */ 537 /* How many users are waiting for message responses? */ 891 /* Special handling for NULL users. */ in deliver_response() 1231 list_add_rcu(&new_user->link, &intf->users); in ipmi_create_user() 3448 INIT_LIST_HEAD(&intf->users); in ipmi_add_smi() 3610 /* At this point no users can be added to the interface. */ in ipmi_unregister_smi() 3622 while (!list_empty(&intf->users)) { in ipmi_unregister_smi() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.cpp | 152 processNotifier->Init(info.table, info.devices, info.users); in StopAllTasks() 206 usersList = cloudTaskInfos_[triggerTaskId].users; in DoSyncIfNeed() 435 userListSize = static_cast<int>(cloudTaskInfos_[taskId].users.size()); in SyncMachineDoFinished() 1520 cloudTaskInfos_[taskId].users); in PrepareSync()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | igmp.c | 1182 * are actually used. In particular, the refcnt and users are not in igmpv3_add_delrec() 1446 im->users++; in ____ip_mc_inc_group() 1456 im->users = 1; in ____ip_mc_inc_group() 1687 if (--i->users == 0) { in __ip_mc_dec_group() 2868 im->multiaddr, im->users, in igmp_mc_seq_show()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_ioctl.c | 2147 if (asd->video_out_capture.users) { in __atomisp_streamoff() 2151 if (asd->video_out_vf.users) { in __atomisp_streamoff() 2155 if (asd->video_out_preview.users) { in __atomisp_streamoff() 2159 if (asd->video_out_video_capture.users) { in __atomisp_streamoff()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | fastrpc.c | 272 struct list_head users; member 1593 list_add_tail(&fl->user, &cctx->users); in fastrpc_device_open() 2334 INIT_LIST_HEAD(&data->users); in fastrpc_rpmsg_probe() 2380 list_for_each_entry(user, &cctx->users, user) in fastrpc_rpmsg_remove()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_taprio.c | 108 refcount_t users; member 1379 refcount_set(&__offload->users, 1); in taprio_offload_alloc() 1392 refcount_inc(&__offload->users); in taprio_offload_get() 1405 if (!refcount_dec_and_test(&__offload->users)) in taprio_offload_free() 1414 * users looks at the right schedules.
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | igmp.c | 1182 * are actually used. In particular, the refcnt and users are not in igmpv3_add_delrec() 1446 im->users++; in ____ip_mc_inc_group() 1456 im->users = 1; in ____ip_mc_inc_group() 1687 if (--i->users == 0) { in __ip_mc_dec_group() 2877 im->multiaddr, im->users, in igmp_mc_seq_show()
|