Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_uv.c1377 atomic_dec(&ch->n_to_notify); in xpc_notify_sender_uv()
1566 atomic_inc(&ch->n_to_notify); in xpc_send_payload_uv()
1609 atomic_dec(&ch->n_to_notify); in xpc_send_payload_uv()
1634 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.h342 atomic_t n_to_notify; /* #of msg senders to notify */ member
Dxpc_main.c456 atomic_set(&ch->n_to_notify, 0); in xpc_setup_ch_structures()