Home
last modified time | relevance | path

Searched defs:WAKEUP (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h482 # define WAKEUP(id,x) { lock_t *_l = get_sleep_lock((caddr_t)id); \ macro
624 # define WAKEUP(id,x) wakeup(id+x) macro
707 # define WAKEUP(id,x) wakeup(id + x) macro
1077 # define WAKEUP(id,x) wakeup(id + x) macro
1123 # define WAKEUP(x,y) wake_up(x##_linux + y) macro
1312 # define WAKEUP(id,x) wakeup(id) macro
1473 # define WAKEUP(x,y) ; macro
1631 # define WAKEUP(id,x) wakeup(id+x) macro
/titanic_51/usr/src/cmd/init/
H A Dinit.c429 static union WAKEUP { union