Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_npc.h303 uint8_t ltype; member
390 uint32_t ltype : 4; member
397 uint16_t ltype : 4; member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c608 zfsctl_relock_dot(vnode_t *dvp, int ltype) in zfsctl_relock_dot() argument
611 if (ltype != VOP_ISLOCKED(dvp)) { in zfsctl_relock_dot()
612 if (ltype == LK_EXCLUSIVE) in zfsctl_relock_dot()
H A Dzfs_vnops_os.c700 int ltype; in zfs_lookup_lock() local
708 ltype = lkflags & LK_TYPE_MASK; in zfs_lookup_lock()
709 if (ltype != VOP_ISLOCKED(dvp)) { in zfs_lookup_lock()
710 if (ltype == LK_EXCLUSIVE) in zfs_lookup_lock()
881 int ltype; in zfs_lookup() local
884 ltype = VOP_ISLOCKED(dvp); in zfs_lookup()
897 vn_lock(dvp, ltype | LK_RETRY); in zfs_lookup()
5724 int ltype; in zfs_vptocnp() local
5761 ltype = VOP_ISLOCKED(vp); in zfs_vptocnp()
5778 vn_lock(vp, ltype | LK_RETRY); in zfs_vptocnp()
/f-stack/freebsd/kern/
H A Dvfs_vnops.c2251 int ltype, error; in vn_vget_ino_gen() local
2255 ltype = VOP_ISLOCKED(vp); in vn_vget_ino_gen()
2256 KASSERT(ltype == LK_EXCLUSIVE || ltype == LK_SHARED, in vn_vget_ino_gen()
2263 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen()
2276 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen()
H A Dvfs_cache.c1694 int ltype; in cache_lookup_dot() local
1708 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in cache_lookup_dot()
1709 if (ltype != VOP_ISLOCKED(*vpp)) { in cache_lookup_dot()
1710 if (ltype == LK_EXCLUSIVE) { in cache_lookup_dot()
1732 int error, ltype; in cache_lookup_dotdot() local
1770 ltype = VOP_ISLOCKED(dvp); in cache_lookup_dotdot()
1775 vn_lock(dvp, ltype | LK_RETRY); in cache_lookup_dotdot()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c16516 char buf[PTYPE_NAMESIZE], ltype[LTYPE_NAMESIZE]; in cmd_show_port_supported_ptypes_parsed() local
16530 strlcpy(ltype, "L2", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed()
16533 strlcpy(ltype, "L3", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed()
16536 strlcpy(ltype, "L4", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed()
16539 strlcpy(ltype, "Tunnel", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed()
16542 strlcpy(ltype, "Inner L2", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed()
16545 strlcpy(ltype, "Inner L3", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed()
16548 strlcpy(ltype, "Inner L4", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed()
16559 printf("Supported %s ptypes:\n", ltype); in cmd_show_port_supported_ptypes_parsed()
16561 printf("%s ptypes unsupported\n", ltype); in cmd_show_port_supported_ptypes_parsed()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5063 zfs_deleg_who_type_t ltype = l->who_perm.who_type; in who_perm_compare() local
5065 int lweight = who_type2weight(ltype); in who_perm_compare()