Home
last modified time | relevance | path

Searched full:lvp (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/fs/unionfs/
H A Dunion_vnops.c83 struct vnode *dvp, *udvp, *ldvp, *vp, *uvp, *lvp, *dtmpvp; in unionfs_lookup() local
102 vp = uvp = lvp = NULLVP; in unionfs_lookup()
219 lerror = VOP_LOOKUP(ldvp, &lvp, &lcn); in unionfs_lookup()
222 if (lvp != NULLVP) in unionfs_lookup()
223 VOP_UNLOCK(lvp); in unionfs_lookup()
232 if (ldvp == lvp) { /* is dot */ in unionfs_lookup()
233 vrele(lvp); in unionfs_lookup()
238 } else if (lvp != NULLVP) in unionfs_lookup()
239 VOP_UNLOCK(lvp); in unionfs_lookup()
270 if (lvp != NULLVP) in unionfs_lookup()
[all …]
H A Dunion_subr.c180 unionfs_get_cached_vnode(struct vnode *uvp, struct vnode *lvp, in unionfs_get_cached_vnode() argument
189 else if (lvp != NULLVP) 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 != NULLVP && lvp != NULLVP && (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 != NULLVP) in unionfs_noderem()
551 vrele(lvp); in unionfs_noderem()
[all …]
H A Dunion_vfsops.c478 UNIONFSDEBUG("unionfs_statfs(mp = %p, lvp = %p, uvp = %p)\n", in unionfs_statfs()
/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c223 struct vnode *lvp; in null_bypass() local
305 lvp = *(vps_p[i]); in null_bypass()
308 * Get rid of the transient hold on lvp. in null_bypass()
316 if (lvp != NULLVP) { in null_bypass()
317 if (VOP_ISLOCKED(lvp) == LK_EXCLUSIVE && in null_bypass()
318 old_vps[i]->v_vnlock != lvp->v_vnlock) { in null_bypass()
319 VOP_UNLOCK(lvp); in null_bypass()
323 vdrop(lvp); in null_bypass()
361 struct vnode *lvp, *vp; in null_add_writecount() local
365 lvp in null_add_writecount()
389 struct vnode *vp, *ldvp, *lvp; null_lookup() local
628 struct vnode *lvp, *vp; null_remove() local
746 struct vnode *lvp; null_lock() local
818 struct vnode *lvp; null_unlock() local
841 struct vnode *lvp; null_want_recycle() local
969 struct vnode *lvp; null_vptofh() local
980 struct vnode *lvp, *ldvp; null_vptocnp() local
1024 struct vnode *lvp, *vp; null_read_pgcache() local
1046 struct vnode *lvp, *vp; null_advlock() local
1073 struct vnode *dvp, *ldvp, *lvp, *vp, *vp1, **vpp; null_vput_pair() local
[all...]
H A Dnull_subr.c303 panic ("null with unref'ed lowervp, vp %p lvp %p", in null_checkvp()
/freebsd/bin/sh/
H A Dvar.c747 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 DSourcePrinter.cpp375 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 DSourcePrinter.h148 StringRef Delimiter, LiveVariablePrinter &LVP);
152 LiveVariablePrinter &LVP);
165 LiveVariablePrinter &LVP,
H A Dllvm-objdump.cpp657 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 Dleds-ktd2692.txt8 Flash timeout, LVP(low voltage protection).
H A Dkinetic,ktd2692.yaml18 Flash timeout, LVP(low voltage protection).
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9452 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 Dprint-sflow.c153 { SFLOW_FLOW_EXTENDED_MPLS_LVP_FEC, "Extended MPLS LVP FEC"},
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c13781 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 Dvfs_bio.c3572 flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target, in flushbufqueues() argument
3612 if (bp->b_qindex == QUEUE_SENTINEL || (lvp != NULL && in flushbufqueues()
3613 bp->b_vp != lvp)) { in flushbufqueues()
3661 if (lvp == NULL) { in flushbufqueues()