Home
last modified time | relevance | path

Searched defs:nsc_rmlock_t (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_rmspin.h43 } nsc_rmlock_t; typedef
/titanic_52/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h118 void nsc_rm_lock_dealloc(nsc_rmlock_t *) { } in nsc_rm_lock_dealloc() argument
119 int nsc_rm_lock(nsc_rmlock_t *) { } in nsc_rm_lock() argument
120 void nsc_rm_unlock(nsc_rmlock_t *) { } in nsc_rm_unlock() argument
H A Dnsctl.h354 typedef struct nsc_rmlock_s { int x; } nsc_rmlock_t; typedef