HomeSort by relevance Sort by last modified time
    Searched refs:pad_lock (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_mem.c 191 mutex_init(&pad->pad_lock, NULL, MUTEX_DEFAULT, NULL);
202 mutex_destroy(&pad->pad_lock);
audit_start.c 164 * p_crlock and pad_lock for the process are acquired here. Caller is
190 mutex_enter(&pad->pad_lock);
195 mutex_enter(&pad->pad_lock);
224 mutex_exit(&pad->pad_lock);
audit.c 109 mutex_enter(&opad->pad_lock); /* lock opad structure during copy */
113 mutex_exit(&opad->pad_lock); /* current proc will keep cwrd open */
366 mutex_enter(&pad->pad_lock);
378 mutex_exit(&pad->pad_lock);
    [all...]
audit_syscalls.c 1240 mutex_enter(&(pad->pad_lock));
1243 mutex_exit(&(pad->pad_lock));
1270 mutex_enter(&(pad->pad_lock));
1273 mutex_exit(&(pad->pad_lock));
    [all...]
audit_kernel.h 143 * The pad_lock is constructed in the kmem_cache; the rest is combined
149 kmutex_t pad_lock; /* lock pad data during changes */ member in struct:p_audit_data
  /onnv/onnv-gate/usr/src/lib/libc/inc/
thr_uberdata.h 742 mutex_t pad_lock; member in struct:__anon25
750 mutex_t pad_lock; member in struct:__anon26
907 #define link_lock _link_lock.pad_lock
908 #define ld_lock _ld_lock.pad_lock
909 #define fork_lock _fork_lock.pad_lock
910 #define atfork_lock _atfork_lock.pad_lock
911 #define callout_lock _callout_lock.pad_lock
912 #define tdb_hash_lock _tdb_hash_lock.pad_lock
    [all...]

Completed in 4739 milliseconds