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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1714 while (++get < put && atomic_read(&ch->n_to_notify) > 0) {
1732 atomic_dec(&ch->n_to_notify);
1847 if (atomic_read(&ch->n_to_notify) > 0) {
2207 atomic_inc(&ch->n_to_notify);
2226 atomic_dec(&ch->n_to_notify);
H A Dxpc.h564 atomic_t n_to_notify; /* #of msg senders to notify */ member in struct:xpc_channel
H A Dxpc_uv.c1371 atomic_dec(&ch->n_to_notify);
1560 atomic_inc(&ch->n_to_notify);
1603 atomic_dec(&ch->n_to_notify);
1628 if (atomic_read(&ch->n_to_notify) == 0)
H A Dxpc_channel.c123 if (atomic_read(&ch->n_to_notify) > 0) {
136 DBUG_ON(atomic_read(&ch->n_to_notify) != 0);
H A Dxpc_main.c458 atomic_set(&ch->n_to_notify, 0);

Completed in 74 milliseconds