1 /* Copyright (c) 2015 Google Inc.
2 * Barret Rhoden <brho@cs.berkeley.edu>
3 * See LICENSE for details.
5 * Coalescing Event Queue: encapuslates the essence of epoll/kqueue in shared
6 * memory: a dense array of sticky status bits.
8 * Kernel side (producer) */
15 void send_ceq_msg(struct ceq *ceq, struct proc *p, struct event_msg *msg);