Home
last modified time | relevance | path

Searched defs:lock_request (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hpt27xx/
H A Dldm.h108 struct lock_request { struct
110 struct lock_request *next; argument
111 struct list_head waiters; /* blocked commands */
112 struct tq_item callback;
113 int lock_cc;
/freebsd/sys/dev/hptnr/
H A Dldm.h108 struct lock_request { struct
110 struct lock_request *next; argument
111 struct list_head waiters; /* blocked commands */
112 struct tq_item callback;
113 int lock_cc;
/freebsd/sys/dev/hptrr/
H A Dldm.h107 struct lock_request { struct
109 struct lock_request *next; argument
110 struct list_head waiters; /* blocked commands */
111 struct tq_item callback;
112 int lock_cc;
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c323 lock_request(LOCKD_MSG *msg) in lock_request() function