| /freebsd/sys/fs/nullfs/ |
| H A D | null_vnops.c | 205 null_copy_inotify(struct vnode *vp, struct vnode *lvp, short flag) in null_copy_inotify() argument 208 if (__predict_false((vn_irflag_read(lvp) & flag) == 0)) in null_copy_inotify() 210 } else if ((vn_irflag_read(lvp) & flag) != 0) { in null_copy_inotify() 247 struct vnode *lvp; in null_bypass() local 329 lvp = *(vps_p[i]); in null_bypass() 332 * Get rid of the transient hold on lvp. Copy inotify in null_bypass() 343 if (lvp != NULL) { in null_bypass() 344 null_copy_inotify(old_vps[i], lvp, in null_bypass() 346 null_copy_inotify(old_vps[i], lvp, in null_bypass() 348 if (VOP_ISLOCKED(lvp) == LK_EXCLUSIVE && in null_bypass() [all …]
|
| H A D | null_subr.c | 341 panic ("null with unref'ed lowervp, vp %p lvp %p", in null_checkvp()
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_vnops.c | 98 struct vnode *dvp, *udvp, *ldvp, *vp, *uvp, *lvp, *dtmpvp; in unionfs_lookup() local 117 vp = uvp = lvp = NULL; in unionfs_lookup() 240 lerror = VOP_LOOKUP(ldvp, &lvp, &lcn); in unionfs_lookup() 243 if (lvp != NULL) in unionfs_lookup() 244 VOP_UNLOCK(lvp); in unionfs_lookup() 253 if (ldvp == lvp) { /* is dot */ in unionfs_lookup() 254 vrele(lvp); in unionfs_lookup() 259 } else if (lvp != NULL) in unionfs_lookup() 260 VOP_UNLOCK(lvp); in unionfs_lookup() 291 if (lvp != NULL) in unionfs_lookup() [all …]
|
| H A D | union_subr.c | 180 unionfs_get_cached_vnode(struct vnode *uvp, struct vnode *lvp, in unionfs_get_cached_vnode() argument 189 else if (lvp != NULL) in unionfs_get_cached_vnode() 190 vp = unionfs_get_cached_vnode_locked(lvp, dvp); in unionfs_get_cached_vnode() 463 struct vnode *lvp; in unionfs_noderem() local 484 lvp = unp->un_lowervp; in unionfs_noderem() 499 if (uvp != NULL && lvp != NULL && (vp->v_vflag & VV_ROOT) == 0) { in unionfs_noderem() 500 vn_lock_pair(uvp, true, LK_EXCLUSIVE, lvp, false, LK_EXCLUSIVE); in unionfs_noderem() 549 vput(lvp); in unionfs_noderem() 550 else if (lvp != NULL) in unionfs_noderem() 551 vrele(lvp); in unionfs_noderem() [all …]
|
| H A D | union_vfsops.c | 478 UNIONFSDEBUG("unionfs_statfs(mp = %p, lvp = %p, uvp = %p)\n", in unionfs_statfs()
|
| /freebsd/bin/sh/ |
| H A D | var.c | 747 struct localvar *lvp; in mklocal() local 752 lvp = ckmalloc(sizeof (struct localvar)); in mklocal() 754 lvp->text = ckmalloc(sizeof optval); in mklocal() 755 memcpy(lvp->text, optval, sizeof optval); in mklocal() 765 lvp->text = NULL; in mklocal() 766 lvp->flags = VUNSET; in mklocal() 768 lvp->text = vp->text; in mklocal() 769 lvp->flags = vp->flags; in mklocal() 775 lvp->vp = vp; in mklocal() 776 lvp->next = localvars; in mklocal() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 375 LiveVariablePrinter &LVP, in printSourceLine() argument 424 printLines(OS, LineInfo, Delimiter, LVP); in printSourceLine() 426 printSources(OS, LineInfo, ObjectFilename, Delimiter, LVP); in printSourceLine() 432 LiveVariablePrinter &LVP) { in printLines() argument 447 LVP.printBetweenInsts(OS, true); in printLines() 482 LiveVariablePrinter &LVP) { in printSources() argument 491 LVP.printBetweenInsts(OS, true); in printSources()
|
| H A D | SourcePrinter.h | 148 StringRef Delimiter, LiveVariablePrinter &LVP); 152 LiveVariablePrinter &LVP); 165 LiveVariablePrinter &LVP,
|
| H A D | llvm-objdump.cpp | 657 LiveVariablePrinter &LVP) { in printBTFRelocation() argument 668 LVP.printAfterOtherLine(FOS, true); in printBTFRelocation() 679 LiveVariablePrinter &LVP) { in printInst() argument 681 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst() 682 LVP.printBetweenInsts(OS, false); in printInst() 718 LiveVariablePrinter &LVP) override { in printInst() argument 720 SP->printSourceLine(OS, Address, ObjectFilename, LVP, ""); in printInst() 757 SP->printSourceLine(OS, Address, ObjectFilename, LVP, ""); in printInst() 788 LiveVariablePrinter &LVP) override { in printInst() argument 790 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-ktd2692.txt | 8 Flash timeout, LVP(low voltage protection).
|
| H A D | kinetic,ktd2692.yaml | 18 Flash timeout, LVP(low voltage protection).
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 9452 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, LVL, CM, IAI, PSE, Hints, in processLoopInVPlanNativePath() local 9461 const VectorizationFactor VF = LVP.planInVPlanNativePath(UserVF); in processLoopInVPlanNativePath() 9469 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath() 9480 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath() 9803 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, &LVL, CM, IAI, PSE, Hints, in processLoop() local 9811 std::optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF, UserIC); in processLoop() 9944 UseLegacyCostModel ? LVP.getBestPlanFor(VF.Width) : LVP.getBestPlan(); in processLoop() 9947 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop() 9960 LVP.selectEpilogueVectorizationFactor(VF.Width, IC); in processLoop() 9971 LVP.getBestPlanFor(EPI.MainLoopVF).duplicate()); in processLoop() [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-sflow.c | 153 { SFLOW_FLOW_EXTENDED_MPLS_LVP_FEC, "Extended MPLS LVP FEC"},
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 13781 struct vnode *lvp, *mvp; in softdep_request_cleanup_flush() local 13786 MNT_VNODE_FOREACH_ALL(lvp, mp, mvp) { in softdep_request_cleanup_flush() 13787 if (TAILQ_FIRST(&lvp->v_bufobj.bo_dirty.bv_hd) == 0) { in softdep_request_cleanup_flush() 13788 VI_UNLOCK(lvp); in softdep_request_cleanup_flush() 13791 if (vget(lvp, LK_EXCLUSIVE | LK_INTERLOCK | LK_NOWAIT) != 0) { in softdep_request_cleanup_flush() 13795 if (lvp->v_vflag & VV_NOSYNC) { /* unlinked */ in softdep_request_cleanup_flush() 13796 vput(lvp); in softdep_request_cleanup_flush() 13799 (void) ffs_syncvnode(lvp, MNT_NOWAIT, 0); in softdep_request_cleanup_flush() 13800 vput(lvp); in softdep_request_cleanup_flush() 13802 lvp = ump->um_devvp; in softdep_request_cleanup_flush() [all …]
|
| /freebsd/sys/kern/ |
| H A D | vfs_bio.c | 3573 flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target, in flushbufqueues() argument 3613 if (bp->b_qindex == QUEUE_SENTINEL || (lvp != NULL && in flushbufqueues() 3614 bp->b_vp != lvp)) { in flushbufqueues() 3662 if (lvp == NULL) { in flushbufqueues()
|