Searched refs:mod_hold_by_modctl (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | modctl.h | 574 extern int mod_hold_by_modctl(modctl_t *, int);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modctl.c | 2951 /* we do mod_hold_by_modctl inline for speed */ 2973 if (mod_hold_by_modctl(mp, 3720 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_NOT_HELD); 3974 mod_hold_by_modctl(struct modctl *mp, int f) function 4061 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_HELD); 4124 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_HELD); 4152 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_HELD); 4344 (void) mod_hold_by_modctl(mp, 4396 (void) mod_hold_by_modctl(req,
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 183 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_NOT_HELD);
|
Completed in 117 milliseconds