Home
last modified time | relevance | path

Searched refs:lfh (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/fs/nfsclient/
HDnfs_clstate.c2451 struct nfscllockownerfhhead lfh; in nfscl_renewthread() local
2716 SLIST_INIT(&lfh); in nfscl_renewthread()
2724 nfscl_cleanupkext(clp, &lfh); in nfscl_renewthread()
2733 SLIST_FOREACH_SAFE(lfhp, &lfh, nfslfh_list, nlfhp) { in nfscl_renewthread()
2743 SLIST_INIT(&lfh); in nfscl_renewthread()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td326 def LFH : UnaryRXY<"lfh", 0xE3CA, load, GRH32, 4>,