Searched refs:PINOD (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h134 #define PINOD 8 macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c172 (void) msleep(cp, &hfsmp->hfs_chash_mutex, PDROP | PINOD,
323 (void) msleep(cp, &hfsmp->hfs_chash_mutex, PINOD,
H A Dhfs_btreeio.c642 PDROP | PINOD, "hfs_create_attr_btree", 0);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c238 msleep((caddr_t) &fdcache_lock, &fdesc_mtx, PINOD, "fdesc_allocvp", NULL);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c244 msleep(np, nfs_node_hash_mutex, PDROP | PINOD, "nfs_nget", NULL);
762 msleep(np, nfs_node_hash_mutex, PINOD, "nfs_inactive", NULL);
H A Dnfs_vnops.c3686 msleep(np, nfs_node_hash_mutex, PINOD, "nfs_remove", NULL);
3937 msleep(tnp, nfs_node_hash_mutex, PINOD, "nfs_rename", NULL);
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c850 msleep((caddr_t)&decompress_channel, decompress_channel_mtx, PINOD, "wait_for_decompress", NULL);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c874 msleep((caddr_t)&svp->v_parent, &svp->v_lock, PINOD | PDROP,

Completed in 39 milliseconds