Home
last modified time | relevance | path

Searched refs:DECR_COUNT (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c414 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 Dtmp_vfsops.c452 DECR_COUNT(&tnp->tn_nlink, &tnp->tn_tlock); in tmp_unmount()
H A Dtmp_vnops.c1706 DECR_COUNT(&xtp->tn_nlink, &xtp->tn_tlock); in tmp_inactive()
/titanic_44/usr/src/uts/common/sys/
H A Dsysmacros.h330 #define DECR_COUNT(var, mutex) mutex_enter(mutex), (*(var))--, mutex_exit(mutex) macro
/titanic_44/usr/src/uts/common/os/
H A Dfork.c1261 DECR_COUNT(&fork_fail_pending, &pidlock); in getproc()