Home
last modified time | relevance | path

Searched refs:n_to_notify (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_sn2.c1714 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2()
1732 atomic_dec(&ch->n_to_notify); in xpc_notify_senders_sn2()
1847 if (atomic_read(&ch->n_to_notify) > 0) { in xpc_process_msg_chctl_flags_sn2()
2207 atomic_inc(&ch->n_to_notify); in xpc_send_payload_sn2()
2226 atomic_dec(&ch->n_to_notify); in xpc_send_payload_sn2()
Dxpc_uv.c1373 atomic_dec(&ch->n_to_notify); in xpc_notify_sender_uv()
1562 atomic_inc(&ch->n_to_notify); in xpc_send_payload_uv()
1605 atomic_dec(&ch->n_to_notify); in xpc_send_payload_uv()
1630 if (atomic_read(&ch->n_to_notify) == 0) in xpc_notify_senders_of_disconnect_uv()
Dxpc_channel.c123 if (atomic_read(&ch->n_to_notify) > 0) { in xpc_process_disconnect()
136 DBUG_ON(atomic_read(&ch->n_to_notify) != 0); in xpc_process_disconnect()
Dxpc.h564 atomic_t n_to_notify; /* #of msg senders to notify */ member
Dxpc_main.c462 atomic_set(&ch->n_to_notify, 0); in xpc_setup_ch_structures()