Home
last modified time | relevance | path

Searched refs:notify_queue (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_sn2.c1578 ch_sn2->notify_queue = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_local_msgqueue_sn2()
1579 if (ch_sn2->notify_queue == NULL) { in xpc_allocate_local_msgqueue_sn2()
1661 kfree(ch_sn2->notify_queue); in xpc_setup_msg_structures_sn2()
1662 ch_sn2->notify_queue = NULL; in xpc_setup_msg_structures_sn2()
1699 kfree(ch_sn2->notify_queue); in xpc_teardown_msg_structures_sn2()
1700 ch_sn2->notify_queue = NULL; in xpc_teardown_msg_structures_sn2()
1716 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2()
2209 notify = &ch_sn2->notify_queue[msg_number % ch->local_nentries]; in xpc_send_payload_sn2()
Dxpc.h517 struct xpc_notify_sn2 *notify_queue;/* notify queue for messages sent */ member