Home
last modified time | relevance | path

Searched refs:mchain (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c5853 lookup_method (tree mchain, tree method) in lookup_method() argument
5862 while (mchain) in lookup_method()
5864 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()
5865 return mchain; in lookup_method()
5867 mchain = DECL_CHAIN (mchain); in lookup_method()
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_vfsops.c1133 kmalloc_create_obj(&hmp->mchain, "HAMMER2-chains", in hammer2_vfs_mount()
1848 kmalloc_destroy_obj(&hmp->mchain); in hammer2_unmount_helper()
HDhammer2_chain.c209 chain = kmalloc_obj(sizeof(*chain), hmp->mchain, in hammer2_chain_alloc()
697 kfree_obj(chain, hmp->mchain); in hammer2_chain_lastdrop()
/dragonfly/sys/vfs/hammer2/
HDhammer2_vfsops.c1172 kmalloc_create_obj(&hmp->mchain, "HAMMER2-chains", in hammer2_vfs_mount()
1881 kmalloc_destroy_obj(&hmp->mchain); in hammer2_unmount_helper()
HDhammer2_chain.c203 chain = kmalloc_obj(sizeof(*chain), hmp->mchain, in hammer2_chain_alloc()
691 kfree_obj(chain, hmp->mchain); in hammer2_chain_lastdrop()
/dragonfly/sys/config/
HDLINT64241 # mchain library. It can be either loaded as KLD or compiled into kernel