Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dacctctl.c78 mutex_enter(&info->ac_lock); in ac_state_set()
80 mutex_exit(&info->ac_lock); in ac_state_set()
90 mutex_enter(&info->ac_lock); in ac_state_get()
92 mutex_exit(&info->ac_lock); in ac_state_get()
95 mutex_exit(&info->ac_lock); in ac_state_get()
179 mutex_exit(&info->ac_lock); in ac_file_set()
242 mutex_enter(&info->ac_lock); in ac_file_set()
303 mutex_exit(&info->ac_lock); in ac_file_set()
329 mutex_exit(&info->ac_lock); in ac_file_get()
378 mutex_exit(&info->ac_lock); in ac_res_set()
[all …]
H A Dexacctsys.c84 mutex_enter(&ac_task->ac_lock); in getacct_task()
86 mutex_exit(&ac_task->ac_lock); in getacct_task()
89 mutex_exit(&ac_task->ac_lock); in getacct_task()
110 mutex_enter(&ac_proc->ac_lock); in getacct_proc()
112 mutex_exit(&ac_proc->ac_lock); in getacct_proc()
116 mutex_exit(&ac_proc->ac_lock); in getacct_proc()
230 mutex_enter(&ac_task->ac_lock); in wracct_task()
232 mutex_exit(&ac_task->ac_lock); in wracct_task()
235 mutex_exit(&ac_task->ac_lock); in wracct_task()
255 mutex_enter(&ac_proc->ac_lock); in wracct_proc()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c199 mutex_enter(&info->ac_lock); in exacct_vn_write()
205 mutex_exit(&info->ac_lock); in exacct_vn_write()
209 mutex_exit(&info->ac_lock); in exacct_vn_write()
641 mutex_enter(&ac_task->ac_lock); in exacct_assemble_task_usage()
643 mutex_exit(&ac_task->ac_lock); in exacct_assemble_task_usage()
647 mutex_exit(&ac_task->ac_lock); in exacct_assemble_task_usage()
1041 mutex_exit(&ac_proc->ac_lock); in exacct_assemble_proc_usage()
1359 mutex_enter(&ac_net->ac_lock); in exacct_assemble_net_usage()
1361 mutex_exit(&ac_net->ac_lock); in exacct_assemble_net_usage()
1365 mutex_exit(&ac_net->ac_lock); in exacct_assemble_net_usage()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dacctctl.h164 kmutex_t ac_lock; /* protects the structure */ member