Searched defs:lockit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c1467 meta_lockfs_common(mdname_t *fs, void **cookie, int lockit) argument
1515 (void) execl("/usr/sbin/lockfs", "lockfs", lockit ? "-w" : "-u",
/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c695 * If lockit is 1, kcage_get_pfn holds the
701 kcage_get_pfn(int lockit) argument
706 if (lockit && !rw_tryenter(&kcage_range_rwlock, RW_READER))
728 if (lockit)

Completed in 98 milliseconds