Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dparam.h131 #define PINOD 8 macro
/xnu-8020.101.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c235 msleep((caddr_t) &fdcache_lock, &fdesc_mtx, PINOD, "fdesc_allocvp", NULL); in fdesc_allocvp()
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_node.c246 msleep(np, &nfs_node_hash_mutex, PDROP | PINOD, "nfs_nget", NULL); in nfs_nget()
840 msleep(np, &nfs_node_hash_mutex, PINOD, "nfs_inactive", NULL); in nfs_vnop_inactive()
H A Dnfs_vnops.c4480 msleep(np, &nfs_node_hash_mutex, PINOD, "nfs_remove", NULL); in nfs_vnop_remove()
4758 msleep(tnp, &nfs_node_hash_mutex, PINOD, "nfs_rename", NULL); in nfs_vnop_rename()
/xnu-8020.101.4/bsd/kern/
H A Ddecmpfs.c995 msleep((caddr_t)&decompress_channel, &decompress_channel_mtx, PINOD, "wait_for_decompress", NULL);
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_xattr.c948 msleep((caddr_t)&svp->v_parent, &svp->v_lock, PINOD | PDROP, in default_getnamedstream()