Searched refs:pending_event (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c137 struct pending_event { struct
138 struct pending_event *next;
146 static struct pending_event *pending_event_head;
147 static struct pending_event *pending_event_tail;
148 static struct pending_event *pending_event_avail;
150 static struct pending_event pending_event_prealloc[PENDING_EVENT_PREALLOC_LEN];
156 static void free_pending_event(struct pending_event *ev)
172 static int signal_event(struct pending_event *ev)
177 struct pending_event *ev1;
233 * Allocate a new pending_event structur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart.h85 u32 pending_event; member in struct:mixart_mgr
H A Dmixart_core.c204 mgr->pending_event = *msg_event;
208 mgr->pending_event = msg_frame_address;
544 if( (msg & ~MSG_TYPE_MASK) == mgr->pending_event ) {
546 mgr->pending_event = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c328 u_int32_t oldvers, pending_event, repflags, role; local
341 pending_event = DB_EVENT_NO_SUCH_EVENT;
545 pending_event = DB_EVENT_REP_MASTER;
656 * Set pending_event after calls that can fail.
658 pending_event = DB_EVENT_REP_CLIENT;
718 if (pending_event != DB_EVENT_NO_SUCH_EVENT)
719 __rep_fire_event(env, pending_event, NULL);

Completed in 95 milliseconds