Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/sgi-xp/
Dxpc_sn2.c1575 ch_sn2->notify_queue = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_local_msgqueue_sn2()
1576 if (ch_sn2->notify_queue == NULL) { in xpc_allocate_local_msgqueue_sn2()
1658 kfree(ch_sn2->notify_queue); in xpc_setup_msg_structures_sn2()
1659 ch_sn2->notify_queue = NULL; in xpc_setup_msg_structures_sn2()
1696 kfree(ch_sn2->notify_queue); in xpc_teardown_msg_structures_sn2()
1697 ch_sn2->notify_queue = NULL; in xpc_teardown_msg_structures_sn2()
1713 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2()
2206 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