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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h481 # define WAKEUP(id,x) { lock_t *_l = get_sleep_lock((caddr_t)id); \ macro
622 # define WAKEUP(id,x) wakeup(id+x) macro
709 # define WAKEUP(id,x) wakeup(id + x) macro
1113 # define WAKEUP(id,x) wakeup(id + x) macro
1163 # define WAKEUP(x,y) wake_up(x##_linux + y) macro
1355 # define WAKEUP(id,x) wakeup(id) macro
1520 # define WAKEUP(x,y) ; macro
1683 # define WAKEUP(id,x) wakeup(id+x) macro

Completed in 52 milliseconds