| /src/contrib/libdiff/test/ |
| H A D | expect021.diff | 42 * because we assert that only one ccb per WU will ever be active. 115 -sr_crypto_wu_get(struct sr_workunit *wu, int encrypt) 116 +sr_crypto_prepare(struct sr_workunit *wu, int encrypt) 118 struct scsi_xfer *xs = wu->swu_xs; 119 struct sr_discipline *sd = wu->swu_dis; 127 - DNPRINTF(SR_D_DIS, "%s: sr_crypto_wu_get wu: %p encrypt: %d\n", 128 + DNPRINTF(SR_D_DIS, "%s: sr_crypto_prepare wu %p encrypt %d\n", 129 DEVNAME(sd->sd_sc), wu, encrypt); 138 + crwu = (struct sr_crypto_wu *)wu; 155 + blkno = wu->swu_blk_start; [all …]
|
| H A D | test122.right-P.txt | 59 * to start failing when memory pressure kicks in. We can store this in the WU 60 * because we assert that only one ccb per WU will ever be active. 252 sr_crypto_prepare(struct sr_workunit *wu, int encrypt) 254 struct scsi_xfer *xs = wu->swu_xs; 255 struct sr_discipline *sd = wu->swu_dis; 262 DNPRINTF(SR_D_DIS, "%s: sr_crypto_prepare wu %p encrypt %d\n", 263 DEVNAME(sd->sd_sc), wu, encrypt); 265 crwu = (struct sr_crypto_wu *)wu; 274 blkno = wu->swu_blk_start; 914 struct sr_workunit *wu; [all …]
|
| H A D | test021.right.txt | 59 * to start failing when memory pressure kicks in. We can store this in the WU 60 * because we assert that only one ccb per WU will ever be active. 252 sr_crypto_prepare(struct sr_workunit *wu, int encrypt) 254 struct scsi_xfer *xs = wu->swu_xs; 255 struct sr_discipline *sd = wu->swu_dis; 262 DNPRINTF(SR_D_DIS, "%s: sr_crypto_prepare wu %p encrypt %d\n", 263 DEVNAME(sd->sd_sc), wu, encrypt); 265 crwu = (struct sr_crypto_wu *)wu; 274 blkno = wu->swu_blk_start; 914 struct sr_workunit *wu; [all …]
|
| H A D | test122.left-P.txt | 62 * to start failing when memory pressure kicks in. We can store this in the WU 63 * because we assert that only one ccb per WU will ever be active. 252 sr_crypto_wu_get(struct sr_workunit *wu, int encrypt) 254 struct scsi_xfer *xs = wu->swu_xs; 255 struct sr_discipline *sd = wu->swu_dis; 262 DNPRINTF(SR_D_DIS, "%s: sr_crypto_wu_get wu %p encrypt %d\n", 263 DEVNAME(sd->sd_sc), wu, encrypt); 280 blk = wu->swu_blk_start; 321 crwu->cr_wu = wu; 330 struct sr_workunit *wu = crwu->cr_wu; [all …]
|
| H A D | test117.right-P.txt | 252 sr_crypto_prepare(struct sr_workunit *wu, int encrypt) 254 struct scsi_xfer *xs = wu->swu_xs; 255 struct sr_discipline *sd = wu->swu_dis; 262 DNPRINTF(SR_D_DIS, "%s: sr_crypto_prepare wu %p encrypt %d\n", 263 DEVNAME(sd->sd_sc), wu, encrypt); 265 crwu = (struct sr_crypto_wu *)wu; 274 blkno = wu->swu_blk_start; 914 struct sr_workunit *wu; 957 TAILQ_FOREACH(wu, &sd->sd_wu, swu_next) { 958 crwu = (struct sr_crypto_wu *)wu; [all …]
|
| H A D | test117.left-P.txt | 238 sr_crypto_prepare(struct sr_workunit *wu, int encrypt) 240 struct scsi_xfer *xs = wu->swu_xs; 241 struct sr_discipline *sd = wu->swu_dis; 248 DNPRINTF(SR_D_DIS, "%s: sr_crypto_prepare wu %p encrypt %d\n", 249 DEVNAME(sd->sd_sc), wu, encrypt); 251 crwu = (struct sr_crypto_wu *)wu; 260 blkno = wu->swu_blk_start; 900 struct sr_workunit *wu; 943 TAILQ_FOREACH(wu, &sd->sd_wu, swu_next) { 944 crwu = (struct sr_crypto_wu *)wu; [all …]
|
| H A D | test021.left.txt | 61 * to start failing when memory pressure kicks in. We can store this in the WU 62 * because we assert that only one ccb per WU will ever be active. 251 sr_crypto_wu_get(struct sr_workunit *wu, int encrypt) 253 struct scsi_xfer *xs = wu->swu_xs; 254 struct sr_discipline *sd = wu->swu_dis; 261 DNPRINTF(SR_D_DIS, "%s: sr_crypto_wu_get wu: %p encrypt: %d\n", 262 DEVNAME(sd->sd_sc), wu, encrypt); 334 crwu->cr_wu = wu; 350 struct sr_workunit *wu = crwu->cr_wu; 351 struct sr_discipline *sd = wu->swu_dis; [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 84 if (WeakTrackingVH WU = WUsers.pop_back_val()) { in replaceConstantExprOp() local 85 if (PHINode *PN = dyn_cast<PHINode>(WU)) { in replaceConstantExprOp() 97 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp() 102 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() 119 if (WeakTrackingVH WU = WUsers.pop_back_val()) { in rewriteNonInstructionUses() local 120 ConstantExpr *CE = dyn_cast<ConstantExpr>(WU); in rewriteNonInstructionUses()
|
| /src/sys/contrib/device-tree/Bindings/iio/accel/ |
| H A D | lis302.txt | 37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition 38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition 43 - st,wu-duration-1: duration register for Free-Fall/Wake-Up 45 - st,wu-duration-2: duration register for Free-Fall/Wake-Up
|
| /src/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | sama5d36.dtsi | 6 * 2013 Josh Wu <josh.wu@atmel.com>
|
| H A D | sama5d36ek.dts | 6 * 2013 Josh Wu <josh.wu@atmel.com>
|
| /src/sys/contrib/device-tree/include/dt-bindings/memory/ |
| H A D | mtk-memory-port.h | 4 * Author: Yong Wu <yong.wu@mediatek.com>
|
| H A D | mt2712-larb-port.h | 4 * Author: Yong Wu <yong.wu@mediatek.com>
|
| H A D | mediatek,mt8365-larb-port.h | 4 * Author: Yong Wu <yong.wu@mediatek.com>
|
| /src/sys/contrib/device-tree/Bindings/clock/ |
| H A D | starfive,jh7110-pll.yaml | 18 - Xingyu Wu <xingyu.wu@starfivetech.com>
|
| H A D | starfive,jh7110-stgcrg.yaml | 10 - Xingyu Wu <xingyu.wu@starfivetech.com>
|
| H A D | starfive,jh7110-ispcrg.yaml | 10 - Xingyu Wu <xingyu.wu@starfivetech.com>
|
| H A D | starfive,jh7110-voutcrg.yaml | 10 - Xingyu Wu <xingyu.wu@starfivetech.com>
|
| /src/sys/contrib/device-tree/Bindings/serial/ |
| H A D | lantiq,asc.yaml | 11 - Songjun Wu <songjun.wu@linux.intel.com>
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | mt8195-mt6359-rt1011-rt5682.yaml | 10 - Trevor Wu <trevor.wu@mediatek.com>
|
| H A D | mt8195-mt6359-rt1019-rt5682.yaml | 10 - Trevor Wu <trevor.wu@mediatek.com>
|
| H A D | mediatek,mt8173-afe-pcm.yaml | 10 - Trevor Wu <trevor.wu@mediatek.com>
|
| H A D | mediatek,mt8188-mt6359.yaml | 10 - Trevor Wu <trevor.wu@mediatek.com>
|
| /src/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | starfive,jh7100-wdt.yaml | 10 - Xingyu Wu <xingyu.wu@starfivetech.com>
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 151 const WorkListUnit &WU = WList->dequeue(); in ExecuteWorkList() local 154 setBlockCounter(WU.getBlockCounter()); in ExecuteWorkList() 157 ExplodedNode *Node = WU.getNode(); in ExecuteWorkList() 159 dispatchWorkItem(Node, Node->getLocation(), WU); in ExecuteWorkList() 183 const WorkListUnit& WU) { in dispatchWorkItem() argument 210 dispatchWorkItem(Pred, PNode->getLocation(), WU); in dispatchWorkItem() 220 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred); in dispatchWorkItem()
|