Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dparam.h131 #define PINOD 8 macro
/xnu-8792.61.2/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c240 msleep((caddr_t) &fdcache_lock, &fdesc_mtx, PINOD, "fdesc_allocvp", NULL); in fdesc_allocvp()
/xnu-8792.61.2/bsd/kern/
H A Ddecmpfs.c995 msleep((caddr_t)&decompress_channel, &decompress_channel_mtx, PINOD, "wait_for_decompress", NULL);
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_xattr.c947 msleep((caddr_t)&svp->v_parent, &svp->v_lock, PINOD | PDROP, in default_getnamedstream()