/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()
|
H A D | rc-main.c | 981 if (!rdev->users++ && rdev->open) in rc_open() 985 rdev->users--; in rc_open() 1005 if (!--rdev->users && rdev->close && rdev->registered) in rc_close() 2027 if (dev->users && dev->close) in rc_unregister_device()
|
/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()
|
H A D | rc-main.c | 982 if (!rdev->users++ && rdev->open) in rc_open() 986 rdev->users--; in rc_open() 1006 if (!--rdev->users && rdev->close && rdev->registered) in rc_close() 2028 if (dev->users && dev->close) in rc_unregister_device()
|
/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
|
/kernel/linux/linux-6.6/net/core/ |
H A D | netpoll.c | 277 refcount_set(&skb->users, 1); in zap_completion_queue() 309 refcount_set(&skb->users, 1); in find_skb()
|
/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 209 /// users of a lowered instruction, if shape information is available and 320 /// Propagate the shape information of instructions to their users. 328 // operand shapes. Add the shape for this and then add users to the work in propagateShapeForward() 377 for (auto *User : Inst->users()) in propagateShapeForward() 450 // worklist, we use their users as seeds for the next round of forward in propagateShapeBackward() 453 for (User *U : WorkList[I]->users()) in propagateShapeBackward() 682 /// users with shape information, there's nothing to do: the will use the 683 /// cached value when they are lowered. For other users, \p Matrix is
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 301 // Make phi node users appear last in the incoming block in convertUsesToDFSOrdered() 560 if (IF->users().empty()) in materializeStack() 572 if (IF->users().empty()) in materializeStack()
|
H A D | PromoteMemoryToRegister.cpp | 70 for (const User *U : AI->users()) { in isAllocaPromotable() 326 // The only users of this bitcast/GEP instruction are lifetime intrinsics. in removeLifetimeIntrinsicUsers() 458 for (User *U : AI->users()) in promoteSingleBlockAlloca() 664 // tree. Just delete the users now. in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 389 /// Check that the instruction has outside loop users and is not an 393 // Reductions, Inductions and non-header phis are allowed to have exit users. All in hasOutsideLoopUser() 394 // other instructions must not have external users. in hasOutsideLoopUser() 396 // Check that all of the users of the loop are inside the BB. in hasOutsideLoopUser() 397 for (User *U : Inst->users()) { in hasOutsideLoopUser() 530 // back into the PHI node may have external users. in addInductionPhi() 783 // Reduction instructions are allowed to have exit users. in canVectorizeInstrs() 784 // All other instructions must not have external users. in canVectorizeInstrs() 819 // the latch) to check if it dominates all users of the recurrence. Bail out in canVectorizeInstrs() 1215 // TODO: handle non-reduction outside users whe in prepareToFoldTailByMasking() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 713 for (User *U : SetjmpF->users()) { in runOnModule() 910 for (User *U : SetjmpF->users()) { in runSjLjOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 226 for (User *U : MDV->users()) in mergeInlinedArrayAllocas() 342 for (User *U : Caller->users()) { in shouldBeDeferred() 816 // If the only remaining users of the function are dead constants, remove
|
H A D | MergeFunctions.cpp | 584 LLVM_DEBUG(dbgs() << " Processing alloca users: "); in filterInstsUnrelatedToPDI() 586 for (User *U : AI->users()) { in filterInstsUnrelatedToPDI() 951 for (User *U : V->users()) in removeUsers()
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | fastrpc.c | 214 struct list_head users; member 1252 list_add_tail(&fl->user, &cctx->users); in fastrpc_device_open() 1664 INIT_LIST_HEAD(&data->users); in fastrpc_rpmsg_probe() 1694 list_for_each_entry(user, &cctx->users, user) in fastrpc_rpmsg_remove()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_net.c | 1597 if (dvbdev->users == 1 && dvbnet->exit == 1) { 1618 .users = 1, 1634 if (dvbnet->dvbdev->users < 1) 1636 dvbnet->dvbdev->users == 1);
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | melfas_mip4.c | 1259 if (ts->input->users) { in mip4_execute_fw_update() 1279 if (ts->input->users) in mip4_execute_fw_update() 1542 else if (input->users) in mip4_suspend() 1560 else if (input->users) in mip4_resume()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | core.c | 1100 kref_init(&p->users); in create_pinctrl() 1129 kref_get(&p->users); in pinctrl_get() 1185 struct pinctrl *p = container_of(kref, struct pinctrl, users); in pinctrl_release() 1196 kref_put(&p->users, pinctrl_release); in pinctrl_put()
|
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
H A D | vfio_pci.c | 65 MODULE_PARM_DESC(disable_denylist, "Disable use of device denylist. Disabling the denylist allows binding to devices with known errata that may lead to exploitable stability or security issues when accessed by untrusted users."); 549 pf_vdev->vf_token->users += val; in vfio_pci_vf_token_user_add() 550 WARN_ON(pf_vdev->vf_token->users < 0); in vfio_pci_vf_token_user_add() 1778 * VF users. If VFs are not in use, the VF token provided for the PF in vfio_pci_validate_vf_token() 1820 if (vdev->vf_token->users) { in vfio_pci_validate_vf_token() 1972 WARN_ON(vdev->vf_token->users); in vfio_pci_vf_uninit() 2018 * by the host or other users. We cannot capture the VFs if they in vfio_pci_probe() 2019 * already exist, nor can we track VF users. Disabling SR-IOV here in vfio_pci_probe()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_taprio.c | 86 refcount_t users; member 1136 refcount_set(&__offload->users, 1); in taprio_offload_alloc() 1149 refcount_inc(&__offload->users); in taprio_offload_get() 1162 if (!refcount_dec_and_test(&__offload->users)) in taprio_offload_free() 1171 * users looks at the right schedules.
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs.c | 1863 acl_state.users->aces[acl_state.users->n].uid = inode->i_uid; in ksmbd_vfs_set_init_posix_acl() 1864 acl_state.users->aces[acl_state.users->n++].perms.allow = in ksmbd_vfs_set_init_posix_acl()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | core.c | 1114 kref_init(&p->users); in create_pinctrl() 1143 kref_get(&p->users); in pinctrl_get() 1199 struct pinctrl *p = container_of(kref, struct pinctrl, users); in pinctrl_release() 1210 kref_put(&p->users, pinctrl_release); in pinctrl_put()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_net.c | 1597 if (dvbdev->users == 1 && dvbnet->exit == 1) { 1618 .users = 1, 1634 if (dvbnet->dvbdev->users < 1) 1636 dvbnet->dvbdev->users == 1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 624 for (const User *U : C->users()) in usedInGlobalVarDef() 649 for (const User *UU : U->users()) in usedInOneFunc() 683 for (const User *U : C->users()) { in useFuncSeen() 719 for (const User *U : F->users()) { in emitDeclarations()
|