Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/uath/
H A Duath_var.h102 struct uath_cmd_lock { struct
209 struct uath_cmd_lock rlock;
210 struct uath_cmd_lock wlock;
H A Duath.c248 static void uath_cmd_lock_init(struct uath_cmd_lock *);
249 static void uath_cmd_lock_destroy(struct uath_cmd_lock *);
250 static int uath_cmd_lock_wait(struct uath_cmd_lock *, clock_t);
251 static void uath_cmd_lock_signal(struct uath_cmd_lock *);
1050 uath_cmd_lock_init(struct uath_cmd_lock *lock) in uath_cmd_lock_init()
1060 uath_cmd_lock_destroy(struct uath_cmd_lock *lock) in uath_cmd_lock_destroy()
1072 uath_cmd_lock_wait(struct uath_cmd_lock *lock, clock_t timeout) in uath_cmd_lock_wait()
1102 uath_cmd_lock_signal(struct uath_cmd_lock *lock) in uath_cmd_lock_signal()