Home
last modified time | relevance | path

Searched refs:h_sema (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/lockd/
Dhost.c142 init_MUTEX(&host->h_sema); in nlm_lookup_host()
175 down(&host->h_sema); in nlm_bind_host()
209 up(&host->h_sema); in nlm_bind_host()
214 up(&host->h_sema); in nlm_bind_host()
/linux-2.4.37.9/include/linux/lockd/
Dlockd.h56 struct semaphore h_sema; /* mutex for pmap binding */ member