Searched refs:notify_queue (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnotify.c30 static struct notify_queue { struct
31 struct notify_queue *next, *prev;
75 static BOOL flatten_message(struct notify_queue *q)
122 struct notify_queue *pq, *pq_next;
240 struct notify_queue *pnqueue, *tmp_ptr;
262 "printer %s in notify_queue\n", msg->type, msg->field, msg->printer));
272 pnqueue = TALLOC_P(send_ctx, struct notify_queue);
298 DLIST_ADD_END(notify_queue_head, pnqueue, struct notify_queue *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1578 ch_sn2->notify_queue = kzalloc(nbytes, GFP_KERNEL);
1579 if (ch_sn2->notify_queue == NULL) {
1661 kfree(ch_sn2->notify_queue);
1662 ch_sn2->notify_queue = NULL;
1699 kfree(ch_sn2->notify_queue);
1700 ch_sn2->notify_queue = NULL;
1716 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries];
2209 notify = &ch_sn2->notify_queue[msg_number % ch->local_nentries];
H A Dxpc.h517 struct xpc_notify_sn2 *notify_queue;/* notify queue for messages sent */ member in struct:xpc_channel_sn2

Completed in 45 milliseconds