Searched refs:DECR_COUNT (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_dir.c | 414 DECR_COUNT(&tp->tn_nlink, &tp->tn_tlock); in tdirenter() 529 DECR_COUNT(&tp->tn_nlink, &tp->tn_tlock); in tdirdelete() 648 DECR_COUNT(&tp->tn_nlink, &tp->tn_tlock); in tdirtrunc() 831 DECR_COUNT(&to->tn_nlink, &to->tn_tlock); in tdirrename()
|
H A D | tmp_vfsops.c | 452 DECR_COUNT(&tnp->tn_nlink, &tnp->tn_tlock); in tmp_unmount()
|
H A D | tmp_vnops.c | 1706 DECR_COUNT(&xtp->tn_nlink, &xtp->tn_tlock); in tmp_inactive()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 330 #define DECR_COUNT(var, mutex) mutex_enter(mutex), (*(var))--, mutex_exit(mutex) macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | fork.c | 1261 DECR_COUNT(&fork_fail_pending, &pidlock); in getproc()
|