Home
last modified time | relevance | path

Searched refs:users (Results 601 - 625 of 670) sorted by relevance

1...<<21222324252627

/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S5123 fmov.l %d0,%fpcr # restore users round mode,prec
5185 fmov.l %d0,%fpcr # restore users round mode,prec
5208 fmov.l %d0,%fpcr # restore users round mode,prec
5215 fmov.l %d0,%fpcr # restore users round mode,prec
5832 fmov.l %d0,%fpcr # restore users round mode,prec
5871 fmov.l %d0,%fpcr # restore users round mode,prec
5883 fmov.l %d0,%fpcr # restore users round mode,prec
6339 fmov.l %d0,%fpcr # restore users rnd mode,prec
6391 fmov.l %d0,%fpcr # restore users rnd mode,prec
6398 fmov.l %d0,%fpcr # restore users rn
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S5229 fmov.l %d0,%fpcr # restore users round mode,prec
5291 fmov.l %d0,%fpcr # restore users round mode,prec
5314 fmov.l %d0,%fpcr # restore users round mode,prec
5321 fmov.l %d0,%fpcr # restore users round mode,prec
5938 fmov.l %d0,%fpcr # restore users round mode,prec
5977 fmov.l %d0,%fpcr # restore users round mode,prec
5989 fmov.l %d0,%fpcr # restore users round mode,prec
6445 fmov.l %d0,%fpcr # restore users rnd mode,prec
6497 fmov.l %d0,%fpcr # restore users rnd mode,prec
6504 fmov.l %d0,%fpcr # restore users rn
[all...]
H A Dfplsp.S5123 fmov.l %d0,%fpcr # restore users round mode,prec
5185 fmov.l %d0,%fpcr # restore users round mode,prec
5208 fmov.l %d0,%fpcr # restore users round mode,prec
5215 fmov.l %d0,%fpcr # restore users round mode,prec
5832 fmov.l %d0,%fpcr # restore users round mode,prec
5871 fmov.l %d0,%fpcr # restore users round mode,prec
5883 fmov.l %d0,%fpcr # restore users round mode,prec
6339 fmov.l %d0,%fpcr # restore users rnd mode,prec
6391 fmov.l %d0,%fpcr # restore users rnd mode,prec
6398 fmov.l %d0,%fpcr # restore users rn
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene-core.c1449 chan->users = 0; in init_channel()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dsa_query.c1152 atomic_set(&client->users, 1); in ib_sa_register_client()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h910 atomic_t users; /* num users */ member
/kernel/linux/linux-5.10/fs/
H A Dexec.c1377 * Disable monitoring for regular users in begin_new_exec()
1580 if (p->fs->users > n_fs) in check_unsafe_exec()
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c846 refcount_inc(&skb->users); in tcp_v6_init_req()
/kernel/linux/linux-5.10/include/linux/
H A Dbpf.h704 refcount_t users; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c243 prefetchw(&tx_buf->skb->users); in ice_clean_tx_irq()
/kernel/linux/linux-6.6/fs/
H A Dexec.c1387 * Disable monitoring for regular users in begin_new_exec()
1597 if (p->fs->users > n_fs) in check_unsafe_exec()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h908 atomic_t users; /* num users */ member
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dsa_query.c1129 atomic_set(&client->users, 1); in ib_sa_register_client()
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene-core.c1449 chan->users = 0; in init_channel()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpcm.c1452 if (be->dpcm[dir].users == 1) in avs_component_hda_open()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1280 // Look for any users of the cmpxchg that are just comparing the loaded value in expandAtomicCmpXchg()
1283 for (auto User : CI->users()) { in expandAtomicCmpXchg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DFunction.cpp1466 for (const User *U : users()) in isDefTriviallyDead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp2032 for (auto *U : I->users())
H A DMemorySSA.cpp1216 // users with live on entry. in markUnreachableAsLiveOnEntry()
1508 // arguments or users of globals, where the memory they use is defined before in buildMemorySSA()
2065 assert(is_contained(Def->users(), Use) && in verifyUseInDefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1316 for (User* U : CArgVal->users()) { in fold_sincos()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c158 * Note: This will synchronize_rcu() to ensure no users when it returns.
353 refcount_set(&skb->users, 1); in __finalize_skb_around()
1446 refcount_set(&n->users, 1); in __skb_clone()
1585 /* there might be non MSG_ZEROCOPY users */ in msg_zerocopy_realloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1566 // The only checking we need to do now is that all users of all instructions in sinkLastInstruction()
2166 for (User *U : I.users()) { in BlockIsSimpleEnoughToThreadThrough()
5563 for (auto *User : PHI->users()) { in SwitchToLookupTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4286 for (User *U : TrampMem->users()) { in findInitTrampolineFromAlloca()
4598 for (User *U : II->users()) in transformConstExprCastCall()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa_gen5.c521 } else if (cyapa->operational && input && input->users && in cyapa_empty_pip_output_data()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110.c706 .users = 1,

Completed in 99 milliseconds

1...<<21222324252627