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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_channel.c82 atomic_set(&ch->n_to_notify, 0);
651 while (++get < put && atomic_read(&ch->n_to_notify) > 0) {
670 atomic_dec(&ch->n_to_notify);
700 DBUG_ON(atomic_read(&ch->n_to_notify) != 0);
789 if (atomic_read(&ch->n_to_notify) > 0) {
1266 if (atomic_read(&ch->n_to_notify) > 0) {
1955 atomic_inc(&ch->n_to_notify);
1974 atomic_dec(&ch->n_to_notify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h462 atomic_t n_to_notify; /* #of msg senders to notify */ member in struct:xpc_channel

Completed in 41 milliseconds