/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_fsms.c | 221 refcount_dec(&skb->users); in ctcm_purge_skb_queue() 275 refcount_dec(&skb->users); in chx_txdone() 301 refcount_dec(&skb->users); in chx_txdone() 1246 refcount_dec(&skb->users); in ctcmpc_chx_txdone() 1296 refcount_dec(&skb->users); in ctcmpc_chx_txdone() 1785 refcount_inc(&skb->users); in ctcmpc_chx_send_sweep()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | pktgen.c | 3287 while (refcount_read(&(pkt_dev->skb->users)) != 1) { in pktgen_wait_for_skb() 3344 refcount_add(burst, &skb->users); in pktgen_xmit() 3352 if (refcount_read(&skb->users) != burst) { in pktgen_xmit() 3356 WARN_ON(refcount_sub_and_test(burst - 1, &skb->users)); in pktgen_xmit() 3370 refcount_inc(&pkt_dev->skb->users); in pktgen_xmit() 3410 refcount_add(burst, &pkt_dev->skb->users); in pktgen_xmit() 3436 refcount_dec(&(pkt_dev->skb->users)); in pktgen_xmit() 3440 WARN_ON(refcount_sub_and_test(burst, &pkt_dev->skb->users)); in pktgen_xmit()
|
H A D | netpoll.c | 277 refcount_set(&skb->users, 1); in zap_completion_queue() 309 refcount_set(&skb->users, 1); in find_skb()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swapfile.c | 527 si = container_of(ref, struct swap_info_struct, users); in swap_users_ref_free() 1272 if (!percpu_ref_tryget_live(&si->users)) in get_swap_device() 1275 * Guarantee the si->users are checked before accessing other in get_swap_device() 1293 percpu_ref_put(&si->users); in get_swap_device() 2257 * prevents users from writing to the swap device, which will corrupt memory. 2371 percpu_ref_resurrect(&p->users); in enable_swap_info() 2493 percpu_ref_kill(&p->users); in SYSCALL_DEFINE1() 2724 if (percpu_ref_init(&p->users, swap_users_ref_free, in alloc_swap_info() 2737 percpu_ref_exit(&p->users); in alloc_swap_info() 2764 percpu_ref_exit(&defer->users); in alloc_swap_info() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 3429 while (refcount_read(&(pkt_dev->skb->users)) != 1) { in pktgen_wait_for_skb() 3486 refcount_add(burst, &skb->users); in pktgen_xmit() 3494 if (refcount_read(&skb->users) != burst) { in pktgen_xmit() 3498 WARN_ON(refcount_sub_and_test(burst - 1, &skb->users)); in pktgen_xmit() 3512 refcount_inc(&pkt_dev->skb->users); in pktgen_xmit() 3552 refcount_add(burst, &pkt_dev->skb->users); in pktgen_xmit() 3578 refcount_dec(&(pkt_dev->skb->users)); in pktgen_xmit() 3582 WARN_ON(refcount_sub_and_test(burst, &pkt_dev->skb->users)); in pktgen_xmit()
|
H A D | netpoll.c | 277 refcount_set(&skb->users, 1); in zap_completion_queue() 309 refcount_set(&skb->users, 1); in find_skb()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algapi.c | 208 * unregistered instance cannot have any users, so treat in crypto_remove_spawns() 556 LIST_HEAD(users); in crypto_unregister_template() 565 int err = crypto_remove_alg(&inst->alg, &users); in crypto_unregister_template() 576 crypto_remove_final(&users); in crypto_unregister_template()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cyapa.c | 529 if (!input || !input->users) { in cyapa_enable_irq_for_cmd() 549 if (!input || !input->users) { in cyapa_disable_irq_for_cmd() 655 if (!input || !input->users) { in cyapa_reinitialize() 663 * in operational mode and input->users > 0. in cyapa_reinitialize() 1368 * users in use, so need check it before disable it to in cyapa_suspend()
|
/kernel/linux/linux-5.10/drivers/iio/accel/ |
H A D | bmc150-accel-core.c | 160 atomic_t users; member 459 if (atomic_inc_return(&intr->users) > 1) in bmc150_accel_set_interrupt() 462 if (atomic_dec_return(&intr->users) > 0) in bmc150_accel_set_interrupt()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 240 if (atomic_inc_return(&card->users) == 1) { in gelic_card_up() 258 if (atomic_dec_if_positive(&card->users) == 0) { in gelic_card_down() 1562 atomic_set(&card->users, 0); in gelic_alloc_card_net()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 240 if (atomic_inc_return(&card->users) == 1) { in gelic_card_up() 258 if (atomic_dec_if_positive(&card->users) == 0) { in gelic_card_down() 1564 atomic_set(&card->users, 0); in gelic_alloc_card_net()
|
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 906 Object users = info.prototype_users(); in RecordVirtualMapDetails() local 907 if (users.IsWeakFixedArray(cage_base())) { in RecordVirtualMapDetails() 908 RecordSimpleVirtualObjectStats(map, WeakArrayList::cast(users), in RecordVirtualMapDetails()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 663 // Check V's users to see if it is involved in a reduction in L. 665 for (Value *User : V->users()) { 894 // users are either reduction PHIs or PHIs outside the outer loop (which means 904 if (any_of(PHI.users(), [&Reductions, OuterL](User *U) { 1358 // latch of the new outer loop, and the only possible users can PHI nodes 1374 assert(all_of(P.users(), 1396 // If a PHI node has users outside of InnerExit, it has a use outside the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 787 // Make sure all the users of a vector are constant-index extracts. in collectInstructions() 788 if (isa<VectorType>(Ty) && !llvm::all_of(LI->users(), [](const User *U) { in collectInstructions() 834 if (isa<VectorType>(Ty) && !llvm::all_of(SI->users(), [](const User *U) { in collectInstructions() 1205 for (auto Use : Chain[I]->users()) { in vectorizeLoadChain() 1206 // All users of vector loads are ExtractElement instructions with in vectorizeLoadChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 1244 // users (function pointers, etc.) back to the original function. in ~FunctionCloner() 1272 if (F->users().empty()) in unswitchFunction() 1378 assert(Cloner.OrigFunc->users().empty() && in tryPartialInline() 1379 "F's users should all be replaced!"); in tryPartialInline() 1470 for (User *U : CurrFunc->users()) in run()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 571 int StorageProxy::GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, std::vector<std::string> &users) in GetCompensatedSyncQuery() argument 577 return store_->GetCompensatedSyncQuery(syncQuery, users); in GetCompensatedSyncQuery()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_cloud_kv_store.cpp | 579 std::vector<std::string> &users) in GetCompensatedSyncQuery() 621 users.push_back(user); in GetCompensatedSyncQuery() 578 GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, std::vector<std::string> &users) GetCompensatedSyncQuery() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | meta_data_test.cpp | 719 userMetaData.users = { userStatus };
in HWTEST_F() 721 userMetaData.users.emplace_back(userStatus);
in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | gpio_keys.c | 968 if (input->users) in gpio_keys_suspend() 986 if (input->users) in gpio_keys_resume()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | iqs5xx.c | 1020 if (input->users) in iqs5xx_suspend() 1039 if (input->users) in iqs5xx_resume()
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | cx231xx.h | 417 int users, shutdown; member 610 int users; /* user count for exclusive use */ member
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | nuvoton-cir.c | 1060 if (nvt->rdev->users) in nvt_suspend() 1080 if (nvt->rdev->users) in nvt_resume()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | nuvoton-cir.c | 1060 if (nvt->rdev->users) in nvt_suspend() 1080 if (nvt->rdev->users) in nvt_resume()
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | cx231xx.h | 417 int users, shutdown; member 608 int users; /* user count for exclusive use */ member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_sched.c | 917 struct ir3_instruction **users, unsigned users_count) in split_addr() 925 struct ir3_instruction *indirect = users[i]; in split_addr() 916 split_addr(struct ir3_sched_ctx *ctx, struct ir3_instruction **addr, struct ir3_instruction **users, unsigned users_count) split_addr() argument
|