n_to_notify       342 drivers/misc/sgi-xp/xpc.h 	atomic_t n_to_notify;	/* #of msg senders to notify */
n_to_notify       123 drivers/misc/sgi-xp/xpc_channel.c 	if (atomic_read(&ch->n_to_notify) > 0) {
n_to_notify       136 drivers/misc/sgi-xp/xpc_channel.c 	DBUG_ON(atomic_read(&ch->n_to_notify) != 0);
n_to_notify       455 drivers/misc/sgi-xp/xpc_main.c 		atomic_set(&ch->n_to_notify, 0);
n_to_notify      1377 drivers/misc/sgi-xp/xpc_uv.c 		atomic_dec(&ch->n_to_notify);
n_to_notify      1566 drivers/misc/sgi-xp/xpc_uv.c 		atomic_inc(&ch->n_to_notify);
n_to_notify      1609 drivers/misc/sgi-xp/xpc_uv.c 		atomic_dec(&ch->n_to_notify);
n_to_notify      1634 drivers/misc/sgi-xp/xpc_uv.c 		if (atomic_read(&ch->n_to_notify) == 0)