/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc.c | 2000 list_add_tail(&act->encap_user, &encap->users); in efx_tc_flower_replace() 2011 &act->count->cnt->users); in efx_tc_flower_replace()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | simplify.c | 273 delete_pseudo_user_list_entry(&p->users, usep, 1); in rem_usage() 274 if (kill && !p->users && has_definition(p)) in rem_usage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 271 // Point debug users of the dying cast to the new one. in commonCastTransforms() 2205 /// Check if all users of CI are StoreInsts. 2207 for (User *U : CI.users()) { in hasStoreUsersOnly() 2283 for (User *V : OldPN->users()) { in optimizeBitCastFromPhi() 2295 // rewrite it, the PHI web we're considering won't have any users in optimizeBitCastFromPhi() 2340 // Traverse all accumulated PHI nodes and process its users, in optimizeBitCastFromPhi() 2347 // Replace users of BitCast B->A with NewPHI. These will help in optimizeBitCastFromPhi()
|
H A D | InstCombineInternal.h | 220 for (User *U : V->users()) { in canFreelyInvertAllUsersOf() 236 // So far all users were free to invert... in canFreelyInvertAllUsersOf() 238 return true; // Can freely invert all users! in canFreelyInvertAllUsersOf()
|
H A D | InstCombineCompares.cpp | 66 for (auto *U : I.users()) in hasBranchUse() 598 // we have PHI node users of transformed instructions. in canRewriteGEPAsOffset() 734 // Depending on the type, for external users we have to emit in rewriteGEPAsOffset() 1297 for (User *U : OrigAdd->users()) { in processUGT_ADDCST_ADD() 4600 for (User *U : MulVal->users()) { in processUMulZExtIdiom() 4838 for (const User *U : Op0->users()) { in swapMayExposeCSEOpportunities() 4870 for (const User *U : DI->users()) { in dominatesAllUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 840 for (auto *U : LI->getPointerOperand()->users()) in reportMayClobberedLoad() 1446 for (User *U : V->users()) in hasUsersIn()
|
H A D | GVNHoist.cpp | 940 for (User *U : NewMemAcc->users()) in raMPHIuw()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 283 /* We do not touch skb here, so prefetch skb->users location in mlx4_en_free_tx_desc() 286 prefetchw(&skb->users); in mlx4_en_free_tx_desc()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | outqueue.c | 1087 pr_debug("%s: outq:%p, chunk:%p[%s], tx-tsn:0x%x skb->head:%p skb->users:%d\n", in sctp_outq_flush_data() 1092 refcount_read(&chunk->skb->users) : -1); in sctp_outq_flush_data()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 1397 __u16 users; member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | user_namespace.c | 1330 if (current->fs->users != 1) in userns_install()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv6.c | 364 refcount_inc(&skb->users); in dccp_v6_conn_request()
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 1413 __u16 users; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 288 /* We do not touch skb here, so prefetch skb->users location in mlx4_en_free_tx_desc() 291 prefetchw(&skb->users); in mlx4_en_free_tx_desc()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | user_namespace.c | 1351 if (current->fs->users != 1) in userns_install()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv6.c | 375 refcount_inc(&skb->users); in dccp_v6_conn_request()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | outqueue.c | 1103 pr_debug("%s: outq:%p, chunk:%p[%s], tx-tsn:0x%x skb->head:%p skb->users:%d\n", in sctp_outq_flush_data() 1108 refcount_read(&chunk->skb->users) : -1); in sctp_outq_flush_data()
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 66 # version of fedabipkgdiff, I'll make it configurable by users. 541 associated to 'rpm' and users want to get the one which name
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1128 // Mark MemoryPhi users of What not to be optimized. in moveTo() 1129 for (auto *U : What->users()) in moveTo() 1133 // Replace all our users with our defining access. in moveTo() 1145 // Clear dangling pointers. We added all MemoryPhi users, but not all in moveTo() 1302 // Reset optimized on users of this store, and reset the uses. in removeMemoryAccess() 1307 // flags on users of phi nodes if doing the below makes a phi node have all in removeMemoryAccess() 1308 // the same arguments. Instead, we prefer users to removeMemoryAccess those in removeMemoryAccess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 888 for (const User *U : I.users()) { in shouldConsiderAddressTypePromotion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 1574 for (auto *U : F.users()) {
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 13 * David Hinds <dahinds@users.sourceforge.net> 1316 * Typically, users of these auto-enslaving devices in dev_change_name() 2266 refcount_inc(&skb->users); in deliver_skb() 3105 if (likely(refcount_read(&skb->users) == 1)) { in __dev_kfree_skb_irq() 3107 refcount_set(&skb->users, 0); in __dev_kfree_skb_irq() 3108 } else if (likely(!refcount_dec_and_test(&skb->users))) { in __dev_kfree_skb_irq() 4921 WARN_ON(refcount_read(&skb->users)); in net_tx_action() 6955 /* private field for the users */ 10125 * because users of this 'device' dont need to change in init_dummy_netdev()
|
H A D | skbuff.c | 229 refcount_set(&skb->users, 1); in __alloc_skb() 275 refcount_set(&skb->users, 1); in __build_skb_around() 1012 refcount_set(&n->users, 1); in __skb_clone()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 13 * David Hinds <dahinds@users.sourceforge.net> 779 /* Deprecated for new users, call netdev_get_by_name() instead */ 866 /* Deprecated for new users, call netdev_get_by_index() instead */ 2232 refcount_inc(&skb->users); in deliver_skb() 3177 if (likely(refcount_read(&skb->users) == 1)) { in dev_kfree_skb_irq_reason() 3179 refcount_set(&skb->users, 0); in dev_kfree_skb_irq_reason() 3180 } else if (likely(!refcount_dec_and_test(&skb->users))) { in dev_kfree_skb_irq_reason() 5163 WARN_ON(refcount_read(&skb->users)); in net_tx_action() 6802 /* private field for the users */ 10327 * because users o in init_dummy_netdev() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 3398 std::vector<std::string> users; in HWTEST_F() local 3399 EXPECT_EQ(kvStoreObj.GetCompensatedSyncQuery(syncQuery, users), E_OK); in HWTEST_F()
|